gecko-dev/layout/base
Dan Glastonbury f804fbbfd9 Bug 1567818 - Convert nsLayoutPhase into enum class. r=heycam
This allows nsLayoutPhase to be fwd declared.

Differential Revision: https://phabricator.services.mozilla.com/D38840

--HG--
extra : moz-landing-system : lando
2019-07-23 05:40:49 +00:00
..
crashtests Bug 1566672 - Handle the {ib}-split reframing in multicol subtree properly. r=dholbert 2019-07-19 19:38:05 +00:00
doc
gtest Bug 1550422 - P23. Remove now unused gfxPrefs. r=jrmuizel 2019-05-26 14:31:53 +00:00
tests Bug 1548389 - part 6: Add automated tests for new API and rendering of password fields r=m_kato,Jamie 2019-07-22 03:55:13 +00:00
AccessibleCaret.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
AccessibleCaret.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
AccessibleCaretEventHub.cpp Bug 1561825 - Make sundry static prefs follow the naming convention. r=KrisWright 2019-06-27 17:38:17 +10:00
AccessibleCaretEventHub.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
AccessibleCaretLogger.h
AccessibleCaretManager.cpp Bug 1556103 - Part 1. Add long press action when setting focus. r=masayuki 2019-06-28 00:39:45 +00:00
AccessibleCaretManager.h Bug 1543315 - part 15: Mark PresShell::ScrollFrameRectIntoView() as MOZ_CAN_RUN_SCRIPT r=smaug 2019-05-06 13:57:46 +00:00
ArenaObjectID.h Bug 1560188 - Fix and improve display list memory reporting. r=mattwoodrow,njn 2019-07-02 02:46:09 +00:00
AutoProfilerStyleMarker.h
CaretAssociationHint.h
FrameProperties.h
GeckoMVMContext.cpp Bug 1562503 - Create GeckoMVMContext and ZoomConstraintsClient only for the root top level document. r=botond 2019-07-08 22:39:31 +00:00
GeckoMVMContext.h Bug 1528052 - Suppress resize events until the initial paint has finished on mobile. r=botond 2019-04-23 04:14:55 +00:00
GeometryUtils.cpp Bug 1540015 - part 3: Rename Document::GetShell() to Document::GetPresShell() and make it return PresShell* rather than nsIPresShell* r=smaug,emilio 2019-03-29 15:12:47 +00:00
GeometryUtils.h
LayoutConstants.h Bug 1549267 Part 2 - Improve comments in LayoutConstants.h. r=mats 2019-06-06 00:04:19 +00:00
LayoutLogging.cpp
LayoutLogging.h
MVMContext.h Bug 1528052 - Suppress resize events until the initial paint has finished on mobile. r=botond 2019-04-23 04:14:55 +00:00
MobileViewportManager.cpp Bug 1555511 Part 2: Remove a float division in MVM::ScaleZoomWithDisplayWidth. r=botond 2019-06-04 22:25:06 +00:00
MobileViewportManager.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
OverflowChangedTracker.h Bug 1544995 - Always update overflow areas up to the preserve-3d root. r=dbaron 2019-05-19 22:39:58 +00:00
PositionedEventTargeting.cpp Bug 1259660 - Cleaned up WidgetMouseEventBase by renaming WidgetMouseEventBase::inputSource to WidgetMouseEventBase::mInputSource r=masayuki 2019-04-21 18:19:43 +00:00
PositionedEventTargeting.h
PresShell.cpp Bug 1567329 - Append `_AtStartup` to `once` static pref getters. r=erahm 2019-07-22 02:10:14 +00:00
PresShell.h Bug 1566783 - Don't prevent PresShell::ScrollToAnchor() from working due to scroll anchoring adjustments that happen without the user scrolling. r=dholbert 2019-07-20 15:02:35 +00:00
PresShellForwards.h Bug 1553012 - Make PresShell::ScrollFrameRectIntoView work in fission world. r=mattwoodrow,nika,tnikkel 2019-07-09 05:34:27 +00:00
PresShellInlines.h Bug 1547621 - Move all inline methods of nsIPresShell into mozilla::PresShell r=smaug 2019-04-30 01:52:53 +00:00
PresState.ipdlh
RestyleManager.cpp Bug 1567108 - Revert RestyleManager changes from bug 1527210. r=hiro 2019-07-19 04:39:16 +00:00
RestyleManager.h Bug 1567108 - Fix bug 1527210 in a simpler way. r=hiro 2019-07-19 04:38:53 +00:00
ScrollStyles.cpp Bug 1560237 - Don't propagate scroll-behavior from <body>. r=botond 2019-06-26 20:57:05 +00:00
ScrollStyles.h Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
ScrollTypes.h Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
ShapeUtils.cpp Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
ShapeUtils.h Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
StackArena.cpp
StackArena.h
StaticPresData.cpp Bug 1537594 - Make the fixed generic family a parse-time alias to monospace. r=jfkthame 2019-04-01 21:48:08 +00:00
StaticPresData.h Bug 1537594 - Make the fixed generic family a parse-time alias to monospace. r=jfkthame 2019-04-01 21:48:08 +00:00
TouchManager.cpp Bug 1543439 - Part 2: Move is-user-interaction checks out of PresShell::EventHandler::PrepareToDispatchEvent; r=masayuki 2019-05-27 10:14:06 +00:00
TouchManager.h Bug 1543439 - Part 2: Move is-user-interaction checks out of PresShell::EventHandler::PrepareToDispatchEvent; r=masayuki 2019-05-27 10:14:06 +00:00
UnitTransforms.h Bug 1530661 - Make APZ report the per LayersId layer-to-screen transform matrices to the chrome process. r=kats 2019-03-09 20:33:17 +00:00
Units.h Bug 253889 - part 2: Move all methods and public structs of nsIPresShell into mozilla::PresShell r=emilio 2019-05-01 02:27:53 +00:00
WordMovementType.h
ZoomConstraintsClient.cpp Bug 1562503 - Create GeckoMVMContext and ZoomConstraintsClient only for the root top level document. r=botond 2019-07-08 22:39:31 +00:00
ZoomConstraintsClient.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
moz.build Bug 1566215 - Part 2: Merge nsILayoutDebugger functionality into nsLayoutDebuggingTools. r=dbaron 2019-07-22 04:48:33 +00:00
nsAutoLayoutPhase.cpp Bug 1567818 - Convert nsLayoutPhase into enum class. r=heycam 2019-07-23 05:40:49 +00:00
nsAutoLayoutPhase.h Bug 1567818 - Convert nsLayoutPhase into enum class. r=heycam 2019-07-23 05:40:49 +00:00
nsBidi.cpp
nsBidi.h
nsBidiPresUtils.cpp Bug 1300293 - Pass the line box from nsBidiPresUtils::ResolveParagraph through SplitInlineAncestors to nsIFrame::InsertFrames. r=jfkthame 2019-07-22 17:50:05 +00:00
nsBidiPresUtils.h Bug 1300293 - Make nsBidiPresUtils track line boxes separately for the progress of TraverseFrames and ResolveParagraph. r=jfkthame 2019-07-22 18:55:56 +00:00
nsCSSColorUtils.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsCSSColorUtils.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsCSSFrameConstructor.cpp Bug 1566672 - Handle the {ib}-split reframing in multicol subtree properly. r=dholbert 2019-07-19 19:38:05 +00:00
nsCSSFrameConstructor.h Bug 1565136 - Move some reframing logic out of WipeContainingBlock to make it done earlier. r=dholbert 2019-07-18 04:55:03 +00:00
nsCaret.cpp Bug 1565584: move `nsIContentUtils::ContentIsDescendantOf` to `nsINode::IsInclusiveDescendantOf`. r=smaug 2019-07-15 10:02:21 +02:00
nsCaret.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
nsChangeHint.h Bug 1533963 - Use a single RestyleHint representation. r=heycam 2019-03-14 11:47:50 +00:00
nsCompatibility.h
nsCounterManager.cpp Bug 1565584: move `nsIContentUtils::ContentIsDescendantOf` to `nsINode::IsInclusiveDescendantOf`. r=smaug 2019-07-15 10:02:21 +02:00
nsCounterManager.h Bug 1552719 - Make nsBulletFrame::Ordinal() O(1) again. r=mats 2019-05-21 17:30:42 +00:00
nsDocumentViewer.cpp Backed out 10 changesets (bug 1523638) for causing high frequency Android 7.0 mochitests failures CLOSED TREE 2019-07-23 05:13:32 +03:00
nsFrameManager.cpp Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsFrameManager.h Bug 1544343 - part 1: Make nsFrameManager, nsCSSFrameConstructor and nsFrameConstructorState use mozilla::PresShell directly rather than via nsIPresShell r=emilio 2019-04-16 07:24:29 +00:00
nsFrameTraversal.cpp
nsFrameTraversal.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsGenConList.cpp Bug 1552719 - Make nsGenConList::NodeAfter handle correctly nested pseudo-elements. r=mats 2019-05-21 17:29:26 +00:00
nsGenConList.h Bug 1552719 - Make nsBulletFrame::Ordinal() O(1) again. r=mats 2019-05-21 17:30:42 +00:00
nsIDocumentViewerPrint.h Bug 1544215 - Make nsIContentVewer::GetPresShell() return mozilla::PresShell instead of nsIPresShell r=bzbarsky 2019-04-16 02:47:26 +00:00
nsIFrameTraversal.h
nsILayoutHistoryState.idl Bug 1551652. Stop using [array] in nsILayoutHistoryState. r=heycam 2019-05-16 00:36:41 +00:00
nsIPercentBSizeObserver.h
nsIPreloadedStyleSheet.idl
nsIReflowCallback.h Bug 253889 - part 2: Move all methods and public structs of nsIPresShell into mozilla::PresShell r=emilio 2019-05-01 02:27:53 +00:00
nsIStyleSheetService.idl
nsLayoutDebugger.cpp Bug 1566215 - Part 2: Merge nsILayoutDebugger functionality into nsLayoutDebuggingTools. r=dbaron 2019-07-22 04:48:33 +00:00
nsLayoutHistoryState.cpp Bug 1551652. Stop using [array] in nsILayoutHistoryState. r=heycam 2019-05-16 00:36:41 +00:00
nsLayoutUtils.cpp Bug 1567329 - Append `_AtStartup` to `once` static pref getters. r=erahm 2019-07-22 02:10:14 +00:00
nsLayoutUtils.h Bug 1560979 - Account for video element's intrinsic size in CanvasRenderingContext2D::DrawImage. r=jib,lsalzman 2019-07-12 12:46:03 +00:00
nsPresArena.cpp Bug 1560188 - Fix and improve display list memory reporting. r=mattwoodrow,njn 2019-07-02 02:46:09 +00:00
nsPresArena.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-16 07:33:44 +00:00
nsPresArenaObjectList.h Bug 1560188 - Fix and improve display list memory reporting. r=mattwoodrow,njn 2019-07-02 02:46:09 +00:00
nsPresContext.cpp Bug 1218456 - Allow navigating when there's no pres context. r=smaug 2019-07-09 23:07:29 +02:00
nsPresContext.h Bug 1567818 - Convert nsLayoutPhase into enum class. r=heycam 2019-07-23 05:40:49 +00:00
nsPresContextInlines.h Bug 1535788 - Make the Document own the StyleSet. r=heycam 2019-04-03 07:02:00 +00:00
nsQuoteList.cpp Bug 1421938 - Add an 'auto' value for the CSS 'quotes' property, and make it use language-dependent quote marks. r=emilio 2019-07-09 08:59:27 +00:00
nsQuoteList.h
nsRefreshDriver.cpp Bug 1561491 - Make gfx.* static prefs follow the naming convention. r=KrisWright 2019-06-26 10:38:09 +10:00
nsRefreshDriver.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
nsStyleChangeList.cpp
nsStyleChangeList.h
nsStyleSheetService.cpp Bug 1547621 - Move all inline methods of nsIPresShell into mozilla::PresShell r=smaug 2019-04-30 01:52:53 +00:00
nsStyleSheetService.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