gecko-dev/dom/svg
Emilio Cobos Álvarez 25b79c7b15 Bug 1829225 - Make BeforeSetAttr take the parsed nsAttrValue. r=smaug
ParseAttribute ideally would be const (see bug 1829138), but the SVG and
SMIL code is rather messy. Still, now that BeforeSetAttr can't really
fail, swapping the order of ParseAttribute and BeforeSetAttr shouldn't
really change behavior.

Sorry for the extra `virtual` keyword removal and such. I had to do this
one by hand unlike the dependent bugs, and I went a bit drive-by, lmk if
you want me to split those changes.

Differential Revision: https://phabricator.services.mozilla.com/D176086
2023-04-21 09:25:17 +00:00
..
crashtests Bug 1824426 - Remove layout.css.d-property.enabled. r=devtools-reviewers,longsonr 2023-03-27 20:49:41 +00:00
test Bug 1824426 - Remove layout.css.d-property.enabled. r=devtools-reviewers,longsonr 2023-03-27 20:49:41 +00:00
DOMSVGAngle.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAngle.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGAnimatedAngle.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedAngle.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGAnimatedBoolean.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedBoolean.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGAnimatedEnumeration.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedEnumeration.h Bug 1768189 - Part 31: Apply modernize-concat-nested-namespaces to dom/storage/Storage.h ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGAnimatedInteger.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedInteger.h Bug 1768189 - Part 31: Apply modernize-concat-nested-namespaces to dom/storage/Storage.h ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGAnimatedLength.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedLength.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGAnimatedLengthList.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedLengthList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGAnimatedNumber.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedNumber.h Bug 1768189 - Part 31: Apply modernize-concat-nested-namespaces to dom/storage/Storage.h ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGAnimatedNumberList.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedNumberList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGAnimatedString.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedString.h Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGAnimatedTransformList.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGAnimatedTransformList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGLength.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
DOMSVGLength.h
DOMSVGLengthList.cpp Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGLengthList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGNumber.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGNumber.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGNumberList.cpp Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGNumberList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGPathSeg.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGPathSeg.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGPathSegList.cpp Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGPathSegList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGPoint.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
DOMSVGPoint.h Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGPointList.cpp Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGPointList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGStringList.cpp Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGStringList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGTransform.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
DOMSVGTransform.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
DOMSVGTransformList.cpp Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
DOMSVGTransformList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
moz.build Bug 1774300 - Expose some SVG classes r=padenot 2022-10-06 00:37:25 +00:00
SVGAElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGAElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGAnimatedBoolean.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedBoolean.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedClass.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedClass.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedClassOrString.cpp
SVGAnimatedClassOrString.h
SVGAnimatedEnumeration.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedEnumeration.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedInteger.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedInteger.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedIntegerPair.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedIntegerPair.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedLength.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGAnimatedLength.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedLengthList.cpp Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGAnimatedLengthList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedNumber.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedNumber.h Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGAnimatedNumberList.cpp Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGAnimatedNumberList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedNumberPair.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedNumberPair.h Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGAnimatedOrient.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedOrient.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedPathSegList.cpp Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGAnimatedPathSegList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedPointList.cpp Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGAnimatedPointList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedPreserveAspectRatio.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedPreserveAspectRatio.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedRect.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
SVGAnimatedRect.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedString.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedString.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedTransformList.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedTransformList.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimatedViewBox.cpp Bug 616362 - do not set aPreventCachingOfSandwich to false in methods that override SMILAttr::ValueFromString r=emilio 2023-04-01 12:44:07 +00:00
SVGAnimatedViewBox.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimateElement.cpp Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
SVGAnimateElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimateMotionElement.cpp Bug 1828294 - Simplify SMILSetAnimationFunction r=emilio 2023-04-17 22:27:59 +00:00
SVGAnimateMotionElement.h Bug 1828294 - Simplify SMILSetAnimationFunction r=emilio 2023-04-17 22:27:59 +00:00
SVGAnimateTransformElement.cpp Bug 1768189 - Part 32: Apply modernize-concat-nested-namespaces to dom/svg/DOMSVGAnimatedNumberList.cpp ... r=andi 2022-05-09 20:41:15 +00:00
SVGAnimateTransformElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGAnimationElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGAnimationElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGAttrTearoffTable.h
SVGAttrValueWrapper.cpp
SVGAttrValueWrapper.h
SVGCircleElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGCircleElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGClipPathElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGClipPathElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGComponentTransferFunctionElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGContentUtils.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGContentUtils.h Bug 1817413 - add const to various method signatures or allow them to be given const pointers r=emilio 2023-02-17 12:47:27 +00:00
SVGDataParser.cpp
SVGDataParser.h
SVGDefsElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGDefsElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGDescElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGDescElement.h Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGDocument.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGDocument.h Bug 1808102 - Move contextPaint to Document class r=emilio 2023-01-17 19:13:41 +00:00
SVGElement.cpp Bug 1829225 - Make BeforeSetAttr take the parsed nsAttrValue. r=smaug 2023-04-21 09:25:17 +00:00
SVGElement.h Bug 1829225 - Make BeforeSetAttr take the parsed nsAttrValue. r=smaug 2023-04-21 09:25:17 +00:00
SVGElementFactory.cpp
SVGElementFactory.h Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGEllipseElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGEllipseElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGFEBlendElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEBlendElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEColorMatrixElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEColorMatrixElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEComponentTransferElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEComponentTransferElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFECompositeElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGFECompositeElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEConvolveMatrixElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEConvolveMatrixElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEDiffuseLightingElement.cpp Bug 1768189 - Part 33: Apply modernize-concat-nested-namespaces to dom/svg/SVGAnimatedRect.cpp ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEDiffuseLightingElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEDisplacementMapElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEDisplacementMapElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEDistantLightElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEDistantLightElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEDropShadowElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGFEDropShadowElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGFEFloodElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGFEFloodElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGFEGaussianBlurElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEGaussianBlurElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEImageElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGFEImageElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGFEMergeElement.cpp Bug 1811764 - Use FromNode more to make content casting safer r=emilio 2023-01-23 22:15:15 +00:00
SVGFEMergeElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEMergeNodeElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEMergeNodeElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEMorphologyElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEMorphologyElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEOffsetElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEOffsetElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFEPointLightElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFEPointLightElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFESpecularLightingElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFESpecularLightingElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFESpotLightElement.cpp Bug 1768189 - Part 34: Apply modernize-concat-nested-namespaces to dom/svg/SVGFEDiffuseLightingElement.h ... r=andi 2022-05-09 20:41:16 +00:00
SVGFESpotLightElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFETileElement.cpp Bug 1768189 - Part 35: Apply modernize-concat-nested-namespaces to dom/svg/SVGFESpotLightElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGFETileElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFETurbulenceElement.cpp Bug 1768189 - Part 35: Apply modernize-concat-nested-namespaces to dom/svg/SVGFESpotLightElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGFETurbulenceElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGFilterElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGFilterElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGFilters.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGFilters.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGForeignObjectElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGForeignObjectElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGFragmentIdentifier.cpp Bug 1811764 - Use FromNode more to make content casting safer r=emilio 2023-01-23 22:15:15 +00:00
SVGFragmentIdentifier.h
SVGGElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGGElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGGeometryElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGGeometryElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGGeometryProperty.cpp Bug 1768189 - Part 35: Apply modernize-concat-nested-namespaces to dom/svg/SVGFESpotLightElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGGeometryProperty.h Bug 1771564 - Constify ComputedStyle usage in nsComputedDOMStyle. r=dholbert 2022-05-28 01:04:24 +00:00
SVGGradientElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGGradientElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGGraphicsElement.cpp Bug 1826001 - Change SVGUtils::IsInSVGTextSubtree into a member function on nsIFrame r=emilio 2023-04-02 21:17:07 +00:00
SVGGraphicsElement.h Bug 1813322 - use should be able to target any SVGGraphicsElement r=emilio 2023-01-31 11:53:32 +00:00
SVGImageElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGImageElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGIntegerPairSMILType.cpp
SVGIntegerPairSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGLength.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGLength.h Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGLengthList.cpp Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGLengthList.h Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGLengthListSMILType.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGLengthListSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGLineElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGLineElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGMarkerElement.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGMarkerElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGMaskElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGMaskElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGMatrix.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGMatrix.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGMetadataElement.cpp Bug 1768189 - Part 35: Apply modernize-concat-nested-namespaces to dom/svg/SVGFESpotLightElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGMetadataElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGMotionSMILAnimationFunction.cpp Bug 1811764 - Use FromNode more to make content casting safer r=emilio 2023-01-23 22:15:15 +00:00
SVGMotionSMILAnimationFunction.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGMotionSMILAttr.cpp
SVGMotionSMILAttr.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGMotionSMILPathUtils.cpp
SVGMotionSMILPathUtils.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGMotionSMILType.cpp
SVGMotionSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGMPathElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGMPathElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGNumberList.cpp Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGNumberList.h Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGNumberListSMILType.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGNumberListSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGNumberPairSMILType.cpp
SVGNumberPairSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGOrientSMILType.cpp
SVGOrientSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGPathData.cpp Bug 1489392 - Part 1: Re-define CoordPair struct. r=emilio 2023-03-10 19:19:28 +00:00
SVGPathData.h Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGPathDataParser.cpp
SVGPathDataParser.h
SVGPathElement.cpp Bug 1824426 - Remove layout.css.d-property.enabled. r=devtools-reviewers,longsonr 2023-03-27 20:49:41 +00:00
SVGPathElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGPathSegListSMILType.cpp
SVGPathSegListSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGPathSegUtils.cpp Bug 1489392 - Part 1: Re-define CoordPair struct. r=emilio 2023-03-10 19:19:28 +00:00
SVGPathSegUtils.h
SVGPatternElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGPatternElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGPoint.h Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGPointList.cpp
SVGPointList.h Bug 1824933 - Avoid some copying in SVGLengthList and co. r=longsonr 2023-04-10 15:12:23 +00:00
SVGPointListSMILType.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGPointListSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGPolyElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGPolyElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGPolygonElement.cpp Bug 1768189 - Part 36: Apply modernize-concat-nested-namespaces to dom/svg/SVGMetadataElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGPolygonElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGPolylineElement.cpp Bug 1768189 - Part 36: Apply modernize-concat-nested-namespaces to dom/svg/SVGMetadataElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGPolylineElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGPreserveAspectRatio.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
SVGPreserveAspectRatio.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGRect.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
SVGRect.h Bug 1768189 - Part 36: Apply modernize-concat-nested-namespaces to dom/svg/SVGMetadataElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGRectElement.cpp Bug 1768189 - Part 36: Apply modernize-concat-nested-namespaces to dom/svg/SVGMetadataElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGRectElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGScriptElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGScriptElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGSetElement.cpp Bug 1768189 - Part 36: Apply modernize-concat-nested-namespaces to dom/svg/SVGMetadataElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGSetElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGStopElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGStopElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGStringList.cpp
SVGStringList.h
SVGStyleElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGStyleElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGSVGElement.cpp Bug 1811764 - Use FromNode more to make content casting safer r=emilio 2023-01-23 22:15:15 +00:00
SVGSVGElement.h Bug 1811764 - Use FromNode more to make content casting safer r=emilio 2023-01-23 22:15:15 +00:00
SVGSwitchElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGSwitchElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGSymbolElement.cpp Bug 1768189 - Part 36: Apply modernize-concat-nested-namespaces to dom/svg/SVGMetadataElement.h ... r=andi 2022-05-09 20:41:17 +00:00
SVGSymbolElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGTagList.h
SVGTests.cpp Bug 1811764 - Use FromNode more to make content casting safer r=emilio 2023-01-23 22:15:15 +00:00
SVGTests.h
SVGTextContentElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGTextContentElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGTextElement.cpp Bug 1821913 part 1 - Simplify IsAttributeMapped for SVG text r=emilio 2023-03-13 16:58:47 +00:00
SVGTextElement.h Bug 1821913 part 1 - Simplify IsAttributeMapped for SVG text r=emilio 2023-03-13 16:58:47 +00:00
SVGTextPathElement.cpp Bug 1821913 part 1 - Simplify IsAttributeMapped for SVG text r=emilio 2023-03-13 16:58:47 +00:00
SVGTextPathElement.h Bug 1821913 part 1 - Simplify IsAttributeMapped for SVG text r=emilio 2023-03-13 16:58:47 +00:00
SVGTextPositioningElement.cpp Bug 1768189 - Part 37: Apply modernize-concat-nested-namespaces to dom/svg/SVGTSpanElement.cpp ... r=andi 2022-05-09 20:41:17 +00:00
SVGTextPositioningElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGTitleElement.cpp Bug 1768189 - Part 37: Apply modernize-concat-nested-namespaces to dom/svg/SVGTSpanElement.cpp ... r=andi 2022-05-09 20:41:17 +00:00
SVGTitleElement.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGTransform.cpp
SVGTransform.h
SVGTransformableElement.cpp Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGTransformableElement.h Bug 367994 - Map all SVG styles to all non-animation SVG elements r=emilio 2023-03-15 19:13:51 +00:00
SVGTransformList.cpp
SVGTransformList.h Bug 1774300 - Expose some SVG classes r=padenot 2022-10-06 00:37:25 +00:00
SVGTransformListParser.cpp
SVGTransformListParser.h
SVGTransformListSMILType.cpp
SVGTransformListSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGTSpanElement.cpp Bug 1821913 part 1 - Simplify IsAttributeMapped for SVG text r=emilio 2023-03-13 16:58:47 +00:00
SVGTSpanElement.h Bug 1821913 part 1 - Simplify IsAttributeMapped for SVG text r=emilio 2023-03-13 16:58:47 +00:00
SVGUseElement.cpp Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGUseElement.h Bug 1829189 - Make OnAttrSetButNotChanged and AfterSetAttr infallible. r=smaug 2023-04-21 08:56:27 +00:00
SVGViewBoxSMILType.cpp
SVGViewBoxSMILType.h Bug 1803917 - Remove virtual keyword from override methods in SVG DOM r=emilio 2022-12-03 19:18:26 +00:00
SVGViewElement.cpp Bug 1768189 - Part 37: Apply modernize-concat-nested-namespaces to dom/svg/SVGTSpanElement.cpp ... r=andi 2022-05-09 20:41:17 +00:00
SVGViewElement.h Bug 1820770 - mark various classes as final r=emilio 2023-03-07 13:58:43 +00:00
SVGViewportElement.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
SVGViewportElement.h Bug 1813322 - use should be able to target any SVGGraphicsElement r=emilio 2023-01-31 11:53:32 +00:00