gecko-dev/layout/base
Boris Chiou 7bf8670769 Bug 1598158 - Resolve URL to SVG shape elements. r=emilio
Also update offset-path-url-001.html because it seems its ref html is
incorrect per the spec. We are using its `<coord-box>` (i.e. the reference box
of its containing block) as the viewport and user coordinate system, so its
offset-starting-position should be independent from its current position
from CSS reflow. The SVG shape element always provides the offset starting
position.

So I tweak offset-path-url-001.html a little bit to make it passed for all
browsers, and add some other tests to cover the case mentioned above and
other cases.

Differential Revision: https://phabricator.services.mozilla.com/D184431
2023-08-07 22:04:02 +00:00
..
crashtests Backed out changeset b1b105230b62 (bug 1842478) for causing mochitest failures in /test_transitions_and_zoom.html CLOSED TREE 2023-07-23 13:36:41 -04:00
gtest Bug 1804375 - Re-enable clang -Wnull-dereference warnings in gtest. r=firefox-build-system-reviewers,glandium 2022-12-13 03:57:35 +00:00
tests Bug 1846141 - Don't propagate zoom on replacement for site-specific zoom. r=nika 2023-08-01 00:14:37 +00:00
AccessibleCaret.cpp Bug 1824886 - Rewrite AnonymousContent to use a shadow tree. r=smaug,TYLin,sfoster,devtools-reviewers,nchevobbe 2023-07-09 11:34:05 +00:00
AccessibleCaret.h Bug 1824886 - Rewrite AnonymousContent to use a shadow tree. r=smaug,TYLin,sfoster,devtools-reviewers,nchevobbe 2023-07-09 11:34:05 +00:00
AccessibleCaretEventHub.cpp Bug 1824886 - Rewrite AnonymousContent to use a shadow tree. r=smaug,TYLin,sfoster,devtools-reviewers,nchevobbe 2023-07-09 11:34:05 +00:00
AccessibleCaretEventHub.h
AccessibleCaretLogger.h
AccessibleCaretManager.cpp Bug 1824886 - Rewrite AnonymousContent to use a shadow tree. r=smaug,TYLin,sfoster,devtools-reviewers,nchevobbe 2023-07-09 11:34:05 +00:00
AccessibleCaretManager.h Bug 1824886 - Rewrite AnonymousContent to use a shadow tree. r=smaug,TYLin,sfoster,devtools-reviewers,nchevobbe 2023-07-09 11:34:05 +00:00
ArenaObjectID.h
AutoProfilerStyleMarker.h
Baseline.cpp Bug 1835562 - Fix synthesized baseline from border-box when line is inverted. r=dholbert 2023-07-31 15:38:27 +00:00
Baseline.h Bug 1809568 - Part 2: Provide GetNaturalBaselineBOffset with baseline export context. r=emilio 2023-05-17 12:56:54 +00:00
CaretAssociationHint.h
ContainStyleScopeManager.cpp Bug 1830127 - Revert changeset 63b04ce7cf57 (bug 1808995) and remove associated WPT tests, because the behavior implemented there deviated from the Counter-Styles spec. r=emilio 2023-05-05 12:58:33 +00:00
ContainStyleScopeManager.h Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
DepthOrderedFrameList.cpp Bug 1797752 - Fix a comment as per review feedback that I missed. 2022-12-29 14:04:15 +01:00
DepthOrderedFrameList.h Bug 1797752 - Make sure container queries make forward progress. r=Oriol 2022-12-29 10:01:22 +00:00
DisplayPortUtils.cpp Bug 1818967 - Remove DisplayPortMargins::mScale which is no longer used. r=hiro 2023-03-30 03:59:05 +00:00
DisplayPortUtils.h Bug 1818967 - Remove DisplayPortMargins::mScale which is no longer used. r=hiro 2023-03-30 03:59:05 +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 1791759 - remove unused ContentRelevancyReason::DescendantOfTopLayerElement r=emilio 2023-02-09 01:18:04 +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
MediaEmulationData.h
MobileViewportManager.cpp Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot 2023-03-22 11:35:33 +00:00
MobileViewportManager.h
MotionPathUtils.cpp Bug 1598158 - Resolve URL to SVG shape elements. r=emilio 2023-08-07 22:04:02 +00:00
MotionPathUtils.h Bug 1598158 - Add IsClosedLoop() for SVGGeometryElement. r=emilio 2023-08-07 22:04:02 +00:00
moz.build Bug 1819211 - Export Baseline.h under mozilla. r=emilio 2023-03-01 03:50:03 +00:00
MVMContext.h
nsAutoLayoutPhase.cpp
nsAutoLayoutPhase.h
nsBidiPresUtils.cpp Bug 1449669 - Remove IsNodeOfType. r=longsonr 2023-03-17 19:22:14 +00:00
nsBidiPresUtils.h Bug 1821735 part 3: Change nsBidiPresUtils::ProcessText aBidiEngine param to a reference instead of a pointer. r=jfkthame 2023-03-10 21:58:44 +00:00
nsCaret.cpp Bug 1828008 - Avoid creating timers with a delay of UINT32_MAX in nsCaret::ResetBlinking, r=emilio. 2023-04-14 13:25:13 +00:00
nsCaret.h Bug 1828008 - Avoid creating timers with a delay of UINT32_MAX in nsCaret::ResetBlinking, r=emilio. 2023-04-14 13:25:13 +00:00
nsChangeHint.h Bug 1844466 - Speed up and simplify cumulative changehint computation. r=boris,hiro 2023-08-03 09:04:11 +00:00
nsCompatibility.h
nsCounterManager.cpp Bug 1830127 - Revert changeset 63b04ce7cf57 (bug 1808995) and remove associated WPT tests, because the behavior implemented there deviated from the Counter-Styles spec. r=emilio 2023-05-05 12:58:33 +00:00
nsCounterManager.h Bug 1463600 - Implement CSS 'contain: style' r=emilio 2022-06-22 16:16:59 +00:00
nsCSSColorUtils.cpp
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Bug 1838262, part 2: Implemented getComputedStyle() for custom highlight api. r=emilio 2023-07-31 13:47:54 +00:00
nsCSSFrameConstructor.h Bug 1831976 - Fix typos in comments regarding CSS named pages pref. r=dholbert 2023-05-09 00:10:44 +00:00
nsDocumentViewer.cpp Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
nsFrameManager.cpp Bug 1799732 Part 2 - Flatten the namespace for FrameChildList and co. by removing namespace layout. r=emilio 2022-11-12 04:38:53 +00:00
nsFrameManager.h Bug 1799732 Part 2 - Flatten the namespace for FrameChildList and co. by removing namespace layout. r=emilio 2022-11-12 04:38:53 +00:00
nsFrameTraversal.cpp Bug 1799732 Part 2 - Flatten the namespace for FrameChildList and co. by removing namespace layout. r=emilio 2022-11-12 04:38:53 +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 Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIPercentBSizeObserver.h
nsIPreloadedStyleSheet.idl
nsIReflowCallback.h
nsIStyleSheetService.idl
nsLayoutDebugger.cpp
nsLayoutHistoryState.cpp
nsLayoutUtils.cpp Bug 1708240 - Implement the from-font keyword for CSS font-size-adjust. r=emilio,devtools-reviewers 2023-08-01 12:40:31 +00:00
nsLayoutUtils.h Bug 1781527 - Part 1. Add nsLayoutUtils::SurfaceFromVideoFrame. r=gfx-reviewers,chunmin,lsalzman 2023-07-10 00:26:47 +00:00
nsPresArena.cpp
nsPresArena.h
nsPresArenaObjectList.h
nsPresContext.cpp Bug 1838415 - Introduce RFPTarget::FontVisibilityBaseSystem + LangPack. r=tjr 2023-06-26 07:17:38 +00:00
nsPresContext.h Bug 1839614 - patch 2 - Move the browser.display.auto_quality_min_font_size pref into StaticPrefs. r=gfx-reviewers,lsalzman 2023-06-23 15:12:19 +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 1837244: Assert that AddRefreshObserver/RemoveRefreshObserver calls are balanced. r=tnikkel 2023-06-07 23:24:22 +00:00
nsRefreshDriver.h Bug 1829488 - Move animated image processing to its own function. r=smaug 2023-04-22 20:37:49 +00:00
nsRefreshObservers.cpp
nsRefreshObservers.h Bug 1837244: Assert that AddRefreshObserver/RemoveRefreshObserver calls are balanced. r=tnikkel 2023-06-07 23:24:22 +00:00
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
OverflowChangedTracker.h
PositionedEventTargeting.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
PositionedEventTargeting.h
PresShell.cpp Bug 1845904 - Make PresShell::EventHandler::HandleEventWithCurrentEventInfo stop flushing pending notifications if a query content event does not require that r=emilio 2023-08-07 05:24:20 +00:00
PresShell.h Bug 1776339, add a browsing context field that syncs the isUnderHiddenEmbedderElement state, r=emilio 2023-05-31 19:46:49 +00:00
PresShellForwards.h Bug 1803377 - Rename the values of the IntrinsicDirty enum r=emilio 2022-12-02 12:27:31 +00:00
PresShellInlines.h
PresState.ipdlh Bug 1556358 - Part 2: Save and restore custom element form data. r=edgar 2023-06-28 04:31:22 +00:00
RelativeTo.h
RestyleManager.cpp Bug 1845744: Move selector-specific node flags to a separate field. r=emilio 2023-08-01 00:29:56 +00:00
RestyleManager.h Bug 1845744: Move selector-specific node flags to a separate field. r=emilio 2023-08-01 00:29:56 +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 1842277 - Compute <basic-shape-rect> to the equivalent inset() function. r=devtools-reviewers,emilio 2023-07-12 20:16:47 +00:00
ShapeUtils.h Bug 1842277 - Compute <basic-shape-rect> to the equivalent inset() function. r=devtools-reviewers,emilio 2023-07-12 20:16:47 +00:00
StackArena.cpp
StackArena.h
StaticPresData.cpp Bug 1708240 - Implement the from-font keyword for CSS font-size-adjust. r=emilio,devtools-reviewers 2023-08-01 12:40:31 +00:00
StaticPresData.h
SurfaceFromElementResult.h Bug 1781527: apply code formatting via Lando 2023-07-10 00:29:39 +00:00
TouchManager.cpp Bug 1835712 - Add a new flag to InputAPZContext to indicate the state we didn't handle the event on the main-thread. r=botond 2023-06-22 03:01:44 +00:00
TouchManager.h
Units.h Bug 1840485 - Change the type of BaseMargin::{top,right,bottom,left} to Coord. r=botond 2023-07-01 02:23:21 +00:00
UnitTransforms.h Bug 1841478 - Use strongly-typed coordinates in the BaseSize constructor. r=botond 2023-07-10 02:59:01 +00:00
ViewportUtils.cpp
ViewportUtils.h
WordMovementType.h
ZoomConstraintsClient.cpp
ZoomConstraintsClient.h