gecko-dev/layout/svg
2024-11-19 08:27:47 +00:00
..
crashtests Bug 696326 - add crashtest r=emilio 2024-09-25 16:02:17 +00:00
tests
AutoReferenceChainGuard.h
CSSClipPathInstance.cpp
CSSClipPathInstance.h
CSSFilterInstance.cpp Bug 1924318 - Use std::array and mozilla::Span to avoid repeating array sizes r=emilio 2024-10-12 18:03:25 +00:00
CSSFilterInstance.h
DisplaySVGItem.cpp
DisplaySVGItem.h
FilterInstance.cpp Bug 1856319 - create new ISVGFilterObserverList class instead of using nsISupports r=emilio 2024-11-19 08:27:47 +00:00
FilterInstance.h Bug 1856319 - create new ISVGFilterObserverList class instead of using nsISupports r=emilio 2024-11-19 08:27:47 +00:00
ISVGDisplayableFrame.h Bug 1915971 - Simplify PrependLocalTransformsTo. r=longsonr 2024-09-02 17:26:21 +00:00
ISVGSVGFrame.h
moz.build
svg.css Bug 1931285 - Simplify -moz-pre-space implementation. r=jfkthame 2024-11-14 11:13:21 +00:00
SVGAFrame.cpp Bug 1919040 - Remove some unneeded transform attr invalidation. r=longsonr 2024-09-18 15:22:51 +00:00
SVGClipPathFrame.cpp Bug 1919040 - Remove some unneeded transform attr invalidation. r=longsonr 2024-09-18 15:22:51 +00:00
SVGClipPathFrame.h Bug 1915474 - Make SVG rendering observer container a class flag. r=longsonr 2024-08-28 20:16:03 +00:00
SVGContainerFrame.cpp Bug 1919040 - Fix some pre-existing transform invalidation issues. r=longsonr 2024-09-18 15:22:50 +00:00
SVGContainerFrame.h Bug 1919040 - Fix some pre-existing transform invalidation issues. r=longsonr 2024-09-18 15:22:50 +00:00
SVGContextPaint.cpp
SVGContextPaint.h
SVGFEContainerFrame.cpp
SVGFEImageFrame.cpp
SVGFELeafFrame.cpp
SVGFEUnstyledLeafFrame.cpp
SVGFilterFrame.cpp
SVGFilterFrame.h Bug 1915474 - Make SVG rendering observer container a class flag. r=longsonr 2024-08-28 20:16:03 +00:00
SVGFilterInstance.cpp Bug 1931736. Add missing braces around if/loop statements in layout/svg/. r=layout-reviewers,emilio 2024-11-17 05:04:01 +00:00
SVGFilterInstance.h Bug 1896503 - Implement FilterInstance code to send SVG filter graph to WebRender r=mstange,gw 2024-06-24 23:45:05 +00:00
SVGForeignObjectFrame.cpp Bug 1931736. Add missing braces around if/loop statements in layout/svg/. r=layout-reviewers,emilio 2024-11-17 05:04:01 +00:00
SVGForeignObjectFrame.h Bug 1915206 - Simplify SVG transforms a bit more. r=longsonr 2024-08-27 21:14:28 +00:00
SVGGeometryFrame.cpp Bug 1734476 - Don't run on compositor when content may contain non-scaling-stroke r=emilio 2024-11-07 17:48:55 +00:00
SVGGeometryFrame.h Bug 1915206 - Simplify SVG transforms a bit more. r=longsonr 2024-08-27 21:14:28 +00:00
SVGGFrame.cpp
SVGGFrame.h
SVGGradientFrame.cpp Bug 1931736. Add missing braces around if/loop statements in layout/svg/. r=layout-reviewers,emilio 2024-11-17 05:04:01 +00:00
SVGGradientFrame.h Bug 1914221 - Map pattern/gradientTransform to the transform property. r=longsonr 2024-09-02 17:26:20 +00:00
SVGImageContext.cpp Bug 1920468: Support badging the dock icon with an arbritrary image. r=spohl,jwatt 2024-10-09 15:03:05 +00:00
SVGImageContext.h Bug 1920468: Support badging the dock icon with an arbritrary image. r=spohl,jwatt 2024-10-09 15:03:05 +00:00
SVGImageFrame.cpp Bug 1931736. Add missing braces around if/loop statements in layout/svg/. r=layout-reviewers,emilio 2024-11-17 05:04:01 +00:00
SVGImageFrame.h Bug 1915206 - Simplify SVG transforms a bit more. r=longsonr 2024-08-27 21:14:28 +00:00
SVGInnerSVGFrame.cpp
SVGInnerSVGFrame.h
SVGIntegrationUtils.cpp Bug 1906264 - masks and patterns should not display symbols r=emilio 2024-07-05 09:59:36 +00:00
SVGIntegrationUtils.h Bug 1896503 - Implement FilterInstance code to send SVG filter graph to WebRender r=mstange,gw 2024-06-24 23:45:05 +00:00
SVGMarkerFrame.cpp
SVGMarkerFrame.h Bug 1915474 - Make SVG rendering observer container a class flag. r=longsonr 2024-08-28 20:16:03 +00:00
SVGMaskFrame.cpp
SVGMaskFrame.h Bug 1915474 - Make SVG rendering observer container a class flag. r=longsonr 2024-08-28 20:16:03 +00:00
SVGObserverUtils.cpp Bug 1856319 - create new ISVGFilterObserverList class instead of using nsISupports r=emilio 2024-11-19 08:27:47 +00:00
SVGObserverUtils.h Bug 1856319 - create new ISVGFilterObserverList class instead of using nsISupports r=emilio 2024-11-19 08:27:47 +00:00
SVGOuterSVGFrame.cpp Bug 1925477 - Remove SVGOuterSVGFrame::DidReflow. r=jwatt 2024-10-18 12:10:04 +00:00
SVGOuterSVGFrame.h Bug 1925477 - Remove SVGOuterSVGFrame::DidReflow. r=jwatt 2024-10-18 12:10:04 +00:00
SVGPaintServerFrame.cpp
SVGPaintServerFrame.h Bug 1915474 - Make SVG rendering observer container a class flag. r=longsonr 2024-08-28 20:16:03 +00:00
SVGPatternFrame.cpp Bug 1914221 - Map pattern/gradientTransform to the transform property. r=longsonr 2024-09-02 17:26:20 +00:00
SVGPatternFrame.h Bug 1914221 - Map pattern/gradientTransform to the transform property. r=longsonr 2024-09-02 17:26:20 +00:00
SVGStopFrame.cpp
SVGSwitchFrame.cpp Bug 1915971 - Simplify PrependLocalTransformsTo. r=longsonr 2024-09-02 17:26:21 +00:00
SVGSymbolFrame.cpp
SVGSymbolFrame.h Bug 1915474 - Make SVG rendering observer container a class flag. r=longsonr 2024-08-28 20:16:03 +00:00
SVGTextFrame.cpp Bug 1931736. Add missing braces around if/loop statements in layout/svg/. r=layout-reviewers,emilio 2024-11-17 05:04:01 +00:00
SVGTextFrame.h Bug 1734476 - Don't run on compositor when content may contain non-scaling-stroke r=emilio 2024-11-07 17:48:55 +00:00
SVGUseFrame.cpp
SVGUseFrame.h
SVGUtils.cpp Bug 1734476 - Don't run on compositor when content may contain non-scaling-stroke r=emilio 2024-11-07 17:48:55 +00:00
SVGUtils.h Bug 1734476 - Don't run on compositor when content may contain non-scaling-stroke r=emilio 2024-11-07 17:48:55 +00:00
SVGViewFrame.cpp
SVGViewportFrame.cpp Bug 1931736. Add missing braces around if/loop statements in layout/svg/. r=layout-reviewers,emilio 2024-11-17 05:04:01 +00:00
SVGViewportFrame.h