..
crashtests
Bug 1551320 - Replace all CreateElement calls in XUL documents with CreateXULElement. r=mossop
2019-05-20 16:50:28 +00:00
grid
Bug 1551320 - Replace all CreateElement calls in XUL documents with CreateXULElement. r=mossop
2019-05-20 16:50:28 +00:00
reftest
…
test
Bug 1554224
- Enable some ESLint rules for more of layout/. r=dholbert
2019-05-29 10:50:49 +00:00
tree
Bug 1554716 - Remove nsStyleColor moving the color property to nsStyleText. r=jfkthame
2019-05-31 14:48:22 +00:00
BoxObject.cpp
Bug 1543315 - part 9: Mark nsIPresShell::FlushPendingNotifications() as MOZ_CAN_RUN_SCRIPT r=smaug
2019-04-13 12:43:57 +00:00
BoxObject.h
Bug 1543315 - part 9: Mark nsIPresShell::FlushPendingNotifications() as MOZ_CAN_RUN_SCRIPT r=smaug
2019-04-13 12:43:57 +00:00
moz.build
Bug 1546374 - Do not adjust position of popup windows on Wayland; r=stransky
2019-04-26 17:57:36 +00:00
nsBox.cpp
…
nsBox.h
…
nsBoxFrame.cpp
Bug 1550422
- P23. Remove now unused gfxPrefs. r=jrmuizel
2019-05-26 14:31:53 +00:00
nsBoxFrame.h
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsBoxLayout.cpp
…
nsBoxLayout.h
…
nsBoxLayoutState.cpp
…
nsBoxLayoutState.h
Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio
2019-04-16 07:25:10 +00:00
nsButtonBoxFrame.cpp
Bug 1547618 - Make dom use mozilla::PresShell rather than via nsIPresShell r=smaug
2019-04-30 01:35:30 +00:00
nsButtonBoxFrame.h
Bug 1547618 - Make dom use mozilla::PresShell rather than via nsIPresShell r=smaug
2019-04-30 01:35:30 +00:00
nsDeckFrame.cpp
Bug 1547418 - Make CapturingContentInfo a private struct of PresShell and move APIs for it from nsIPresShell to PresShell r=smaug
2019-04-30 00:26:57 +00:00
nsDeckFrame.h
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsDocElementBoxFrame.cpp
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsGroupBoxFrame.cpp
Bug 1409114
- Part 7: Pass rects in display list coordinates to AppendBackgroundItemsToTop. r=miko
2019-05-20 23:15:54 +00:00
nsIBoxObject.idl
…
nsIPopupContainer.h
Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio
2019-04-16 07:25:10 +00:00
nsIScrollbarMediator.h
…
nsImageBoxFrame.cpp
Bug 1547792 - AspectRatio should be a single ratio, not a size. r=dholbert
2019-05-02 23:28:21 +00:00
nsImageBoxFrame.h
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsLeafBoxFrame.cpp
Bug 1545360: Make nsBoxFrame and nsLeafBoxFrame invoke (or inherit) superclass MarkIntrinsicISizesDirty() method. r=emilio
2019-04-21 01:47:36 +00:00
nsLeafBoxFrame.h
Bug 1545360: Make nsBoxFrame and nsLeafBoxFrame invoke (or inherit) superclass MarkIntrinsicISizesDirty() method. r=emilio
2019-04-21 01:47:36 +00:00
nsMenuBarFrame.cpp
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsMenuBarFrame.h
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsMenuBarListener.cpp
…
nsMenuBarListener.h
…
nsMenuFrame.cpp
Bug 1519577 Remove support for unused toolbarbutton anchor attribute r=NeilDeakin
2019-05-14 13:08:53 -07:00
nsMenuFrame.h
Bug 1519577 Remove support for unused toolbarbutton anchor attribute r=NeilDeakin
2019-05-14 13:08:53 -07:00
nsMenuParent.h
…
nsMenuPopupFrame.cpp
Bug 1519577 Remove support for unused toolbarbutton anchor attribute r=NeilDeakin
2019-05-14 13:08:53 -07:00
nsMenuPopupFrame.h
Bug 1519577 Remove support for unused toolbarbutton anchor attribute r=NeilDeakin
2019-05-14 13:08:53 -07:00
nsPIBoxObject.h
…
nsPopupSetFrame.cpp
Bug 1519577 Remove support for unused toolbarbutton anchor attribute r=NeilDeakin
2019-05-14 13:08:53 -07:00
nsPopupSetFrame.h
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsRepeatService.cpp
…
nsRepeatService.h
…
nsResizerFrame.cpp
Bug 1547618 - Make dom use mozilla::PresShell rather than via nsIPresShell r=smaug
2019-04-30 01:35:30 +00:00
nsResizerFrame.h
Bug 1547618 - Make dom use mozilla::PresShell rather than via nsIPresShell r=smaug
2019-04-30 01:35:30 +00:00
nsRootBoxFrame.cpp
Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio
2019-04-16 07:25:10 +00:00
nsScrollbarButtonFrame.cpp
Bug 1545342 - part 1: Create mozilla/PresShellForwards.h and move global enums/constants in nsIPresShell.h and mozilla/PresShell.h into the new one r=smaug
2019-04-25 05:02:20 +00:00
nsScrollbarButtonFrame.h
Bug 1543315 - part 15: Mark PresShell::ScrollFrameRectIntoView() as MOZ_CAN_RUN_SCRIPT r=smaug
2019-05-06 13:57:46 +00:00
nsScrollbarFrame.cpp
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsScrollbarFrame.h
Bug 1543315 - part 15: Mark PresShell::ScrollFrameRectIntoView() as MOZ_CAN_RUN_SCRIPT r=smaug
2019-05-06 13:57:46 +00:00
nsSliderFrame.cpp
Bug 1550422
- P23. Remove now unused gfxPrefs. r=jrmuizel
2019-05-26 14:31:53 +00:00
nsSliderFrame.h
Bug 1543315 - part 15: Mark PresShell::ScrollFrameRectIntoView() as MOZ_CAN_RUN_SCRIPT r=smaug
2019-05-06 13:57:46 +00:00
nsSplitterFrame.cpp
Bug 1545342 - part 2: Make some public enum of nsIPresShell move to mozilla namespace and defined as enum class in PresShellForwards.h r=smaug
2019-04-25 05:04:15 +00:00
nsSplitterFrame.h
Bug 1543315 - part 15: Mark PresShell::ScrollFrameRectIntoView() as MOZ_CAN_RUN_SCRIPT r=smaug
2019-05-06 13:57:46 +00:00
nsSprocketLayout.cpp
…
nsSprocketLayout.h
…
nsStackFrame.cpp
Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio
2019-04-16 07:25:10 +00:00
nsStackFrame.h
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsStackLayout.cpp
…
nsStackLayout.h
Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio
2019-04-16 07:25:10 +00:00
nsTextBoxFrame.cpp
Bug 1554716 - Remove nsStyleColor moving the color property to nsStyleText. r=jfkthame
2019-05-31 14:48:22 +00:00
nsTextBoxFrame.h
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsTitleBarFrame.cpp
Bug 1547618 - Make dom use mozilla::PresShell rather than via nsIPresShell r=smaug
2019-04-30 01:35:30 +00:00
nsTitleBarFrame.h
Bug 1547618 - Make dom use mozilla::PresShell rather than via nsIPresShell r=smaug
2019-04-30 01:35:30 +00:00
nsXULLabelFrame.cpp
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsXULLabelFrame.h
Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio
2019-04-16 07:24:49 +00:00
nsXULPopupManager.cpp
Bug 1543439 - Part 1: Move special handling for MouseDown/Up event out of AutoHandlingUserInputStatePusher; r=masayuki
2019-05-29 07:48:16 +00:00
nsXULPopupManager.h
Bug 1543315 - part 13: Mark PresShell::Paint() as MOZ_CAN_RUN_SCRIPT r=smaug
2019-05-06 13:25:35 +00:00
nsXULTooltipListener.cpp
…
nsXULTooltipListener.h
…