gecko-dev/dom/svg
Emilio Cobos Álvarez d2ed260822 Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
Summary: Really sorry for the size of the patch. It's mostly automatic
s/nsIDocument/Document/ but I had to fix up in a bunch of places manually to
add the right namespacing and such.

Overall it's not a very interesting patch I think.

nsDocument.cpp turns into Document.cpp, nsIDocument.h into Document.h and
nsIDocumentInlines.h into DocumentInlines.h.

I also changed a bunch of nsCOMPtr usage to RefPtr, but not all of it.

While fixing up some of the bits I also removed some unneeded OwnerDoc() null
checks and such, but I didn't do anything riskier than that.
2019-01-03 17:48:33 +01:00
..
crashtests Bug 1507961 - Check that an SVG DOM item wasn't removed from its list before scheduling its animation update r=longsonr 2018-11-20 07:01:49 +00:00
test Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
DOMSVGAngle.cpp Bug 1516727 - Part 3 rename nsSVGAngle to SVGAngle r=jwatt 2018-12-31 19:00:42 +00:00
DOMSVGAngle.h Bug 1516727 - Part 3 rename nsSVGAngle to SVGAngle r=jwatt 2018-12-31 19:00:42 +00:00
DOMSVGAnimatedLengthList.cpp Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGAnimatedLengthList.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGAnimatedNumberList.cpp Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGAnimatedNumberList.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGAnimatedTransformList.cpp Bug 1516076 - Part 3 rename nsSVGAnimatedTransformList to SVGAnimatedTransformList and move it to the mozilla namespace r=dholbert 2018-12-26 23:46:38 +00:00
DOMSVGAnimatedTransformList.h Bug 1516076 - Part 3 rename nsSVGAnimatedTransformList to SVGAnimatedTransformList and move it to the mozilla namespace r=dholbert 2018-12-26 23:46:38 +00:00
DOMSVGLength.cpp Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGLength.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGLengthList.cpp Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGLengthList.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGNumber.cpp Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGNumber.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGNumberList.cpp Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGNumberList.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
DOMSVGPathSeg.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
DOMSVGPathSeg.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
DOMSVGPathSegList.cpp Bug 1516025 part 1: Add "using namespace mozilla::dom" to some SVG C++ files that currently depend on unification to provide that using statement. r=longsonr 2018-12-22 17:04:05 +00:00
DOMSVGPathSegList.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
DOMSVGPoint.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
DOMSVGPoint.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
DOMSVGPointList.cpp Bug 1516025 part 1: Add "using namespace mozilla::dom" to some SVG C++ files that currently depend on unification to provide that using statement. r=longsonr 2018-12-22 17:04:05 +00:00
DOMSVGPointList.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
DOMSVGStringList.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
DOMSVGStringList.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
DOMSVGTransform.cpp Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
DOMSVGTransform.h Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
DOMSVGTransformList.cpp Bug 1516551 - Part 1 rename SVGTransform to DOMSVGTransform r=dholbert 2018-12-28 17:20:15 +00:00
DOMSVGTransformList.h Bug 1516551 - Part 1 rename SVGTransform to DOMSVGTransform r=dholbert 2018-12-28 17:20:15 +00:00
SVGAElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGAElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGAngle.cpp Bug 1516727 - Part 4 move SVGAngle to the mozilla namespace r=jwatt 2019-01-01 21:01:19 +00:00
SVGAngle.h Bug 1516727 - Part 4 move SVGAngle to the mozilla namespace r=jwatt 2019-01-01 21:01:19 +00:00
SVGAnimateElement.cpp Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGAnimateElement.h Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGAnimateMotionElement.cpp Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGAnimateMotionElement.h Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGAnimateTransformElement.cpp Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGAnimateTransformElement.h Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGAnimatedAngle.cpp Bug 1516727 - Part 3 rename nsSVGAngle to SVGAngle r=jwatt 2018-12-31 19:00:42 +00:00
SVGAnimatedAngle.h Bug 1516727 - Part 3 rename nsSVGAngle to SVGAngle r=jwatt 2018-12-31 19:00:42 +00:00
SVGAnimatedBoolean.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGAnimatedBoolean.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedEnumeration.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGAnimatedEnumeration.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedInteger.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGAnimatedInteger.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedLength.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGAnimatedLength.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
SVGAnimatedLengthList.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedLengthList.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
SVGAnimatedNumber.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGAnimatedNumber.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedNumberList.cpp Bug 1516025 part 1: Add "using namespace mozilla::dom" to some SVG C++ files that currently depend on unification to provide that using statement. r=longsonr 2018-12-22 17:04:05 +00:00
SVGAnimatedNumberList.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
SVGAnimatedPathSegList.cpp Bug 1516025 part 1: Add "using namespace mozilla::dom" to some SVG C++ files that currently depend on unification to provide that using statement. r=longsonr 2018-12-22 17:04:05 +00:00
SVGAnimatedPathSegList.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedPointList.cpp Bug 1516025 part 1: Add "using namespace mozilla::dom" to some SVG C++ files that currently depend on unification to provide that using statement. r=longsonr 2018-12-22 17:04:05 +00:00
SVGAnimatedPointList.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedPreserveAspectRatio.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGAnimatedPreserveAspectRatio.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedRect.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedRect.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedString.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGAnimatedString.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGAnimatedTransformList.cpp Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGAnimatedTransformList.h Bug 1516551 - Part 1 rename SVGTransform to DOMSVGTransform r=dholbert 2018-12-28 17:20:15 +00:00
SVGAnimationElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGAnimationElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGAttrValueWrapper.cpp Bug 1516727 - Part 3 rename nsSVGAngle to SVGAngle r=jwatt 2018-12-31 19:00:42 +00:00
SVGAttrValueWrapper.h Bug 1516727 - Part 4 move SVGAngle to the mozilla namespace r=jwatt 2019-01-01 21:01:19 +00:00
SVGCircleElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGCircleElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGClass.cpp Bug 1517127 - move nsSVGClass to the mozilla::dom namespace r=jwatt 2019-01-01 16:26:26 +00:00
SVGClass.h Bug 1517127 - move nsSVGClass to the mozilla::dom namespace r=jwatt 2019-01-01 16:26:26 +00:00
SVGClipPathElement.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGClipPathElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGComponentTransferFunctionElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGContentUtils.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGContentUtils.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGDataParser.cpp Bug 1515962 - Move nsSVGPathDataParser nsSVGDataParser and nsSVGArcConverter to the mozilla namespace r=dholbert 2018-12-21 20:19:15 +00:00
SVGDataParser.h Bug 1516025 part 2: Add needed #includes to some files in dom/svg to preemptively fix unified build bustage. r=longsonr 2018-12-21 23:29:24 +00:00
SVGDefsElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGDefsElement.h Bug 1514570 - Only graphics elements should support tabindex r=dholbert 2018-12-17 21:11:12 +00:00
SVGDescElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGDescElement.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGDocument.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGDocument.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGElementFactory.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGElementFactory.h Bug 1516921 - export things in the mozilla namespace properly r=jwatt 2018-12-31 11:56:52 +00:00
SVGEllipseElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGEllipseElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGEnum.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGEnum.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEBlendElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEBlendElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEColorMatrixElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEColorMatrixElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEComponentTransferElement.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGFEComponentTransferElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFECompositeElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFECompositeElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEConvolveMatrixElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEConvolveMatrixElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEDiffuseLightingElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGFEDiffuseLightingElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEDisplacementMapElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEDisplacementMapElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEDistantLightElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGFEDistantLightElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEDropShadowElement.cpp Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEDropShadowElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEFloodElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGFEFloodElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEGaussianBlurElement.cpp Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEGaussianBlurElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEImageElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGFEImageElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGFEMergeElement.cpp Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEMergeElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEMergeNodeElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGFEMergeNodeElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEMorphologyElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEMorphologyElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFEOffsetElement.cpp Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEOffsetElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFEPointLightElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGFEPointLightElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFESpecularLightingElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGFESpecularLightingElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFESpotLightElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGFESpotLightElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFETileElement.cpp Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFETileElement.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGFETurbulenceElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFETurbulenceElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFilterElement.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGFilterElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFilters.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGFilters.h Bug 1515936 - Part 2 Move nsSVGStringInfo to mozilla::dom and rename the nsSVGFilters files to SVGFilters r=dholbert 2018-12-21 16:24:17 +00:00
SVGForeignObjectElement.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGForeignObjectElement.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGFragmentIdentifier.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGFragmentIdentifier.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGGElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGGElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGGeometryElement.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGGeometryElement.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGGradientElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGGradientElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGGraphicsElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGGraphicsElement.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGIRect.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGImageElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGImageElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGIntegerPairSMILType.cpp Bug 1516194 - rename nsSMILNullType to SMILNullType and move it to the mozilla namespace r=dholbert 2018-12-27 10:21:40 +00:00
SVGIntegerPairSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGLength.cpp Bug 1516025 part 1: Add "using namespace mozilla::dom" to some SVG C++ files that currently depend on unification to provide that using statement. r=longsonr 2018-12-22 17:04:05 +00:00
SVGLength.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGLengthList.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGLengthList.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
SVGLengthListSMILType.cpp Bug 1516194 - rename nsSMILNullType to SMILNullType and move it to the mozilla namespace r=dholbert 2018-12-27 10:21:40 +00:00
SVGLengthListSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGLineElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGLineElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGMPathElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGMPathElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGMarkerElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGMarkerElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGMaskElement.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGMaskElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGMatrix.cpp Bug 1516551 - Part 1 rename SVGTransform to DOMSVGTransform r=dholbert 2018-12-28 17:20:15 +00:00
SVGMatrix.h Bug 1516551 - Part 1 rename SVGTransform to DOMSVGTransform r=dholbert 2018-12-28 17:20:15 +00:00
SVGMetadataElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGMetadataElement.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGMotionSMILAnimationFunction.cpp Bug 1516727 - Part 3 rename nsSVGAngle to SVGAngle r=jwatt 2018-12-31 19:00:42 +00:00
SVGMotionSMILAnimationFunction.h Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGMotionSMILAttr.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGMotionSMILAttr.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGMotionSMILPathUtils.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGMotionSMILPathUtils.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGMotionSMILType.cpp Bug 1516551 - Part 3 fix comment to refer to the correct class name r=dholbert 2018-12-29 09:18:38 +00:00
SVGMotionSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGNumberList.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGNumberList.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
SVGNumberListSMILType.cpp Bug 1516194 - rename nsSMILNullType to SMILNullType and move it to the mozilla namespace r=dholbert 2018-12-27 10:21:40 +00:00
SVGNumberListSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGNumberPairSMILType.cpp Bug 1516194 - rename nsSMILNullType to SMILNullType and move it to the mozilla namespace r=dholbert 2018-12-27 10:21:40 +00:00
SVGNumberPairSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGOrientSMILType.cpp Bug 1516727 - Part 3 rename nsSVGAngle to SVGAngle r=jwatt 2018-12-31 19:00:42 +00:00
SVGOrientSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGPathData.cpp Bug 1515962 - Move nsSVGPathDataParser nsSVGDataParser and nsSVGArcConverter to the mozilla namespace r=dholbert 2018-12-21 20:19:15 +00:00
SVGPathData.h Bug 1515962 - Move nsSVGPathDataParser nsSVGDataParser and nsSVGArcConverter to the mozilla namespace r=dholbert 2018-12-21 20:19:15 +00:00
SVGPathDataParser.cpp Bug 1515962 - Move nsSVGPathDataParser nsSVGDataParser and nsSVGArcConverter to the mozilla namespace r=dholbert 2018-12-21 20:19:15 +00:00
SVGPathDataParser.h Bug 1515962 - Move nsSVGPathDataParser nsSVGDataParser and nsSVGArcConverter to the mozilla namespace r=dholbert 2018-12-21 20:19:15 +00:00
SVGPathElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGPathElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGPathSegListSMILType.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGPathSegListSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGPathSegUtils.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGPathSegUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGPatternElement.cpp Bug 1516076 - Part 4 - make include order more sensible for some files r=dholbert 2018-12-27 17:30:38 +00:00
SVGPatternElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGPoint.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGPointList.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGPointList.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGPointListSMILType.cpp Bug 1516194 - rename nsSMILNullType to SMILNullType and move it to the mozilla namespace r=dholbert 2018-12-27 10:21:40 +00:00
SVGPointListSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGPolyElement.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGPolyElement.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGPolygonElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGPolygonElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGPolylineElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGPolylineElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGPreserveAspectRatio.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGPreserveAspectRatio.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGRect.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGRect.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGRectElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGRectElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGSVGElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGSVGElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGScriptElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGScriptElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGSetElement.cpp Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGSetElement.h Bug 1516788 - Move SMILAnimationFunctions to the mozilla namespace r=bbirtles 2018-12-31 11:54:22 +00:00
SVGStopElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGStopElement.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
SVGStringList.cpp Bug 1516025 part 2: Add needed #includes to some files in dom/svg to preemptively fix unified build bustage. r=longsonr 2018-12-21 23:29:24 +00:00
SVGStringList.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGStyleElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGStyleElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGSwitchElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGSwitchElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGSymbolElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGSymbolElement.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SVGTSpanElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGTSpanElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGTagList.h Bug 1446097. Switch to "set" as the canonical nsGkAtoms name of the string "set", so it matches the actual tag name "set" in SVG. r=hsivonen,njn 2018-03-16 11:26:06 -04:00
SVGTests.cpp Bug 1516947 - remove nsSVGFeatures by moving its code into SVGTests r=jwatt 2018-12-31 15:10:00 +00:00
SVGTests.h Bug 1516947 - remove nsSVGFeatures by moving its code into SVGTests r=jwatt 2018-12-31 15:10:00 +00:00
SVGTextContentElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGTextContentElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGTextElement.cpp Bug 1515705 - Rename NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT as all SVG elements are now namespaced r=dholbert 2018-12-21 11:43:29 +00:00
SVGTextElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGTextPathElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGTextPathElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGTextPositioningElement.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
SVGTextPositioningElement.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
SVGTitleElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGTitleElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGTransform.cpp Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGTransform.h Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGTransformList.cpp Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGTransformList.h Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGTransformListParser.cpp Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGTransformListParser.h Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGTransformListSMILType.cpp Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGTransformListSMILType.h Bug 1516551 - Part 2 rename nsSVGTransform to SVGTransform r=dholbert 2018-12-29 09:15:40 +00:00
SVGTransformableElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGTransformableElement.h Bug 1516076 - Part 4 - make include order more sensible for some files r=dholbert 2018-12-27 17:30:38 +00:00
SVGUseElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGUseElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGViewBoxSMILType.cpp Bug 1516194 - rename nsSMILNullType to SMILNullType and move it to the mozilla namespace r=dholbert 2018-12-27 10:21:40 +00:00
SVGViewBoxSMILType.h Bug 1516592 - Move nsISMILType to the mozilla namespace and rename it as SMILType r=dholbert 2018-12-28 10:34:35 +00:00
SVGViewElement.cpp Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGViewElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
SVGViewportElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SVGViewportElement.h Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
moz.build Backed out changeset c796403f5a29 since it landed with wrong bug number 2019-01-02 10:44:12 -08:00
nsISVGPoint.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsISVGPoint.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSVGAttrTearoffTable.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSVGBoolean.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
nsSVGBoolean.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGInteger.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
nsSVGInteger.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGIntegerPair.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGIntegerPair.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGLength2.cpp Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr 2018-12-28 02:47:10 +00:00
nsSVGLength2.h Bug 1516206 - Part 1 Move DOM lengths and numbers into the mozilla::dom namespace r=dholbert 2018-12-28 13:42:46 +00:00
nsSVGNumber2.cpp Bug 1516175 - Move nsSMILFloatType into the mozilla namespace r=birtles 2018-12-24 19:24:45 +00:00
nsSVGNumber2.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGNumberPair.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGNumberPair.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGString.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGString.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGViewBox.cpp Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00
nsSVGViewBox.h Bug 1515187 - Part 4 Rename nsSVGElement to SVGElement and put it in the mozilla:dom namespace r=dholbert 2018-12-21 08:58:14 +00:00