..
crashtests
Bug 1338108 - The result of adding any percentage factor to a size that is zero should also be zero. r=dholbert
2017-04-07 01:02:59 +02:00
grid
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
reftest
Bug 1351548 - Remove reftest-stylo.lists. r=bholley
2017-04-28 11:15:58 +08:00
test
Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8
2017-04-12 11:10:00 +01:00
tree
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +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
…
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 835981 part 1. Switch nsIDOMXULElement::GetBuilder consumers to nsXULElement instead. r=peterv
2017-02-02 10:32:57 -05:00
nsBox.cpp
Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsBox.h
Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsBoxFrame.cpp
Bug 1361517: Initialize nsBoxFrame::{mFlex,mAscent}. r=mats
2017-05-03 22:06:25 +02:00
nsBoxFrame.h
Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsBoxLayout.cpp
…
nsBoxLayout.h
…
nsBoxLayoutState.cpp
…
nsBoxLayoutState.h
…
nsButtonBoxFrame.cpp
Bug 1351217: Add missing includes to fix latent unified bustage in layout/xul. r=mats
2017-03-28 00:46:22 -07:00
nsButtonBoxFrame.h
…
nsDeckFrame.cpp
Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsDeckFrame.h
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsDocElementBoxFrame.cpp
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsGroupBoxFrame.cpp
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsIBoxObject.idl
…
nsIBrowserBoxObject.idl
…
nsIContainerBoxObject.idl
…
nsIListBoxObject.idl
…
nsIMenuBoxObject.idl
…
nsIRootBox.h
…
nsIScrollBoxObject.idl
…
nsIScrollbarMediator.h
…
nsISliderListener.idl
…
nsImageBoxFrame.cpp
Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsImageBoxFrame.h
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsLeafBoxFrame.cpp
Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsLeafBoxFrame.h
Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsListBoxBodyFrame.cpp
Bug 1359211 - Handle touch-scrolling of XUL <listbox> in JS. r=bz,dao,kats
2017-04-24 17:12:21 -04:00
nsListBoxBodyFrame.h
Bug 1359211 - Handle touch-scrolling of XUL <listbox> in JS. r=bz,dao,kats
2017-04-24 17:12:21 -04:00
nsListBoxLayout.cpp
…
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
…
nsListItemFrame.h
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsMenuBarFrame.cpp
Bug 1342874 - (Part 1) DocGroup labeling for runnables dispatched by NS_DispatchTo(Main|Current)Thread in XUL frames. r=dholbert
2017-03-16 18:09:13 +08:00
nsMenuBarFrame.h
Bug 1284825 part.2 nsMenuBarListener should add/remove event listeners by itself r=enndeakin+6102
2016-12-26 16:19:02 +09:00
nsMenuBarListener.cpp
Bug 1351217: Add missing includes to fix latent unified bustage in layout/xul. r=mats
2017-03-28 00:46:22 -07:00
nsMenuBarListener.h
Bug 1284825 part.3 nsMenuBarListener should clear its accesskey state when its top level window is deactivated rather than it receives a blur event r=enndeakin+6102
2016-12-26 16:22:13 +09:00
nsMenuFrame.cpp
Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsMenuFrame.h
Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam
2017-04-30 17:30:08 +02:00
nsMenuParent.h
…
nsMenuPopupFrame.cpp
Bug 1358713, when a popup's anchor does not have a frame originally, don't have the popup update its position to follow it, r=tn
2017-05-05 11:13:56 -04:00
nsMenuPopupFrame.h
Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam
2017-04-30 17:30:08 +02: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 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
2017-05-01 19:32:52 +02:00
nsProgressMeterFrame.cpp
Bug 1340771 part 2 - Introduce a WeakFrame class for heap allocated weak frame pointers, stored in a hashtable for fast lookup. r=tn
2017-03-01 18:03:14 +01:00
nsProgressMeterFrame.h
Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam
2017-04-30 17:30:08 +02:00
nsRepeatService.cpp
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
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 1358758 - Use CSSIntRect for nsIFrame::GetScreenRect. r=kats
2017-04-25 07:33:13 +09:00
nsResizerFrame.h
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsRootBoxFrame.cpp
Merge mozilla-central to autoland
2017-05-02 11:23:38 +02:00
nsScrollBoxFrame.cpp
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsScrollbarButtonFrame.cpp
Bug 1340771 part 1 - Rename nsWeakFrame to AutoWeakFrame (automated change). r=tn
2017-03-01 18:03:14 +01:00
nsScrollbarButtonFrame.h
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsScrollbarFrame.cpp
Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam
2017-04-30 17:30:08 +02:00
nsScrollbarFrame.h
Bug 1361749: Initialize nsScrollbarFrame::{mIncrement, mSmoothScroll}. r=mats
2017-05-03 22:06:29 +02:00
nsSliderFrame.cpp
Bug 1363219 - Try harder to pre-render offscreen portions of scrollbar thumbs. r=mstange
2017-05-08 18:28:26 -04:00
nsSliderFrame.h
Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam
2017-04-30 17:30:08 +02:00
nsSplitterFrame.cpp
Bug 1340771 part 1 - Rename nsWeakFrame to AutoWeakFrame (automated change). r=tn
2017-03-01 18:03:14 +01:00
nsSplitterFrame.h
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsSprocketLayout.cpp
…
nsSprocketLayout.h
…
nsStackFrame.cpp
…
nsStackFrame.h
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsStackLayout.cpp
…
nsStackLayout.h
…
nsTextBoxFrame.cpp
Bug 1361749: Initialize nsTextboxFrame::mAscent. r=mats
2017-05-03 22:06:38 +02:00
nsTextBoxFrame.h
Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
2017-05-02 03:50:16 +02:00
nsTitleBarFrame.cpp
…
nsTitleBarFrame.h
…
nsXULLabelFrame.cpp
Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam
2017-04-30 17:30:08 +02:00
nsXULLabelFrame.h
Merge mozilla-central to autoland
2017-05-02 11:23:38 +02:00
nsXULPopupManager.cpp
Bug 1358758 - Use CSSIntRect for nsIFrame::GetScreenRect. r=kats
2017-04-25 07:33:13 +09:00
nsXULPopupManager.h
Bug 1342874 - (Part 5) DocGroup labeling for timer callbacks in nsXULPopupManager. r=dholbert
2017-03-20 15:53:59 +08:00
nsXULTooltipListener.cpp
Bug 1342874 - (Part 6) DocGroup labeling for timer callbacks in nsXULTooltipListener. r=dholbert
2017-03-20 15:59:02 +08:00
nsXULTooltipListener.h
…