gecko-dev/layout/xul
Xidorn Quan 5beed314a8 Bug 1408293 - Eagerly style new children inserted in XUL listbox. r=bz
MozReview-Commit-ID: HLATTkLd1X8

--HG--
extra : rebase_source : 4d90878c5a357a033620cfca2d4c69f56f8cfc32
2017-10-25 18:00:54 +11:00
..
crashtests Bug 1408293 - Eagerly style new children inserted in XUL listbox. r=bz 2017-10-25 18:00:54 +11:00
grid Bug 1408811 - Update test expectation for this bug. r=emilio 2017-10-24 21:16:52 +02:00
reftest Bug 1408811 - Update test expectation for this bug. r=emilio 2017-10-24 21:16:52 +02:00
test Bug 1408235 part 3 - Update test expectation for this bug. r=heycam 2017-10-21 11:02:34 +11:00
tree Bug 1410906 - Store ThemeGeometry for display item instead of frame r=mattwoodrow 2017-10-23 18:07:36 +02:00
BoxObject.cpp Bug 1358758 - Use CSSIntRect for nsIFrame::GetScreenRect. r=kats 2017-04-25 07:33:13 +09:00
BoxObject.h
ContainerBoxObject.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
ContainerBoxObject.h Bug 1351217: Add missing includes to fix latent unified bustage in layout/xul. r=mats 2017-03-28 00:46:22 -07:00
ListBoxObject.cpp Bug 1359211 - Handle touch-scrolling of XUL <listbox> in JS. r=bz,dao,kats 2017-04-24 17:12:21 -04:00
ListBoxObject.h Bug 1359211 - Handle touch-scrolling of XUL <listbox> in JS. r=bz,dao,kats 2017-04-24 17:12:21 -04:00
MenuBoxObject.cpp
MenuBoxObject.h
PopupBoxObject.cpp
PopupBoxObject.h
ScrollBoxObject.cpp
ScrollBoxObject.h
moz.build Bug 1387325 - Part2. Add WR support for nsDisplayXULImage. r=mattwoodrow 2017-09-10 12:45:11 +08:00
nsBox.cpp Bug 1399824, part 2 - Always use nsIFrame::AddStateBits instead of manual bit twiddling. r=xidorn 2017-08-24 12:09:42 +01:00
nsBox.h Bug 1364805 part 4 - Remove the now unused LayoutFrameType values from the ctors. r=jfkthame 2017-05-26 12:11:11 +02:00
nsBoxFrame.cpp Bug 1406727. r=mstange,froydnj a=abillings 2017-10-17 15:19:44 +13:00
nsBoxFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsBoxLayout.cpp
nsBoxLayout.h
nsBoxLayoutState.cpp Bug 1088760 - Remove nsRenderingContext, replacing all of its uses with gfxContext. r=jwatt,jrmuizel 2017-06-13 11:00:10 -04:00
nsBoxLayoutState.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsButtonBoxFrame.cpp Bug 1388161 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList. r=mstange 2017-08-07 14:23:35 +12:00
nsButtonBoxFrame.h Bug 1388161 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList. r=mstange 2017-08-07 14:23:35 +12:00
nsDeckFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsDeckFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsDocElementBoxFrame.cpp Bug 1394191 - Remove unneeded nsContentList.h includes from layout; r=dholbert 2017-08-29 07:29:11 -04:00
nsGroupBoxFrame.cpp Bug 1359584 - Part 3: Improve nsDisplayItem const correctness and fix surrounding whitespace r=mstange 2017-08-24 17:09:44 +02:00
nsIBoxObject.idl
nsIContainerBoxObject.idl
nsIListBoxObject.idl
nsIMenuBoxObject.idl
nsIRootBox.h
nsIScrollBoxObject.idl
nsIScrollbarMediator.h
nsISliderListener.idl
nsImageBoxFrame.cpp Bug 1407498 - Don't query loadingprincipal in common case. r=baku 2017-10-24 10:13:31 +08:00
nsImageBoxFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsLeafBoxFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsLeafBoxFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsListBoxBodyFrame.cpp Bug 1404198: Part 2e - Switch to NS_NewTimer* in layout. r=njn 2017-10-15 23:13:31 -07:00
nsListBoxBodyFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsListBoxLayout.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsListBoxLayout.h Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert 2017-05-02 03:50:16 +02:00
nsListItemFrame.cpp Bug 1388161 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList. r=mstange 2017-08-07 14:23:35 +12:00
nsListItemFrame.h Bug 1388161 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList. r=mstange 2017-08-07 14:23:35 +12:00
nsMenuBarFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsMenuBarFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsMenuBarListener.cpp Bug 1347351 - nsMenuBarListener::KeyPress() should wait reply event for handling F10 key r=smaug 2017-07-20 17:54:44 +09:00
nsMenuBarListener.h
nsMenuFrame.cpp Bug 1406727. r=mstange,froydnj a=abillings 2017-10-17 15:19:44 +13:00
nsMenuFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsMenuParent.h
nsMenuPopupFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsMenuPopupFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsPIBoxObject.h
nsPIListBoxObject.h Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky 2017-01-05 15:31:56 +08:00
nsPopupSetFrame.cpp Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam 2017-04-30 17:30:08 +02:00
nsPopupSetFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsProgressMeterFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsProgressMeterFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsRepeatService.cpp Bug 1404198: Part 2e - Switch to NS_NewTimer* in layout. r=njn 2017-10-15 23:13:31 -07:00
nsRepeatService.h Bug 1348738 - (Part 4) Add a nsIDocument arg to nsRepeatService::Start to get the event target from it. r=dholbert 2017-03-29 16:40:05 +08:00
nsResizerFrame.cpp Bug 1371219 - Add an inputSource attribute to XULCommandEvent. r=smaug 2017-07-20 17:45:56 +02:00
nsResizerFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsRootBoxFrame.cpp Bug 1404181 - Part 2: Track a 'visible' rect for display list building as well as the 'dirty' rect, so that we can do partial building by specifying a smaller 'dirty' rect. r=mstange 2017-10-04 14:28:38 +13:00
nsScrollBoxFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsScrollbarButtonFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsScrollbarButtonFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsScrollbarFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsScrollbarFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsSliderFrame.cpp Bug 1404181 - Part 2: Track a 'visible' rect for display list building as well as the 'dirty' rect, so that we can do partial building by specifying a smaller 'dirty' rect. r=mstange 2017-10-04 14:28:38 +13:00
nsSliderFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsSplitterFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsSplitterFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsSprocketLayout.cpp Bug 1398623 - Remove several unused variables in nsSprocketLayout::PopulateBoxSizes r=xidorn 2017-09-10 22:33:13 -07:00
nsSprocketLayout.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsStackFrame.cpp Bug 1388161 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList. r=mstange 2017-08-07 14:23:35 +12:00
nsStackFrame.h Bug 1388161 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList. r=mstange 2017-08-07 14:23:35 +12:00
nsStackLayout.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsStackLayout.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsTextBoxFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsTextBoxFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsTitleBarFrame.cpp Bug 1388161 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList. r=mstange 2017-08-07 14:23:35 +12:00
nsTitleBarFrame.h Bug 1388161 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList. r=mstange 2017-08-07 14:23:35 +12:00
nsXULLabelFrame.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsXULLabelFrame.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsXULPopupManager.cpp Bug 1404198: Part 2e - Switch to NS_NewTimer* in layout. r=njn 2017-10-15 23:13:31 -07:00
nsXULPopupManager.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsXULTooltipListener.cpp Bug 1404198: Part 2e - Switch to NS_NewTimer* in layout. r=njn 2017-10-15 23:13:31 -07:00
nsXULTooltipListener.h