gecko-dev/layout/base
Emily McDonough d146c1f89b Bug 1740365 Part 1 - Use CSS page name when constructing nsPageContentFrames and computed page content style r=dholbert,emilio
This works with margin and page-size, though we can't properly test mixed
page-size yet due to limitations in both print preview testing (which does not
handle multiple pages) and paged reftests (which ignore page-size).

It may be appropriate to remove the @page { margin } propagation from Servo
after this change.

Differential Revision: https://phabricator.services.mozilla.com/D158227
2022-11-10 23:43:48 +00:00
..
crashtests Bug 1799580 - Remove display: -moz-popup. r=TYLin 2022-11-09 20:38:04 +00:00
gtest Bug 1639087 - Add dragcaret event by accessible caret. r=TYLin,smaug 2022-04-08 05:11:48 +00:00
tests Bug 1799925 - Make XUL popups contain: paint. r=dholbert 2022-11-09 20:38:05 +00:00
AccessibleCaret.cpp Bug 1771571 - Fix include header mess between frame constructor / restyle manager. r=layout-reviewers,AlaskanEmily 2022-05-31 20:07:38 +00:00
AccessibleCaret.h Bug 1794811, part 1 - Include nsISupports.h instead of nsISupportsBase.h. r=necko-reviewers,nika,valentin 2022-10-17 16:09:22 +00:00
AccessibleCaretEventHub.cpp
AccessibleCaretEventHub.h
AccessibleCaretLogger.h
AccessibleCaretManager.cpp Bug 1779269 - Fix AccessibleCaret's display on disabled form controls. r=emilio,webdriver-reviewers,whimboo,geckoview-reviewers,m_kato 2022-07-21 05:44:30 +00:00
AccessibleCaretManager.h Bug 1639087 - Add dragcaret event by accessible caret. r=TYLin,smaug 2022-04-08 05:11:48 +00:00
ArenaObjectID.h
AutoProfilerStyleMarker.h
CaretAssociationHint.h
ContainStyleScopeManager.cpp Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
ContainStyleScopeManager.h Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
DisplayPortUtils.cpp Bug 1689816 - Implement <tabpanels> and <deck> without XUL layout. r=Gijs,Jamie,morgan,preferences-reviewers,mconley,TYLin 2022-09-27 04:18:16 +00:00
DisplayPortUtils.h Bug 1689816 - Implement <tabpanels> and <deck> without XUL layout. r=Gijs,Jamie,morgan,preferences-reviewers,mconley,TYLin 2022-09-27 04:18:16 +00:00
FrameProperties.h
GeckoMVMContext.cpp Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers 2022-09-01 10:54:24 +00:00
GeckoMVMContext.h
GeometryUtils.cpp Bug 1771571 - Fix include header mess between frame constructor / restyle manager. r=layout-reviewers,AlaskanEmily 2022-05-31 20:07:38 +00:00
GeometryUtils.h
LayoutConstants.h Bug 1786214 - Remove UseAutoBSize flag. r=TYLin 2022-08-23 09:17:38 +00:00
LayoutLogging.cpp Bug 1766561 - Adapt formatting to the difference in ProcessId type across platforms. r=nika,necko-reviewers,kershaw 2022-05-03 20:49:04 +00:00
LayoutLogging.h
LayoutTelemetryTools.cpp
LayoutTelemetryTools.h
MVMContext.h
MediaEmulationData.h
MobileViewportManager.cpp
MobileViewportManager.h
MotionPathUtils.cpp Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
MotionPathUtils.h
OverflowChangedTracker.h
PositionedEventTargeting.cpp Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
PositionedEventTargeting.h
PresShell.cpp Bug 1633019 - Crash in [@ mozilla::PresShell::EventHandler::MaybeFlushThrottledStyles], r=masayuki 2022-11-09 10:36:24 +00:00
PresShell.h Bug 1797148: Simplify checkVisibility API (on nsISelectionController and nsIFrame) into a single nsTextFrame::HasVisibleText method. r=masayuki 2022-10-28 17:56:04 +00:00
PresShellForwards.h Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers 2022-09-01 10:54:24 +00:00
PresShellInlines.h
PresState.ipdlh
RelativeTo.h
RestyleManager.cpp Bug 1799343 - Simplify XUL popup handling. r=TYLin 2022-11-09 20:38:04 +00:00
RestyleManager.h Bug 1773070 - While at it rename ContentStateChanged to ElementStateChanged, and make it take elements. r=smaug 2022-06-07 23:09:54 +00:00
ScrollStyles.cpp
ScrollStyles.h
ScrollTypes.h Bug 1766805 - Introduce intended direction and intended end position concepts. r=botond 2022-05-12 12:25:15 +00:00
ShapeUtils.cpp Bug 1785903 - Use inset rect as the border area to compute shape radii. r=TYLin 2022-08-22 22:15:24 +00:00
ShapeUtils.h Bug 1785903 - Use inset rect as the border area to compute shape radii. r=TYLin 2022-08-22 22:15:24 +00:00
StackArena.cpp
StackArena.h
StaticPresData.cpp
StaticPresData.h
SurfaceFromElementResult.h
TouchManager.cpp Bug 1779206 - Part 2: Do not always fire first pointermove event for touch; r=smaug 2022-07-20 21:12:32 +00:00
TouchManager.h
UnitTransforms.h Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
Units.h Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
ViewportUtils.cpp
ViewportUtils.h
WordMovementType.h
ZoomConstraintsClient.cpp
ZoomConstraintsClient.h
moz.build Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
nsAutoLayoutPhase.cpp
nsAutoLayoutPhase.h
nsBidiPresUtils.cpp Bug 1798373 Part 7 - Change nsContainerFrame::InsertFrames() to take rvalue reference of nsFrameList. r=emilio 2022-11-01 21:15:55 +00:00
nsBidiPresUtils.h Bug 1110580 - patch 2 - Provide a simplified codepath for nsBidiPresUtils::ProcessText in the case where it is handling a single Unicode character. r=lsalzman 2022-05-05 08:14:11 +00:00
nsCSSColorUtils.cpp
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Bug 1740365 Part 1 - Use CSS page name when constructing nsPageContentFrames and computed page content style r=dholbert,emilio 2022-11-10 23:43:48 +00:00
nsCSSFrameConstructor.h Bug 1740365 Part 1 - Use CSS page name when constructing nsPageContentFrames and computed page content style r=dholbert,emilio 2022-11-10 23:43:48 +00:00
nsCaret.cpp Bug 1776215 - Make font related prefs threadsafe. r=gfx-reviewers,jrmuizel 2022-06-23 15:21:25 +00:00
nsCaret.h
nsChangeHint.h
nsCompatibility.h
nsCounterManager.cpp Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
nsCounterManager.h Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
nsDocumentViewer.cpp Bug 1798836 - Improve sizing of the profile manager (again). r=Gijs,webidl,smaug 2022-11-05 19:24:31 +00:00
nsFrameManager.cpp Bug 1798373 Part 8 - Convert more frame list manipulation methods to take rvalue references of nsFrameList. r=emilio 2022-11-01 21:15:55 +00:00
nsFrameManager.h Bug 1798373 Part 8 - Convert more frame list manipulation methods to take rvalue references of nsFrameList. r=emilio 2022-11-01 21:15:55 +00:00
nsFrameTraversal.cpp Bug 1799580 - Remove display: -moz-popup. r=TYLin 2022-11-09 20:38:04 +00:00
nsFrameTraversal.h
nsGenConList.cpp Bug 1776211 - Assertion failure: aNode (aNode cannot be nullptr!), at /layout/base/nsGenConList.h:83 r=emilio 2022-06-23 16:05:30 +00:00
nsGenConList.h Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
nsIDocumentViewerPrint.h
nsIFrameTraversal.h
nsILayoutHistoryState.idl
nsIPercentBSizeObserver.h
nsIPreloadedStyleSheet.idl
nsIReflowCallback.h
nsIStyleSheetService.idl
nsLayoutDebugger.cpp
nsLayoutHistoryState.cpp
nsLayoutUtils.cpp Bug 1791069 - Clamp scrollable element's first/last baseline position to border box. r=emilio 2022-11-10 17:49:00 +00:00
nsLayoutUtils.h Bug 1799407 - Move definitions in FrameChildList.h/cpp into nsFrameList.h/cpp. r=emilio 2022-11-07 18:59:10 +00:00
nsPresArena.cpp
nsPresArena.h
nsPresArenaObjectList.h
nsPresContext.cpp Bug 1799435 - Make RFP checks faster. r=smaug 2022-11-08 02:36:25 +00:00
nsPresContext.h Bug 1791782 - Connect CSS font-palette features to rendering via the presContext. r=emilio 2022-10-07 23:00:46 +00:00
nsPresContextInlines.h Bug 1777135 - Part 1: make nsPresContext::DefaultBackgroundColor account for default-background color-scheme. r=dholbert 2022-07-12 09:51:47 +00:00
nsQuoteList.cpp Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
nsQuoteList.h Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
nsRefreshDriver.cpp Bug 1778575, add support for low priority tasks and use such to trigger pending RefreshDriverTimer, r=bas 2022-10-18 17:29:44 +00:00
nsRefreshDriver.h Bug 1771718, nsRefreshDriver::IsInHighRateMode(), r=mstange 2022-06-02 10:40:54 +00:00
nsRefreshObservers.cpp
nsRefreshObservers.h
nsStyleChangeList.cpp
nsStyleChangeList.h
nsStyleSheetService.cpp Bug 1769290 - Part 24: Apply mozilla-js-handle-rooted-typedef against layout,security,storage,tools r=andi 2022-07-14 17:00:24 +00:00
nsStyleSheetService.h