gecko-dev/layout/base
Emily McDonough cecd0ac37f Bug 1781957 - Remove argument to nsCSSFrameConstructor::AddFCItemsForAnonymousContent which is not useful r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D152952
2022-07-28 20:21:49 +00:00
..
crashtests Bug 1781102 - Remove assert count from a crashtest that no longer asserts. 2022-07-26 02:11:17 +02:00
gtest Bug 1639087 - Add dragcaret event by accessible caret. r=TYLin,smaug 2022-04-08 05:11:48 +00:00
tests 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
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
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 Bug 1738627 - profiler_thread_is_being_profiled_for_markers - r=canaltinova 2021-11-08 23:59:35 +00:00
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 1771822 - Follow-up simplifications to DisplayPortUtils functions. r=tnikkel 2022-07-14 18:39:34 +00:00
DisplayPortUtils.h Bug 1733747. Remove remaining critical display port code. r=botond 2022-01-17 10:29:44 +00:00
FrameProperties.h
GeckoMVMContext.cpp
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
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
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 1781034 - Remove layout debugger's visual debugging. r=layout-reviewers,dshin 2022-07-26 15:06:30 +00:00
PresShell.h Bug 1781034 - Remove layout debugger's visual debugging. r=layout-reviewers,dshin 2022-07-26 15:06:30 +00:00
PresShellForwards.h Bug 1771830 - Apply scroll snap in ScrollToShowRect in PresShell.cpp. r=emilio 2022-06-08 02:49:56 +00:00
PresShellInlines.h
PresState.ipdlh
RelativeTo.h
RestyleManager.cpp Bug 1530253 - Trigger re-snap on reflows and in RecomputePosition. r=botond,emilio 2022-07-01 01:35:32 +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
ShapeUtils.h
StackArena.cpp
StackArena.h
StaticPresData.cpp Bug 1739464 - Simplify language-dependent font fallback code. r=jfkthame 2021-11-19 16:11:55 +00:00
StaticPresData.h Bug 1519636 - Reformat recent changes to the Google coding style. r=sylvestre 2021-12-05 19:04:18 +00:00
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 Bug 1733727 part 2: Use StaticAutoPtr to manage lifetime of various "sFoo" static global variables in layout. r=jfkthame 2021-10-02 18:59:11 +00:00
UnitTransforms.h Bug 1766078 - Add a ViewAs overload for casting an untyped ScaleFactors2D to a typed one. r=botond 2022-04-30 00:24:46 +00:00
Units.h Bug 1776858 - Cleanup and add some missing unit conversion methods. r=gfx-reviewers,jrmuizel 2022-06-28 18:52:19 +00:00
ViewportUtils.cpp
ViewportUtils.h
WordMovementType.h
ZoomConstraintsClient.cpp Bug 1742985 - Ensure ZoomConstraints get refreshed after GPU process restart. r=tnikkel 2022-01-07 13:27:48 +00:00
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 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
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 1781957 - Remove argument to nsCSSFrameConstructor::AddFCItemsForAnonymousContent which is not useful r=emilio 2022-07-28 20:21:49 +00:00
nsCSSFrameConstructor.h Bug 1781957 - Remove argument to nsCSSFrameConstructor::AddFCItemsForAnonymousContent which is not useful r=emilio 2022-07-28 20:21:49 +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 Bug 1738057 - Split out BidiEmbeddingLevel into its own file; r=platform-i18n-reviewers,dminor 2021-11-16 15:11:58 +00:00
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 1758115 - Part 2: Streamline locking, initialization and shutdown for TimelineConsumers, r=smaug 2022-06-29 15:01:51 +00:00
nsFrameManager.cpp
nsFrameManager.h
nsFrameTraversal.cpp Bug 1727562: Avoid else-after-break in nsFrameTraversal.cpp, and add braces to one-liner if-statements. r=emilio 2022-04-24 03:54:27 +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 Bug 1751587 - Fix compiler warning r=emilio 2022-01-24 14:48:13 +00:00
nsLayoutHistoryState.cpp
nsLayoutUtils.cpp Backed out changeset dc6dc0fd83e9 (bug 1427635) for causing geckoview-junit failures. CLOSED TREE 2022-07-19 16:22:31 +03:00
nsLayoutUtils.h Bug 1779598 - Stop passing around Maybe<SVGImageContext>. r=aosmond 2022-07-14 16:03:25 +00:00
nsPresArena.cpp
nsPresArena.h
nsPresArenaObjectList.h
nsPresContext.cpp Bug 1777135 - Part 1: make nsPresContext::DefaultBackgroundColor account for default-background color-scheme. r=dholbert 2022-07-12 09:51:47 +00:00
nsPresContext.h Bug 1777135 - Part 1: make nsPresContext::DefaultBackgroundColor account for default-background color-scheme. r=dholbert 2022-07-12 09:51:47 +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 1758115 - Part 2: Streamline locking, initialization and shutdown for TimelineConsumers, r=smaug 2022-06-29 15:01:51 +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