gecko-dev/layout/base
Masayuki Nakano c84dfd928f Bug 1455514 - part 2: Add accessors and static helper methods to retrieve `nsPIDOMWindowInner`, `nsPIDOMWindowOuter` and `nsPIWindowRoot` r=smaug
Similar to the previous patch, there are a lot of QI from `EventTarget` to
window interfaces.  This patch adds them, but unfortunately,
`nsPIDOMWindowInner` and `nsPIDOMWindowOuter` do not inherit `EventTarget`
directly, and they are in a public header instead of their concrete classes
(`nsGlobalWindowInner` and `nsGlobalWindowOuter`).  So we cannot cast them
in `nsPIDOMWindow.h`, and it causes it's impossible to use the macros added
by the previous patch.

Differential Revision: https://phabricator.services.mozilla.com/D129782
2021-11-02 13:03:43 +00:00
..
crashtests Bug 1734007 - Add crashtest. r=hiro 2021-10-19 00:47:39 +00:00
gtest Bug 1731371: Remove REQUIRES_UNIFIED_BUILD declaration from layout subdirectories that don't need it. r=emilio 2021-09-19 04:03:41 +00:00
tests Bug 1738587 - Use the right background-color pref in a test. r=hiro 2021-10-31 23:09:35 +00:00
AccessibleCaret.cpp
AccessibleCaret.h
AccessibleCaretEventHub.cpp
AccessibleCaretEventHub.h
AccessibleCaretLogger.h
AccessibleCaretManager.cpp
AccessibleCaretManager.h
ArenaObjectID.h
AutoProfilerStyleMarker.h Bug 1735697 - Remove profiler_can_accept_markers(), use profiler_thread_is_being_profiled() instead - r=florian 2021-10-18 23:11:30 +00:00
CaretAssociationHint.h
DisplayPortUtils.cpp Bug 1734478. Remove MaxSizeExceededBehaviour from displayport getter options as it is unused. r=botond 2021-10-18 07:48:11 +00:00
DisplayPortUtils.h Bug 1734478. Remove MaxSizeExceededBehaviour from displayport getter options as it is unused. r=botond 2021-10-18 07:48:11 +00:00
FrameProperties.h Bug 1591366 - Always reserve 64 bits for frame property value r=dholbert 2021-09-20 19:52:46 +00:00
GeckoMVMContext.cpp Bug 1730741 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/base, and remove REQUIRES_UNIFIED_BUILD declaration. r=emilio 2021-09-15 18:48:17 +00:00
GeckoMVMContext.h
GeometryUtils.cpp
GeometryUtils.h
LayoutConstants.h
LayoutLogging.cpp
LayoutLogging.h
LayoutTelemetryTools.cpp
LayoutTelemetryTools.h
MVMContext.h
MediaEmulationData.h
MobileViewportManager.cpp Bug 1730741 part 1: Export MobileViewportManager's LazyLogModule in a more structured way. r=botond 2021-09-15 18:48:16 +00:00
MobileViewportManager.h Bug 1730741 part 1: Export MobileViewportManager's LazyLogModule in a more structured way. r=botond 2021-09-15 18:48:16 +00:00
MotionPathUtils.cpp Bug 1730741 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/base, and remove REQUIRES_UNIFIED_BUILD declaration. r=emilio 2021-09-15 18:48:17 +00:00
MotionPathUtils.h
OverflowChangedTracker.h
PositionedEventTargeting.cpp Bug 1733384 - Make inert not modify the computed style. r=sefeng,layout-reviewers,jfkthame 2021-10-07 17:00:36 +00:00
PositionedEventTargeting.h
PresShell.cpp Bug 1738839 - Drop layout.css.scroll-behavior.enabled. r=dholbert 2021-11-02 06:58:47 +00:00
PresShell.h Bug 1719150 - Push delayed mouse event to the right pres shell. r=smaug 2021-11-01 19:29:01 +00:00
PresShellForwards.h Bug 1725267 - Split Paint entry points to make them easier to understand. r=tnikkel 2021-09-22 03:36:52 +00:00
PresShellInlines.h
PresState.ipdlh
RelativeTo.h
RestyleManager.cpp Bug 1736558 - remove a useless null-check as per comment 6. 2021-10-22 11:47:51 +02:00
RestyleManager.h
ScrollStyles.cpp
ScrollStyles.h
ScrollTypes.h
ShapeUtils.cpp
ShapeUtils.h
StackArena.cpp
StackArena.h
StaticPresData.cpp 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
StaticPresData.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
SurfaceFromElementResult.h
TouchManager.cpp Bug 1455514 - part 1: Add accessors and static helper methods to retrieve `nsINode` or its concrete classes from `EventTarget` r=smaug 2021-11-02 13:03:43 +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 1732600. Pass down transform to ancestor scale to child processes. r=botond 2021-10-05 09:28:57 +00:00
Units.h Bug 1712400 - Account for the resolution in the enclosing document when positioning and sizing the drag preview image when dragging content in a nested content process. r=hiro 2021-07-10 17:23:20 +00:00
ViewportUtils.cpp Bug 1720176 - Get Matrix4x4Typed::Decompose() to compile for non-Unknown matrix types. r=jrmuizel 2021-07-19 18:37:37 +00:00
ViewportUtils.h Bug 1712400 - Account for the resolution in the enclosing document when positioning and sizing the drag preview image when dragging content in a nested content process. r=hiro 2021-07-10 17:23:20 +00:00
WordMovementType.h
ZoomConstraintsClient.cpp Bug 1730741 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/base, and remove REQUIRES_UNIFIED_BUILD declaration. r=emilio 2021-09-15 18:48:17 +00:00
ZoomConstraintsClient.h
moz.build Bug 1719546 - Remove nsBidi; r=platform-i18n-reviewers,dminor 2021-10-20 14:01:22 +00:00
nsAutoLayoutPhase.cpp
nsAutoLayoutPhase.h
nsBidiPresUtils.cpp Bug 1719546 - Replace nsBidi with mozilla::intl::Bidi; r=platform-i18n-reviewers,dminor 2021-10-20 14:01:21 +00:00
nsBidiPresUtils.h Bug 1719546 - Replace nsBidi with mozilla::intl::Bidi; r=platform-i18n-reviewers,dminor 2021-10-20 14:01:21 +00:00
nsCSSColorUtils.cpp
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Bug 1736707, part 1 - Get rid of nsContentUtils::NameSpaceManager(). r=peterv 2021-10-22 16:15:57 +00:00
nsCSSFrameConstructor.h Bug 1724880 - Add a layout-debugger menu item that dumps CounterManager data. r=emilio 2021-08-10 23:15:31 +00:00
nsCaret.cpp Bug 1719546 - Replace nsBidi with mozilla::intl::Bidi; r=platform-i18n-reviewers,dminor 2021-10-20 14:01:21 +00:00
nsCaret.h Bug 1719546 - Replace nsBidi with mozilla::intl::Bidi; r=platform-i18n-reviewers,dminor 2021-10-20 14:01:21 +00:00
nsChangeHint.h Bug 1730351 - Don't use NS_IsHintSubset unnecessarily in some places. r=layout-reviewers,jfkthame 2021-09-29 10:16:10 +00:00
nsCompatibility.h
nsCounterManager.cpp Bug 1712413 - Make finding CSS counter scopes on ancestors faster. r=emilio 2021-10-15 23:58:42 +00:00
nsCounterManager.h Bug 1724880 - Add a layout-debugger menu item that dumps CounterManager data. r=emilio 2021-08-10 23:15:31 +00:00
nsDocumentViewer.cpp Bug 1731564: Use motivated SpinEventLoopUntil inside layout/*. r=emilio 2021-10-07 08:06:13 +00:00
nsFrameManager.cpp
nsFrameManager.h
nsFrameTraversal.cpp Bug 1730741 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/base, and remove REQUIRES_UNIFIED_BUILD declaration. r=emilio 2021-09-15 18:48:17 +00:00
nsFrameTraversal.h
nsGenConList.cpp Bug 1730741 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/base, and remove REQUIRES_UNIFIED_BUILD declaration. r=emilio 2021-09-15 18:48:17 +00:00
nsGenConList.h Bug 1724880 - Add a layout-debugger menu item that dumps CounterManager data. r=emilio 2021-08-10 23:15:31 +00:00
nsIDocumentViewerPrint.h
nsIFrameTraversal.h Bug 1730741 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/base, and remove REQUIRES_UNIFIED_BUILD declaration. r=emilio 2021-09-15 18:48:17 +00:00
nsILayoutHistoryState.idl
nsIPercentBSizeObserver.h
nsIPreloadedStyleSheet.idl
nsIReflowCallback.h
nsIStyleSheetService.idl
nsLayoutDebugger.cpp Bug 1714138 - Remove AnimatedGeometryRoot. r=mstange 2021-09-15 08:31:05 +00:00
nsLayoutHistoryState.cpp
nsLayoutUtils.cpp Backed out 13 changesets (bug 1711061) on devs request. CLOSED TREE 2021-10-29 00:36:30 +03:00
nsLayoutUtils.h Bug 1733332. Change nsLayoutUtils::GetTransformToAncestorScale from Is2D to CanDraw2D. r=botond 2021-10-08 06:21:50 +00:00
nsPresArena.cpp Bug 1726291 - Remove FrameLayerBuilder. r=miko 2021-08-23 03:07:31 +00:00
nsPresArena.h
nsPresArenaObjectList.h Bug 1726291 - Remove FrameLayerBuilder. r=miko 2021-08-23 03:07:31 +00:00
nsPresContext.cpp Bug 1455514 - part 2: Add accessors and static helper methods to retrieve `nsPIDOMWindowInner`, `nsPIDOMWindowOuter` and `nsPIWindowRoot` r=smaug 2021-11-02 13:03:43 +00:00
nsPresContext.h Bug 1525107 - Make Canvas/CanvasText and Link colors color-scheme-aware. r=dholbert 2021-10-29 19:58:25 +00:00
nsPresContextInlines.h
nsQuoteList.cpp Bug 1730741 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/base, and remove REQUIRES_UNIFIED_BUILD declaration. r=emilio 2021-09-15 18:48:17 +00:00
nsQuoteList.h
nsRefreshDriver.cpp Bug 1735484 - avoid crashing in nsRefreshDriver::RemoveImageRequest when mPresContext is null, r=emilio. 2021-10-26 15:52:19 +00:00
nsRefreshDriver.h Bug 560067 - Minor clean-up in the refresh driver image animation code. r=tnikkel 2021-10-11 10:25:47 +00:00
nsRefreshObservers.cpp
nsRefreshObservers.h
nsStyleChangeList.cpp
nsStyleChangeList.h
nsStyleSheetService.cpp
nsStyleSheetService.h