..
crashtests
Bug 1531609 part 1 - Rename overflow:-moz-hidden-unscrollable to overflow:clip. r=emilio
2020-08-01 01:56:58 +00:00
gtest
Bug 1643464 - Part 1: Rename eLeft/eRight to ePrimary/eSecondary r=masayuki
2020-06-19 18:02:41 +00:00
tests
Bug 1636728 - Request a longer timeout in test_printpreview.xhtml. r=jwatt
2020-08-24 11:14:27 +00:00
AccessibleCaret.cpp
Bug 1324591 - Add nsLayoutUtils::IsInPositionFixedSubtree. r=TYLin
2020-07-05 11:43:20 +00:00
AccessibleCaret.h
Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio
2020-07-15 13:44:39 +00:00
AccessibleCaretEventHub.cpp
Bug 1597462 - Register observers for AccessibelCaretEventhub only on current docshell. r=hiro
2020-08-14 23:30:55 +00:00
AccessibleCaretEventHub.h
Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio
2020-07-15 13:44:39 +00:00
AccessibleCaretLogger.h
…
AccessibleCaretManager.cpp
Bug 1637130 - Rename visual overflow to ink overflow. r=dbaron
2020-07-20 20:17:36 +00:00
AccessibleCaretManager.h
Bug 1625855 - Replace MOZ_MUST_USE with [[nodiscard]] in layout. r=TYLin
2020-04-08 01:59:36 +00:00
ArenaObjectID.h
…
AutoProfilerStyleMarker.h
…
CaretAssociationHint.h
…
FrameProperties.h
Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj
2020-08-04 11:27:07 +00:00
GeckoMVMContext.cpp
Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange
2020-08-04 21:17:50 +00:00
GeckoMVMContext.h
…
GeometryUtils.cpp
Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert
2020-07-11 02:20:20 +00:00
GeometryUtils.h
Bug 1593756 Part 1: Add a new method GetBoxQuadsFromWindowOrigin. r=emilio,hiro
2020-03-04 00:45:38 +00:00
LayoutConstants.h
Bug 1639963 - Define the default size for replaced elements. r=dholbert
2020-08-17 07:10:39 +00:00
LayoutLogging.cpp
…
LayoutLogging.h
…
LayoutTelemetryTools.cpp
Bug 1652788: Preemptively fix unified build bustage in layout/{base,generic,printing}. r=TYLin
2020-07-14 18:15:49 +00:00
LayoutTelemetryTools.h
Bug 1613192: Fix non-unified build bustage in layout/{base,generic} directories. r=TYLin
2020-02-04 19:34:51 +00:00
MVMContext.h
…
MediaEmulationData.h
Bug 1614208 - Remove more dependencies on nsStyleConsts.h / ServoStyleConsts.h. r=jfkthame
2020-02-11 01:22:15 +00:00
MobileViewportManager.cpp
Bug 1652190 - Don't expand the composition size including the dynamic toolbar height if the root content is not scrollable. r=botond
2020-07-21 02:53:09 +00:00
MobileViewportManager.h
Bug 1652190 - Don't expand the composition size including the dynamic toolbar height if the root content is not scrollable. r=botond
2020-07-21 02:53:09 +00:00
MotionPathUtils.cpp
Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert
2020-07-11 02:20:20 +00:00
MotionPathUtils.h
Bug 1613490 - Cleanup usage of ReferenceBox. r=miko
2020-02-07 13:34:42 +00:00
OverflowChangedTracker.h
…
PositionedEventTargeting.cpp
Bug 1572508 - Convert `ui.touch.*` and `ui.mouse.*` VarCache prefs to static prefs. r=KrisWright,kats,geckoview-reviewers,agi.
2020-06-15 06:23:48 +00:00
PositionedEventTargeting.h
Bug 1556556
- Propagate RelativeTo far and wide. r=kats,mattwoodrow
2020-05-05 19:26:38 +00:00
PresShell.cpp
Bug 1658455 - Remove eANIMATION and eFILTER from IsNodeOfType r=dholbert
2020-08-15 10:38:17 +00:00
PresShell.h
Bug 1657995 - Rename UpdateViewportOverridden to a more appropriate name. r=botond
2020-08-09 21:40:56 +00:00
PresShellForwards.h
Bug 1550710 - Make vector images enable high quality scaling for embedded raster images. r=tnikkel
2020-06-23 12:43:21 +00:00
PresShellInlines.h
…
PresState.ipdlh
Bug 1635224 - Preserve mLastValueChangeWasInteractive between SaveState and RestoreState r=emilio,masayuki
2020-05-08 15:15:04 +00:00
RelativeTo.h
Bug 1631568 - Move ViewportType and RelativeTo into a separate header. r=tnikkel
2020-05-05 19:33:40 +00:00
RestyleManager.cpp
Bug 1643246 - Don't use attribute selectors for determining if a select is a drop down or a list box. r=emilio
2020-07-17 09:56:53 +00:00
RestyleManager.h
Bug 1519636 - Reformat recent changes to the Google coding style r=necko-reviewers,dragana
2020-05-30 09:55:27 +00:00
ScrollStyles.cpp
Bug 1519636 - Reformat recent changes to the Google coding style r=andi
2020-08-02 15:29:15 +00:00
ScrollStyles.h
Bug 1531609 part 2 - Implement overflow:clip/visible combinations. r=emilio
2020-08-01 01:57:41 +00:00
ScrollTypes.h
Backed out changeset 69fded25adc2 (bug 1602088) for causing several box-shadow reftest failures.
2020-01-30 13:23:10 +02:00
ShapeUtils.cpp
Bug 1652254 - Remove svg from some moz.build local includes r=dholbert
2020-07-12 16:38:26 +00:00
ShapeUtils.h
…
StackArena.cpp
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert
2020-03-17 09:38:32 +00:00
StackArena.h
…
StaticPresData.cpp
Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame
2020-06-22 09:45:40 +00:00
StaticPresData.h
Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame
2020-06-22 09:45:40 +00:00
TouchManager.cpp
Bug 1648630 - Part 3: Propagate layers id to touch event properly for Fission; r=kats
2020-07-03 07:45:35 +00:00
TouchManager.h
Bug 1648630 - Part 3: Propagate layers id to touch event properly for Fission; r=kats
2020-07-03 07:45:35 +00:00
UnitTransforms.h
Bug 1618432 - Move the root horizontal scrollbar in response to the dynamic toolbar transitions. r=botond
2020-03-03 05:33:54 +00:00
Units.h
Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame
2020-06-22 09:45:40 +00:00
ViewportUtils.cpp
Bug 1619186 - Apply the layout-to-visual transform when querying text/caret rects. r=masayuki,botond
2020-08-15 00:43:51 +00:00
ViewportUtils.h
Bug 1619186 - Apply the layout-to-visual transform when querying text/caret rects. r=masayuki,botond
2020-08-15 00:43:51 +00:00
WordMovementType.h
…
ZoomConstraintsClient.cpp
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
2020-07-01 08:29:29 +00:00
ZoomConstraintsClient.h
Bug 1613192: Fix non-unified build bustage in layout/{base,generic} directories. r=TYLin
2020-02-04 19:34:51 +00:00
moz.build
Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange
2020-08-04 21:17:50 +00:00
nsAutoLayoutPhase.cpp
…
nsAutoLayoutPhase.h
…
nsBidi.cpp
…
nsBidi.h
Backed out changeset 8f4da5c776b0 (bug 1630704) for build bustages. CLOSED TREE
2020-04-25 15:29:59 +03:00
nsBidiPresUtils.cpp
Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj
2020-08-07 07:49:47 +00:00
nsBidiPresUtils.h
Bug 1645879 - Detect reversed direction frame when collapsing selection r=jfkthame
2020-06-16 11:52:49 +00:00
nsCSSColorUtils.cpp
…
nsCSSColorUtils.h
…
nsCSSFrameConstructor.cpp
Bug 1658455 - Remove eANIMATION and eFILTER from IsNodeOfType r=dholbert
2020-08-15 10:38:17 +00:00
nsCSSFrameConstructor.h
Bug 1652278 part 2: Flesh out PrintedSheetFrame implementation so that it serves as the container for nsPageFrame. r=TYLin
2020-08-05 03:28:32 +00:00
nsCaret.cpp
Bug 1637130 - Rename visual overflow to ink overflow. r=dbaron
2020-07-20 20:17:36 +00:00
nsCaret.h
Bug 1645003 - Return pointer from GetPrimaryOrCaretFrameForNodeOffset and its deps r=jfkthame
2020-06-18 10:26:47 +00:00
nsChangeHint.h
Bug 1614208 - Remove more dependencies on nsStyleConsts.h / ServoStyleConsts.h. r=jfkthame
2020-02-11 01:22:15 +00:00
nsCompatibility.h
…
nsCounterManager.cpp
…
nsCounterManager.h
…
nsDocumentViewer.cpp
Bug 1660213 - Fixed an used variable error in nsDocumentViewer::GetCurrentSheetFrameAndPageNumber. r=heycam
2020-08-20 22:02:54 +00:00
nsFrameManager.cpp
Bug 1647525 - Use HasAnyStateBits() in nsFrameManager r=emilio
2020-06-25 15:39:32 +00:00
nsFrameManager.h
Bug 1622008 Part 1 - Revise nsFrameManager's documentation. r=dholbert
2020-03-12 21:50:18 +00:00
nsFrameTraversal.cpp
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert
2020-03-17 09:38:32 +00:00
nsFrameTraversal.h
…
nsGenConList.cpp
…
nsGenConList.h
Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio
2020-07-15 13:44:39 +00:00
nsIDocumentViewerPrint.h
Bug 1657515 - Constify some nsIDocumentViewerPrint methods. r=jwatt
2020-08-06 22:54:16 +00:00
nsIFrameTraversal.h
Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio
2020-07-15 13:44:39 +00:00
nsILayoutHistoryState.idl
…
nsIPercentBSizeObserver.h
…
nsIPreloadedStyleSheet.idl
…
nsIReflowCallback.h
…
nsIStyleSheetService.idl
…
nsLayoutDebugger.cpp
Bug 1630704 - Part 28: Remove nsFrame r=emilio
2020-07-06 22:38:11 +00:00
nsLayoutHistoryState.cpp
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert
2020-03-17 09:38:32 +00:00
nsLayoutUtils.cpp
Bug 1659973 - Bring back FrameMetrics::mVisualViewportOffset (but call it mVisualDestination). r=kats
2020-08-22 22:59:47 +00:00
nsLayoutUtils.h
Backed out changeset 4fbc6775e743 (bug 1640195) for causing multiple failures CLOSED TREE
2020-07-30 02:58:03 +03:00
nsPresArena.cpp
Bug 1642949 - Replace uses of RemoveElementAt by RemoveLastElement/PopLastElement where possible. r=necko-reviewers,froydnj
2020-06-10 10:46:14 +00:00
nsPresArena.h
…
nsPresArenaObjectList.h
…
nsPresContext.cpp
Bug 1647797 - Add GeckoView API to listen for when contentful paint status has been reset. r=geckoview-reviewers,agi,esawin
2020-08-19 15:24:14 +00:00
nsPresContext.h
Bug 1647797 - Add GeckoView API to listen for when contentful paint status has been reset. r=geckoview-reviewers,agi,esawin
2020-08-19 15:24:14 +00:00
nsPresContextInlines.h
…
nsQuoteList.cpp
…
nsQuoteList.h
…
nsRefreshDriver.cpp
Bug 1657974 - MOZ_LOG schedule and run of `FrameRequestCallback`, r=froydnj
2020-08-13 14:41:16 +00:00
nsRefreshDriver.h
Bug 1657960 - MOZ_LOG schedule and run of `mStyleFlushObservers` and `mLayoutFlushObservers`, r=froydnj
2020-08-13 14:41:15 +00:00
nsRefreshObservers.h
Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange
2020-08-04 21:17:50 +00:00
nsStyleChangeList.cpp
…
nsStyleChangeList.h
Bug 1629732 - Fix non-unified build errors in layout/base. r=tnikkel
2020-04-14 03:05:26 +00:00
nsStyleSheetService.cpp
Bug 1626570 - Improve handling of copying arrays in layout/base/. r=emilio
2020-05-05 10:40:24 +00:00
nsStyleSheetService.h
…