From 0b54e6d6be20ab368adcd68b90eb595d5cbe131c Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Wed, 6 Aug 2014 17:06:57 +0100 Subject: [PATCH] Backed out changeset 4c4e45496cac (bug 946065) for mochitest crashes on windows; CLOSED TREE --HG-- rename : dom/svg/DOMSVGAnimatedLengthList.cpp => content/svg/content/src/DOMSVGAnimatedLengthList.cpp rename : dom/svg/DOMSVGAnimatedLengthList.h => content/svg/content/src/DOMSVGAnimatedLengthList.h rename : dom/svg/DOMSVGAnimatedNumberList.cpp => content/svg/content/src/DOMSVGAnimatedNumberList.cpp rename : dom/svg/DOMSVGAnimatedNumberList.h => content/svg/content/src/DOMSVGAnimatedNumberList.h rename : dom/svg/DOMSVGLength.cpp => content/svg/content/src/DOMSVGLength.cpp rename : dom/svg/DOMSVGLength.h => content/svg/content/src/DOMSVGLength.h rename : dom/svg/DOMSVGLengthList.cpp => content/svg/content/src/DOMSVGLengthList.cpp rename : dom/svg/DOMSVGLengthList.h => content/svg/content/src/DOMSVGLengthList.h rename : dom/svg/DOMSVGNumber.cpp => content/svg/content/src/DOMSVGNumber.cpp rename : dom/svg/DOMSVGNumber.h => content/svg/content/src/DOMSVGNumber.h rename : dom/svg/DOMSVGNumberList.cpp => content/svg/content/src/DOMSVGNumberList.cpp rename : dom/svg/DOMSVGNumberList.h => content/svg/content/src/DOMSVGNumberList.h rename : dom/svg/DOMSVGPathSeg.cpp => content/svg/content/src/DOMSVGPathSeg.cpp rename : dom/svg/DOMSVGPathSeg.h => content/svg/content/src/DOMSVGPathSeg.h rename : dom/svg/DOMSVGPathSegList.cpp => content/svg/content/src/DOMSVGPathSegList.cpp rename : dom/svg/DOMSVGPathSegList.h => content/svg/content/src/DOMSVGPathSegList.h rename : dom/svg/DOMSVGPoint.cpp => content/svg/content/src/DOMSVGPoint.cpp rename : dom/svg/DOMSVGPoint.h => content/svg/content/src/DOMSVGPoint.h rename : dom/svg/DOMSVGPointList.cpp => content/svg/content/src/DOMSVGPointList.cpp rename : dom/svg/DOMSVGPointList.h => content/svg/content/src/DOMSVGPointList.h rename : dom/svg/DOMSVGStringList.cpp => content/svg/content/src/DOMSVGStringList.cpp rename : dom/svg/DOMSVGStringList.h => content/svg/content/src/DOMSVGStringList.h rename : dom/svg/DOMSVGTransformList.cpp => content/svg/content/src/DOMSVGTransformList.cpp rename : dom/svg/DOMSVGTransformList.h => content/svg/content/src/DOMSVGTransformList.h rename : dom/svg/SVGAElement.cpp => content/svg/content/src/SVGAElement.cpp rename : dom/svg/SVGAElement.h => content/svg/content/src/SVGAElement.h rename : dom/svg/SVGAltGlyphElement.cpp => content/svg/content/src/SVGAltGlyphElement.cpp rename : dom/svg/SVGAltGlyphElement.h => content/svg/content/src/SVGAltGlyphElement.h rename : dom/svg/SVGAngle.cpp => content/svg/content/src/SVGAngle.cpp rename : dom/svg/SVGAngle.h => content/svg/content/src/SVGAngle.h rename : dom/svg/SVGAnimateElement.cpp => content/svg/content/src/SVGAnimateElement.cpp rename : dom/svg/SVGAnimateElement.h => content/svg/content/src/SVGAnimateElement.h rename : dom/svg/SVGAnimateMotionElement.cpp => content/svg/content/src/SVGAnimateMotionElement.cpp rename : dom/svg/SVGAnimateMotionElement.h => content/svg/content/src/SVGAnimateMotionElement.h rename : dom/svg/SVGAnimateTransformElement.cpp => content/svg/content/src/SVGAnimateTransformElement.cpp rename : dom/svg/SVGAnimateTransformElement.h => content/svg/content/src/SVGAnimateTransformElement.h rename : dom/svg/SVGAnimatedAngle.cpp => content/svg/content/src/SVGAnimatedAngle.cpp rename : dom/svg/SVGAnimatedAngle.h => content/svg/content/src/SVGAnimatedAngle.h rename : dom/svg/SVGAnimatedBoolean.cpp => content/svg/content/src/SVGAnimatedBoolean.cpp rename : dom/svg/SVGAnimatedBoolean.h => content/svg/content/src/SVGAnimatedBoolean.h rename : dom/svg/SVGAnimatedEnumeration.cpp => content/svg/content/src/SVGAnimatedEnumeration.cpp rename : dom/svg/SVGAnimatedEnumeration.h => content/svg/content/src/SVGAnimatedEnumeration.h rename : dom/svg/SVGAnimatedInteger.cpp => content/svg/content/src/SVGAnimatedInteger.cpp rename : dom/svg/SVGAnimatedInteger.h => content/svg/content/src/SVGAnimatedInteger.h rename : dom/svg/SVGAnimatedLength.cpp => content/svg/content/src/SVGAnimatedLength.cpp rename : dom/svg/SVGAnimatedLength.h => content/svg/content/src/SVGAnimatedLength.h rename : dom/svg/SVGAnimatedLengthList.cpp => content/svg/content/src/SVGAnimatedLengthList.cpp rename : dom/svg/SVGAnimatedLengthList.h => content/svg/content/src/SVGAnimatedLengthList.h rename : dom/svg/SVGAnimatedNumber.cpp => content/svg/content/src/SVGAnimatedNumber.cpp rename : dom/svg/SVGAnimatedNumber.h => content/svg/content/src/SVGAnimatedNumber.h rename : dom/svg/SVGAnimatedNumberList.cpp => content/svg/content/src/SVGAnimatedNumberList.cpp rename : dom/svg/SVGAnimatedNumberList.h => content/svg/content/src/SVGAnimatedNumberList.h rename : dom/svg/SVGAnimatedPathSegList.cpp => content/svg/content/src/SVGAnimatedPathSegList.cpp rename : dom/svg/SVGAnimatedPathSegList.h => content/svg/content/src/SVGAnimatedPathSegList.h rename : dom/svg/SVGAnimatedPointList.cpp => content/svg/content/src/SVGAnimatedPointList.cpp rename : dom/svg/SVGAnimatedPointList.h => content/svg/content/src/SVGAnimatedPointList.h rename : dom/svg/SVGAnimatedPreserveAspectRatio.cpp => content/svg/content/src/SVGAnimatedPreserveAspectRatio.cpp rename : dom/svg/SVGAnimatedPreserveAspectRatio.h => content/svg/content/src/SVGAnimatedPreserveAspectRatio.h rename : dom/svg/SVGAnimatedRect.cpp => content/svg/content/src/SVGAnimatedRect.cpp rename : dom/svg/SVGAnimatedRect.h => content/svg/content/src/SVGAnimatedRect.h rename : dom/svg/SVGAnimatedString.cpp => content/svg/content/src/SVGAnimatedString.cpp rename : dom/svg/SVGAnimatedString.h => content/svg/content/src/SVGAnimatedString.h rename : dom/svg/SVGAnimatedTransformList.cpp => content/svg/content/src/SVGAnimatedTransformList.cpp rename : dom/svg/SVGAnimatedTransformList.h => content/svg/content/src/SVGAnimatedTransformList.h rename : dom/svg/SVGAnimationElement.cpp => content/svg/content/src/SVGAnimationElement.cpp rename : dom/svg/SVGAnimationElement.h => content/svg/content/src/SVGAnimationElement.h rename : dom/svg/SVGAttrValueWrapper.cpp => content/svg/content/src/SVGAttrValueWrapper.cpp rename : dom/svg/SVGAttrValueWrapper.h => content/svg/content/src/SVGAttrValueWrapper.h rename : dom/svg/SVGCircleElement.cpp => content/svg/content/src/SVGCircleElement.cpp rename : dom/svg/SVGCircleElement.h => content/svg/content/src/SVGCircleElement.h rename : dom/svg/SVGClipPathElement.cpp => content/svg/content/src/SVGClipPathElement.cpp rename : dom/svg/SVGClipPathElement.h => content/svg/content/src/SVGClipPathElement.h rename : dom/svg/SVGComponentTransferFunctionElement.h => content/svg/content/src/SVGComponentTransferFunctionElement.h rename : dom/svg/SVGContentUtils.cpp => content/svg/content/src/SVGContentUtils.cpp rename : dom/svg/SVGContentUtils.h => content/svg/content/src/SVGContentUtils.h rename : dom/svg/SVGDefsElement.cpp => content/svg/content/src/SVGDefsElement.cpp rename : dom/svg/SVGDefsElement.h => content/svg/content/src/SVGDefsElement.h rename : dom/svg/SVGDescElement.cpp => content/svg/content/src/SVGDescElement.cpp rename : dom/svg/SVGDescElement.h => content/svg/content/src/SVGDescElement.h rename : dom/svg/SVGElementFactory.cpp => content/svg/content/src/SVGElementFactory.cpp rename : dom/svg/SVGElementFactory.h => content/svg/content/src/SVGElementFactory.h rename : dom/svg/SVGEllipseElement.cpp => content/svg/content/src/SVGEllipseElement.cpp rename : dom/svg/SVGEllipseElement.h => content/svg/content/src/SVGEllipseElement.h rename : dom/svg/SVGFEBlendElement.cpp => content/svg/content/src/SVGFEBlendElement.cpp rename : dom/svg/SVGFEBlendElement.h => content/svg/content/src/SVGFEBlendElement.h rename : dom/svg/SVGFEColorMatrixElement.cpp => content/svg/content/src/SVGFEColorMatrixElement.cpp rename : dom/svg/SVGFEColorMatrixElement.h => content/svg/content/src/SVGFEColorMatrixElement.h rename : dom/svg/SVGFEComponentTransferElement.cpp => content/svg/content/src/SVGFEComponentTransferElement.cpp rename : dom/svg/SVGFEComponentTransferElement.h => content/svg/content/src/SVGFEComponentTransferElement.h rename : dom/svg/SVGFECompositeElement.cpp => content/svg/content/src/SVGFECompositeElement.cpp rename : dom/svg/SVGFECompositeElement.h => content/svg/content/src/SVGFECompositeElement.h rename : dom/svg/SVGFEConvolveMatrixElement.cpp => content/svg/content/src/SVGFEConvolveMatrixElement.cpp rename : dom/svg/SVGFEConvolveMatrixElement.h => content/svg/content/src/SVGFEConvolveMatrixElement.h rename : dom/svg/SVGFEDiffuseLightingElement.cpp => content/svg/content/src/SVGFEDiffuseLightingElement.cpp rename : dom/svg/SVGFEDiffuseLightingElement.h => content/svg/content/src/SVGFEDiffuseLightingElement.h rename : dom/svg/SVGFEDisplacementMapElement.cpp => content/svg/content/src/SVGFEDisplacementMapElement.cpp rename : dom/svg/SVGFEDisplacementMapElement.h => content/svg/content/src/SVGFEDisplacementMapElement.h rename : dom/svg/SVGFEDistantLightElement.cpp => content/svg/content/src/SVGFEDistantLightElement.cpp rename : dom/svg/SVGFEDistantLightElement.h => content/svg/content/src/SVGFEDistantLightElement.h rename : dom/svg/SVGFEDropShadowElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp rename : dom/svg/SVGFEDropShadowElement.h => content/svg/content/src/SVGFEDropShadowElement.h rename : dom/svg/SVGFEFloodElement.cpp => content/svg/content/src/SVGFEFloodElement.cpp rename : dom/svg/SVGFEFloodElement.h => content/svg/content/src/SVGFEFloodElement.h rename : dom/svg/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEGaussianBlurElement.cpp rename : dom/svg/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEGaussianBlurElement.h rename : dom/svg/SVGFEImageElement.cpp => content/svg/content/src/SVGFEImageElement.cpp rename : dom/svg/SVGFEImageElement.h => content/svg/content/src/SVGFEImageElement.h rename : dom/svg/SVGFEMergeElement.cpp => content/svg/content/src/SVGFEMergeElement.cpp rename : dom/svg/SVGFEMergeElement.h => content/svg/content/src/SVGFEMergeElement.h rename : dom/svg/SVGFEMergeNodeElement.cpp => content/svg/content/src/SVGFEMergeNodeElement.cpp rename : dom/svg/SVGFEMergeNodeElement.h => content/svg/content/src/SVGFEMergeNodeElement.h rename : dom/svg/SVGFEMorphologyElement.cpp => content/svg/content/src/SVGFEMorphologyElement.cpp rename : dom/svg/SVGFEMorphologyElement.h => content/svg/content/src/SVGFEMorphologyElement.h rename : dom/svg/SVGFEOffsetElement.cpp => content/svg/content/src/SVGFEOffsetElement.cpp rename : dom/svg/SVGFEOffsetElement.h => content/svg/content/src/SVGFEOffsetElement.h rename : dom/svg/SVGFEPointLightElement.cpp => content/svg/content/src/SVGFEPointLightElement.cpp rename : dom/svg/SVGFEPointLightElement.h => content/svg/content/src/SVGFEPointLightElement.h rename : dom/svg/SVGFESpecularLightingElement.cpp => content/svg/content/src/SVGFESpecularLightingElement.cpp rename : dom/svg/SVGFESpecularLightingElement.h => content/svg/content/src/SVGFESpecularLightingElement.h rename : dom/svg/SVGFESpotLightElement.cpp => content/svg/content/src/SVGFESpotLightElement.cpp rename : dom/svg/SVGFESpotLightElement.h => content/svg/content/src/SVGFESpotLightElement.h rename : dom/svg/SVGFETileElement.cpp => content/svg/content/src/SVGFETileElement.cpp rename : dom/svg/SVGFETileElement.h => content/svg/content/src/SVGFETileElement.h rename : dom/svg/SVGFETurbulenceElement.cpp => content/svg/content/src/SVGFETurbulenceElement.cpp rename : dom/svg/SVGFETurbulenceElement.h => content/svg/content/src/SVGFETurbulenceElement.h rename : dom/svg/SVGFilterElement.cpp => content/svg/content/src/SVGFilterElement.cpp rename : dom/svg/SVGFilterElement.h => content/svg/content/src/SVGFilterElement.h rename : dom/svg/SVGForeignObjectElement.cpp => content/svg/content/src/SVGForeignObjectElement.cpp rename : dom/svg/SVGForeignObjectElement.h => content/svg/content/src/SVGForeignObjectElement.h rename : dom/svg/SVGFragmentIdentifier.cpp => content/svg/content/src/SVGFragmentIdentifier.cpp rename : dom/svg/SVGFragmentIdentifier.h => content/svg/content/src/SVGFragmentIdentifier.h rename : dom/svg/SVGGElement.cpp => content/svg/content/src/SVGGElement.cpp rename : dom/svg/SVGGElement.h => content/svg/content/src/SVGGElement.h rename : dom/svg/SVGGradientElement.cpp => content/svg/content/src/SVGGradientElement.cpp rename : dom/svg/SVGGradientElement.h => content/svg/content/src/SVGGradientElement.h rename : dom/svg/SVGGraphicsElement.cpp => content/svg/content/src/SVGGraphicsElement.cpp rename : dom/svg/SVGGraphicsElement.h => content/svg/content/src/SVGGraphicsElement.h rename : dom/svg/SVGIFrameElement.cpp => content/svg/content/src/SVGIFrameElement.cpp rename : dom/svg/SVGIFrameElement.h => content/svg/content/src/SVGIFrameElement.h rename : dom/svg/SVGIRect.h => content/svg/content/src/SVGIRect.h rename : dom/svg/SVGImageElement.cpp => content/svg/content/src/SVGImageElement.cpp rename : dom/svg/SVGImageElement.h => content/svg/content/src/SVGImageElement.h rename : dom/svg/SVGIntegerPairSMILType.cpp => content/svg/content/src/SVGIntegerPairSMILType.cpp rename : dom/svg/SVGIntegerPairSMILType.h => content/svg/content/src/SVGIntegerPairSMILType.h rename : dom/svg/SVGLength.cpp => content/svg/content/src/SVGLength.cpp rename : dom/svg/SVGLength.h => content/svg/content/src/SVGLength.h rename : dom/svg/SVGLengthList.cpp => content/svg/content/src/SVGLengthList.cpp rename : dom/svg/SVGLengthList.h => content/svg/content/src/SVGLengthList.h rename : dom/svg/SVGLengthListSMILType.cpp => content/svg/content/src/SVGLengthListSMILType.cpp rename : dom/svg/SVGLengthListSMILType.h => content/svg/content/src/SVGLengthListSMILType.h rename : dom/svg/SVGLineElement.cpp => content/svg/content/src/SVGLineElement.cpp rename : dom/svg/SVGLineElement.h => content/svg/content/src/SVGLineElement.h rename : dom/svg/SVGMPathElement.cpp => content/svg/content/src/SVGMPathElement.cpp rename : dom/svg/SVGMPathElement.h => content/svg/content/src/SVGMPathElement.h rename : dom/svg/SVGMarkerElement.cpp => content/svg/content/src/SVGMarkerElement.cpp rename : dom/svg/SVGMarkerElement.h => content/svg/content/src/SVGMarkerElement.h rename : dom/svg/SVGMaskElement.cpp => content/svg/content/src/SVGMaskElement.cpp rename : dom/svg/SVGMaskElement.h => content/svg/content/src/SVGMaskElement.h rename : dom/svg/SVGMatrix.cpp => content/svg/content/src/SVGMatrix.cpp rename : dom/svg/SVGMatrix.h => content/svg/content/src/SVGMatrix.h rename : dom/svg/SVGMetadataElement.cpp => content/svg/content/src/SVGMetadataElement.cpp rename : dom/svg/SVGMetadataElement.h => content/svg/content/src/SVGMetadataElement.h rename : dom/svg/SVGMotionSMILAnimationFunction.cpp => content/svg/content/src/SVGMotionSMILAnimationFunction.cpp rename : dom/svg/SVGMotionSMILAnimationFunction.h => content/svg/content/src/SVGMotionSMILAnimationFunction.h rename : dom/svg/SVGMotionSMILAttr.cpp => content/svg/content/src/SVGMotionSMILAttr.cpp rename : dom/svg/SVGMotionSMILAttr.h => content/svg/content/src/SVGMotionSMILAttr.h rename : dom/svg/SVGMotionSMILPathUtils.cpp => content/svg/content/src/SVGMotionSMILPathUtils.cpp rename : dom/svg/SVGMotionSMILPathUtils.h => content/svg/content/src/SVGMotionSMILPathUtils.h rename : dom/svg/SVGMotionSMILType.cpp => content/svg/content/src/SVGMotionSMILType.cpp rename : dom/svg/SVGMotionSMILType.h => content/svg/content/src/SVGMotionSMILType.h rename : dom/svg/SVGNumberList.cpp => content/svg/content/src/SVGNumberList.cpp rename : dom/svg/SVGNumberList.h => content/svg/content/src/SVGNumberList.h rename : dom/svg/SVGNumberListSMILType.cpp => content/svg/content/src/SVGNumberListSMILType.cpp rename : dom/svg/SVGNumberListSMILType.h => content/svg/content/src/SVGNumberListSMILType.h rename : dom/svg/SVGNumberPairSMILType.cpp => content/svg/content/src/SVGNumberPairSMILType.cpp rename : dom/svg/SVGNumberPairSMILType.h => content/svg/content/src/SVGNumberPairSMILType.h rename : dom/svg/SVGOrientSMILType.cpp => content/svg/content/src/SVGOrientSMILType.cpp rename : dom/svg/SVGOrientSMILType.h => content/svg/content/src/SVGOrientSMILType.h rename : dom/svg/SVGPathData.cpp => content/svg/content/src/SVGPathData.cpp rename : dom/svg/SVGPathData.h => content/svg/content/src/SVGPathData.h rename : dom/svg/SVGPathElement.cpp => content/svg/content/src/SVGPathElement.cpp rename : dom/svg/SVGPathElement.h => content/svg/content/src/SVGPathElement.h rename : dom/svg/SVGPathSegListSMILType.cpp => content/svg/content/src/SVGPathSegListSMILType.cpp rename : dom/svg/SVGPathSegListSMILType.h => content/svg/content/src/SVGPathSegListSMILType.h rename : dom/svg/SVGPathSegUtils.cpp => content/svg/content/src/SVGPathSegUtils.cpp rename : dom/svg/SVGPathSegUtils.h => content/svg/content/src/SVGPathSegUtils.h rename : dom/svg/SVGPatternElement.cpp => content/svg/content/src/SVGPatternElement.cpp rename : dom/svg/SVGPatternElement.h => content/svg/content/src/SVGPatternElement.h rename : dom/svg/SVGPoint.h => content/svg/content/src/SVGPoint.h rename : dom/svg/SVGPointList.cpp => content/svg/content/src/SVGPointList.cpp rename : dom/svg/SVGPointList.h => content/svg/content/src/SVGPointList.h rename : dom/svg/SVGPointListSMILType.cpp => content/svg/content/src/SVGPointListSMILType.cpp rename : dom/svg/SVGPointListSMILType.h => content/svg/content/src/SVGPointListSMILType.h rename : dom/svg/SVGPolygonElement.cpp => content/svg/content/src/SVGPolygonElement.cpp rename : dom/svg/SVGPolygonElement.h => content/svg/content/src/SVGPolygonElement.h rename : dom/svg/SVGPolylineElement.cpp => content/svg/content/src/SVGPolylineElement.cpp rename : dom/svg/SVGPolylineElement.h => content/svg/content/src/SVGPolylineElement.h rename : dom/svg/SVGPreserveAspectRatio.cpp => content/svg/content/src/SVGPreserveAspectRatio.cpp rename : dom/svg/SVGPreserveAspectRatio.h => content/svg/content/src/SVGPreserveAspectRatio.h rename : dom/svg/SVGRect.cpp => content/svg/content/src/SVGRect.cpp rename : dom/svg/SVGRect.h => content/svg/content/src/SVGRect.h rename : dom/svg/SVGRectElement.cpp => content/svg/content/src/SVGRectElement.cpp rename : dom/svg/SVGRectElement.h => content/svg/content/src/SVGRectElement.h rename : dom/svg/SVGSVGElement.cpp => content/svg/content/src/SVGSVGElement.cpp rename : dom/svg/SVGSVGElement.h => content/svg/content/src/SVGSVGElement.h rename : dom/svg/SVGScriptElement.cpp => content/svg/content/src/SVGScriptElement.cpp rename : dom/svg/SVGScriptElement.h => content/svg/content/src/SVGScriptElement.h rename : dom/svg/SVGSetElement.cpp => content/svg/content/src/SVGSetElement.cpp rename : dom/svg/SVGSetElement.h => content/svg/content/src/SVGSetElement.h rename : dom/svg/SVGStopElement.cpp => content/svg/content/src/SVGStopElement.cpp rename : dom/svg/SVGStopElement.h => content/svg/content/src/SVGStopElement.h rename : dom/svg/SVGStringList.cpp => content/svg/content/src/SVGStringList.cpp rename : dom/svg/SVGStringList.h => content/svg/content/src/SVGStringList.h rename : dom/svg/SVGStyleElement.cpp => content/svg/content/src/SVGStyleElement.cpp rename : dom/svg/SVGStyleElement.h => content/svg/content/src/SVGStyleElement.h rename : dom/svg/SVGSwitchElement.cpp => content/svg/content/src/SVGSwitchElement.cpp rename : dom/svg/SVGSwitchElement.h => content/svg/content/src/SVGSwitchElement.h rename : dom/svg/SVGSymbolElement.cpp => content/svg/content/src/SVGSymbolElement.cpp rename : dom/svg/SVGSymbolElement.h => content/svg/content/src/SVGSymbolElement.h rename : dom/svg/SVGTSpanElement.cpp => content/svg/content/src/SVGTSpanElement.cpp rename : dom/svg/SVGTSpanElement.h => content/svg/content/src/SVGTSpanElement.h rename : dom/svg/SVGTagList.h => content/svg/content/src/SVGTagList.h rename : dom/svg/SVGTests.cpp => content/svg/content/src/SVGTests.cpp rename : dom/svg/SVGTests.h => content/svg/content/src/SVGTests.h rename : dom/svg/SVGTextContentElement.cpp => content/svg/content/src/SVGTextContentElement.cpp rename : dom/svg/SVGTextContentElement.h => content/svg/content/src/SVGTextContentElement.h rename : dom/svg/SVGTextElement.cpp => content/svg/content/src/SVGTextElement.cpp rename : dom/svg/SVGTextElement.h => content/svg/content/src/SVGTextElement.h rename : dom/svg/SVGTextPathElement.cpp => content/svg/content/src/SVGTextPathElement.cpp rename : dom/svg/SVGTextPathElement.h => content/svg/content/src/SVGTextPathElement.h rename : dom/svg/SVGTextPositioningElement.cpp => content/svg/content/src/SVGTextPositioningElement.cpp rename : dom/svg/SVGTextPositioningElement.h => content/svg/content/src/SVGTextPositioningElement.h rename : dom/svg/SVGTitleElement.cpp => content/svg/content/src/SVGTitleElement.cpp rename : dom/svg/SVGTitleElement.h => content/svg/content/src/SVGTitleElement.h rename : dom/svg/SVGTransform.cpp => content/svg/content/src/SVGTransform.cpp rename : dom/svg/SVGTransform.h => content/svg/content/src/SVGTransform.h rename : dom/svg/SVGTransformList.cpp => content/svg/content/src/SVGTransformList.cpp rename : dom/svg/SVGTransformList.h => content/svg/content/src/SVGTransformList.h rename : dom/svg/SVGTransformListParser.cpp => content/svg/content/src/SVGTransformListParser.cpp rename : dom/svg/SVGTransformListParser.h => content/svg/content/src/SVGTransformListParser.h rename : dom/svg/SVGTransformListSMILType.cpp => content/svg/content/src/SVGTransformListSMILType.cpp rename : dom/svg/SVGTransformListSMILType.h => content/svg/content/src/SVGTransformListSMILType.h rename : dom/svg/SVGTransformableElement.cpp => content/svg/content/src/SVGTransformableElement.cpp rename : dom/svg/SVGTransformableElement.h => content/svg/content/src/SVGTransformableElement.h rename : dom/svg/SVGUseElement.cpp => content/svg/content/src/SVGUseElement.cpp rename : dom/svg/SVGUseElement.h => content/svg/content/src/SVGUseElement.h rename : dom/svg/SVGViewBoxSMILType.cpp => content/svg/content/src/SVGViewBoxSMILType.cpp rename : dom/svg/SVGViewBoxSMILType.h => content/svg/content/src/SVGViewBoxSMILType.h rename : dom/svg/SVGViewElement.cpp => content/svg/content/src/SVGViewElement.cpp rename : dom/svg/SVGViewElement.h => content/svg/content/src/SVGViewElement.h rename : dom/svg/SVGZoomEvent.cpp => content/svg/content/src/SVGZoomEvent.cpp rename : dom/svg/SVGZoomEvent.h => content/svg/content/src/SVGZoomEvent.h rename : dom/svg/crashtests/307322-1.svg => content/svg/content/src/crashtests/307322-1.svg rename : dom/svg/crashtests/327705-1.svg => content/svg/content/src/crashtests/327705-1.svg rename : dom/svg/crashtests/336994-1.html => content/svg/content/src/crashtests/336994-1.html rename : dom/svg/crashtests/344888-1.svg => content/svg/content/src/crashtests/344888-1.svg rename : dom/svg/crashtests/345445-1.svg => content/svg/content/src/crashtests/345445-1.svg rename : dom/svg/crashtests/360836-1.svg => content/svg/content/src/crashtests/360836-1.svg rename : dom/svg/crashtests/367357-1.xhtml => content/svg/content/src/crashtests/367357-1.xhtml rename : dom/svg/crashtests/369051-1.svg => content/svg/content/src/crashtests/369051-1.svg rename : dom/svg/crashtests/369249-1.svg => content/svg/content/src/crashtests/369249-1.svg rename : dom/svg/crashtests/369291-1.svg => content/svg/content/src/crashtests/369291-1.svg rename : dom/svg/crashtests/369291-2.svg => content/svg/content/src/crashtests/369291-2.svg rename : dom/svg/crashtests/369568-1.svg => content/svg/content/src/crashtests/369568-1.svg rename : dom/svg/crashtests/372046-1.svg => content/svg/content/src/crashtests/372046-1.svg rename : dom/svg/crashtests/372046-2.svg => content/svg/content/src/crashtests/372046-2.svg rename : dom/svg/crashtests/374882-1.svg => content/svg/content/src/crashtests/374882-1.svg rename : dom/svg/crashtests/380101-1.svg => content/svg/content/src/crashtests/380101-1.svg rename : dom/svg/crashtests/381777-1.svg => content/svg/content/src/crashtests/381777-1.svg rename : dom/svg/crashtests/383685-1.svg => content/svg/content/src/crashtests/383685-1.svg rename : dom/svg/crashtests/385096.html => content/svg/content/src/crashtests/385096.html rename : dom/svg/crashtests/385554-1.html => content/svg/content/src/crashtests/385554-1.html rename : dom/svg/crashtests/385554-2.xul => content/svg/content/src/crashtests/385554-2.xul rename : dom/svg/crashtests/388712-1.svg => content/svg/content/src/crashtests/388712-1.svg rename : dom/svg/crashtests/395616-1.html => content/svg/content/src/crashtests/395616-1.html rename : dom/svg/crashtests/396618-1.html => content/svg/content/src/crashtests/396618-1.html rename : dom/svg/crashtests/397017-1.html => content/svg/content/src/crashtests/397017-1.html rename : dom/svg/crashtests/397551-1.svg => content/svg/content/src/crashtests/397551-1.svg rename : dom/svg/crashtests/397704-1.svg => content/svg/content/src/crashtests/397704-1.svg rename : dom/svg/crashtests/398926-both-different.svg => content/svg/content/src/crashtests/398926-both-different.svg rename : dom/svg/crashtests/398926-both-same.svg => content/svg/content/src/crashtests/398926-both-same.svg rename : dom/svg/crashtests/398926-fill.svg => content/svg/content/src/crashtests/398926-fill.svg rename : dom/svg/crashtests/398926-stroke.svg => content/svg/content/src/crashtests/398926-stroke.svg rename : dom/svg/crashtests/405639-1.svg => content/svg/content/src/crashtests/405639-1.svg rename : dom/svg/crashtests/406361-1.html => content/svg/content/src/crashtests/406361-1.html rename : dom/svg/crashtests/409811-1.html => content/svg/content/src/crashtests/409811-1.html rename : dom/svg/crashtests/410659-1.svg => content/svg/content/src/crashtests/410659-1.svg rename : dom/svg/crashtests/410659-2.svg => content/svg/content/src/crashtests/410659-2.svg rename : dom/svg/crashtests/410659-3.svg => content/svg/content/src/crashtests/410659-3.svg rename : dom/svg/crashtests/412104-1.svg => content/svg/content/src/crashtests/412104-1.svg rename : dom/svg/crashtests/413174-1.svg => content/svg/content/src/crashtests/413174-1.svg rename : dom/svg/crashtests/414188-1.svg => content/svg/content/src/crashtests/414188-1.svg rename : dom/svg/crashtests/427325-1.svg => content/svg/content/src/crashtests/427325-1.svg rename : dom/svg/crashtests/428228-1.svg => content/svg/content/src/crashtests/428228-1.svg rename : dom/svg/crashtests/428841-1.svg => content/svg/content/src/crashtests/428841-1.svg rename : dom/svg/crashtests/435209-1.svg => content/svg/content/src/crashtests/435209-1.svg rename : dom/svg/crashtests/436418-mpathRoot-1.svg => content/svg/content/src/crashtests/436418-mpathRoot-1.svg rename : dom/svg/crashtests/448244-1.svg => content/svg/content/src/crashtests/448244-1.svg rename : dom/svg/crashtests/466576-1.xhtml => content/svg/content/src/crashtests/466576-1.xhtml rename : dom/svg/crashtests/499879-1.svg => content/svg/content/src/crashtests/499879-1.svg rename : dom/svg/crashtests/535691-1.svg => content/svg/content/src/crashtests/535691-1.svg rename : dom/svg/crashtests/539167-1.svg => content/svg/content/src/crashtests/539167-1.svg rename : dom/svg/crashtests/573316-1.svg => content/svg/content/src/crashtests/573316-1.svg rename : dom/svg/crashtests/579356-1.svg => content/svg/content/src/crashtests/579356-1.svg rename : dom/svg/crashtests/579356-2.svg => content/svg/content/src/crashtests/579356-2.svg rename : dom/svg/crashtests/595608-1.svg => content/svg/content/src/crashtests/595608-1.svg rename : dom/svg/crashtests/601251-1.html => content/svg/content/src/crashtests/601251-1.html rename : dom/svg/crashtests/601406-1.svg => content/svg/content/src/crashtests/601406-1.svg rename : dom/svg/crashtests/603145-1.svg => content/svg/content/src/crashtests/603145-1.svg rename : dom/svg/crashtests/613899-1.svg => content/svg/content/src/crashtests/613899-1.svg rename : dom/svg/crashtests/613899-2.svg => content/svg/content/src/crashtests/613899-2.svg rename : dom/svg/crashtests/719779-1.svg => content/svg/content/src/crashtests/719779-1.svg rename : dom/svg/crashtests/723441-1.html => content/svg/content/src/crashtests/723441-1.html rename : dom/svg/crashtests/723441-resource.svg => content/svg/content/src/crashtests/723441-resource.svg rename : dom/svg/crashtests/751515-1.svg => content/svg/content/src/crashtests/751515-1.svg rename : dom/svg/crashtests/761507-1.svg => content/svg/content/src/crashtests/761507-1.svg rename : dom/svg/crashtests/831561.html => content/svg/content/src/crashtests/831561.html rename : dom/svg/crashtests/837450-1.svg => content/svg/content/src/crashtests/837450-1.svg rename : dom/svg/crashtests/842463-1.html => content/svg/content/src/crashtests/842463-1.html rename : dom/svg/crashtests/847138-1.svg => content/svg/content/src/crashtests/847138-1.svg rename : dom/svg/crashtests/864509.svg => content/svg/content/src/crashtests/864509.svg rename : dom/svg/crashtests/880544-1.svg => content/svg/content/src/crashtests/880544-1.svg rename : dom/svg/crashtests/880544-2.svg => content/svg/content/src/crashtests/880544-2.svg rename : dom/svg/crashtests/880544-3.svg => content/svg/content/src/crashtests/880544-3.svg rename : dom/svg/crashtests/880544-4.svg => content/svg/content/src/crashtests/880544-4.svg rename : dom/svg/crashtests/880544-5.svg => content/svg/content/src/crashtests/880544-5.svg rename : dom/svg/crashtests/898915-1.svg => content/svg/content/src/crashtests/898915-1.svg rename : dom/svg/crashtests/crashtests.list => content/svg/content/src/crashtests/crashtests.list rename : dom/svg/crashtests/zero-size-image.svg => content/svg/content/src/crashtests/zero-size-image.svg rename : dom/svg/nsISVGPoint.cpp => content/svg/content/src/nsISVGPoint.cpp rename : dom/svg/nsISVGPoint.h => content/svg/content/src/nsISVGPoint.h rename : dom/svg/nsSVGAngle.cpp => content/svg/content/src/nsSVGAngle.cpp rename : dom/svg/nsSVGAngle.h => content/svg/content/src/nsSVGAngle.h rename : dom/svg/nsSVGAnimatedTransformList.cpp => content/svg/content/src/nsSVGAnimatedTransformList.cpp rename : dom/svg/nsSVGAnimatedTransformList.h => content/svg/content/src/nsSVGAnimatedTransformList.h rename : dom/svg/nsSVGAttrTearoffTable.h => content/svg/content/src/nsSVGAttrTearoffTable.h rename : dom/svg/nsSVGBoolean.cpp => content/svg/content/src/nsSVGBoolean.cpp rename : dom/svg/nsSVGBoolean.h => content/svg/content/src/nsSVGBoolean.h rename : dom/svg/nsSVGClass.cpp => content/svg/content/src/nsSVGClass.cpp rename : dom/svg/nsSVGClass.h => content/svg/content/src/nsSVGClass.h rename : dom/svg/nsSVGDataParser.cpp => content/svg/content/src/nsSVGDataParser.cpp rename : dom/svg/nsSVGDataParser.h => content/svg/content/src/nsSVGDataParser.h rename : dom/svg/nsSVGElement.cpp => content/svg/content/src/nsSVGElement.cpp rename : dom/svg/nsSVGElement.h => content/svg/content/src/nsSVGElement.h rename : dom/svg/nsSVGEnum.cpp => content/svg/content/src/nsSVGEnum.cpp rename : dom/svg/nsSVGEnum.h => content/svg/content/src/nsSVGEnum.h rename : dom/svg/nsSVGFeatures.cpp => content/svg/content/src/nsSVGFeatures.cpp rename : dom/svg/nsSVGFeatures.h => content/svg/content/src/nsSVGFeatures.h rename : dom/svg/nsSVGFeaturesList.h => content/svg/content/src/nsSVGFeaturesList.h rename : dom/svg/nsSVGFilters.cpp => content/svg/content/src/nsSVGFilters.cpp rename : dom/svg/nsSVGFilters.h => content/svg/content/src/nsSVGFilters.h rename : dom/svg/nsSVGInteger.cpp => content/svg/content/src/nsSVGInteger.cpp rename : dom/svg/nsSVGInteger.h => content/svg/content/src/nsSVGInteger.h rename : dom/svg/nsSVGIntegerPair.cpp => content/svg/content/src/nsSVGIntegerPair.cpp rename : dom/svg/nsSVGIntegerPair.h => content/svg/content/src/nsSVGIntegerPair.h rename : dom/svg/nsSVGLength2.cpp => content/svg/content/src/nsSVGLength2.cpp rename : dom/svg/nsSVGLength2.h => content/svg/content/src/nsSVGLength2.h rename : dom/svg/nsSVGNumber2.cpp => content/svg/content/src/nsSVGNumber2.cpp rename : dom/svg/nsSVGNumber2.h => content/svg/content/src/nsSVGNumber2.h rename : dom/svg/nsSVGNumberPair.cpp => content/svg/content/src/nsSVGNumberPair.cpp rename : dom/svg/nsSVGNumberPair.h => content/svg/content/src/nsSVGNumberPair.h rename : dom/svg/nsSVGPathDataParser.cpp => content/svg/content/src/nsSVGPathDataParser.cpp rename : dom/svg/nsSVGPathDataParser.h => content/svg/content/src/nsSVGPathDataParser.h rename : dom/svg/nsSVGPathGeometryElement.cpp => content/svg/content/src/nsSVGPathGeometryElement.cpp rename : dom/svg/nsSVGPathGeometryElement.h => content/svg/content/src/nsSVGPathGeometryElement.h rename : dom/svg/nsSVGPolyElement.cpp => content/svg/content/src/nsSVGPolyElement.cpp rename : dom/svg/nsSVGPolyElement.h => content/svg/content/src/nsSVGPolyElement.h rename : dom/svg/nsSVGString.cpp => content/svg/content/src/nsSVGString.cpp rename : dom/svg/nsSVGString.h => content/svg/content/src/nsSVGString.h rename : dom/svg/nsSVGTransform.cpp => content/svg/content/src/nsSVGTransform.cpp rename : dom/svg/nsSVGTransform.h => content/svg/content/src/nsSVGTransform.h rename : dom/svg/nsSVGViewBox.cpp => content/svg/content/src/nsSVGViewBox.cpp rename : dom/svg/nsSVGViewBox.h => content/svg/content/src/nsSVGViewBox.h rename : dom/svg/test/MutationEventChecker.js => content/svg/content/test/MutationEventChecker.js rename : dom/svg/test/a_href_destination.svg => content/svg/content/test/a_href_destination.svg rename : dom/svg/test/a_href_helper_01.svg => content/svg/content/test/a_href_helper_01.svg rename : dom/svg/test/a_href_helper_02_03.svg => content/svg/content/test/a_href_helper_02_03.svg rename : dom/svg/test/a_href_helper_04.svg => content/svg/content/test/a_href_helper_04.svg rename : dom/svg/test/animated-svg-image-helper.html => content/svg/content/test/animated-svg-image-helper.html rename : dom/svg/test/animated-svg-image-helper.svg => content/svg/content/test/animated-svg-image-helper.svg rename : dom/svg/test/bbox-helper.svg => content/svg/content/test/bbox-helper.svg rename : dom/svg/test/bounds-helper.svg => content/svg/content/test/bounds-helper.svg rename : dom/svg/test/dataTypes-helper.svg => content/svg/content/test/dataTypes-helper.svg rename : dom/svg/test/fragments-helper.svg => content/svg/content/test/fragments-helper.svg rename : dom/svg/test/getBBox-method-helper.svg => content/svg/content/test/getBBox-method-helper.svg rename : dom/svg/test/getCTM-helper.svg => content/svg/content/test/getCTM-helper.svg rename : dom/svg/test/getSubStringLength-helper.svg => content/svg/content/test/getSubStringLength-helper.svg rename : dom/svg/test/matrixUtils.js => content/svg/content/test/matrixUtils.js rename : dom/svg/test/mochitest.ini => content/svg/content/test/mochitest.ini rename : dom/svg/test/pointer-events.js => content/svg/content/test/pointer-events.js rename : dom/svg/test/scientific-helper.svg => content/svg/content/test/scientific-helper.svg rename : dom/svg/test/selectSubString-helper.svg => content/svg/content/test/selectSubString-helper.svg rename : dom/svg/test/switch-helper.svg => content/svg/content/test/switch-helper.svg rename : dom/svg/test/test_SVGLengthList-2.xhtml => content/svg/content/test/test_SVGLengthList-2.xhtml rename : dom/svg/test/test_SVGLengthList.xhtml => content/svg/content/test/test_SVGLengthList.xhtml rename : dom/svg/test/test_SVGMatrix.xhtml => content/svg/content/test/test_SVGMatrix.xhtml rename : dom/svg/test/test_SVGNumberList.xhtml => content/svg/content/test/test_SVGNumberList.xhtml rename : dom/svg/test/test_SVGPathSegList.xhtml => content/svg/content/test/test_SVGPathSegList.xhtml rename : dom/svg/test/test_SVGPointList.xhtml => content/svg/content/test/test_SVGPointList.xhtml rename : dom/svg/test/test_SVGStringList.xhtml => content/svg/content/test/test_SVGStringList.xhtml rename : dom/svg/test/test_SVGStyleElement.xhtml => content/svg/content/test/test_SVGStyleElement.xhtml rename : dom/svg/test/test_SVGTransformList.xhtml => content/svg/content/test/test_SVGTransformList.xhtml rename : dom/svg/test/test_SVGTransformListAddition.xhtml => content/svg/content/test/test_SVGTransformListAddition.xhtml rename : dom/svg/test/test_SVGUnitTypes.html => content/svg/content/test/test_SVGUnitTypes.html rename : dom/svg/test/test_SVG_namespace_ids.html => content/svg/content/test/test_SVG_namespace_ids.html rename : dom/svg/test/test_SVGxxxList.xhtml => content/svg/content/test/test_SVGxxxList.xhtml rename : dom/svg/test/test_SVGxxxListIndexing.xhtml => content/svg/content/test/test_SVGxxxListIndexing.xhtml rename : dom/svg/test/test_a_href_01.xhtml => content/svg/content/test/test_a_href_01.xhtml rename : dom/svg/test/test_a_href_02.xhtml => content/svg/content/test/test_a_href_02.xhtml rename : dom/svg/test/test_animLengthObjectIdentity.xhtml => content/svg/content/test/test_animLengthObjectIdentity.xhtml rename : dom/svg/test/test_animLengthReadonly.xhtml => content/svg/content/test/test_animLengthReadonly.xhtml rename : dom/svg/test/test_animLengthUnits.xhtml => content/svg/content/test/test_animLengthUnits.xhtml rename : dom/svg/test/test_bbox-with-invalid-viewBox.xhtml => content/svg/content/test/test_bbox-with-invalid-viewBox.xhtml rename : dom/svg/test/test_bbox.xhtml => content/svg/content/test/test_bbox.xhtml rename : dom/svg/test/test_bounds.html => content/svg/content/test/test_bounds.html rename : dom/svg/test/test_bug872812.html => content/svg/content/test/test_bug872812.html rename : dom/svg/test/test_dataTypes.html => content/svg/content/test/test_dataTypes.html rename : dom/svg/test/test_dataTypesModEvents.html => content/svg/content/test/test_dataTypesModEvents.html rename : dom/svg/test/test_fragments.html => content/svg/content/test/test_fragments.html rename : dom/svg/test/test_getBBox-method.html => content/svg/content/test/test_getBBox-method.html rename : dom/svg/test/test_getCTM.html => content/svg/content/test/test_getCTM.html rename : dom/svg/test/test_getElementById.xhtml => content/svg/content/test/test_getElementById.xhtml rename : dom/svg/test/test_getSubStringLength.xhtml => content/svg/content/test/test_getSubStringLength.xhtml rename : dom/svg/test/test_hasFeature.xhtml => content/svg/content/test/test_hasFeature.xhtml rename : dom/svg/test/test_lang.xhtml => content/svg/content/test/test_lang.xhtml rename : dom/svg/test/test_length.xhtml => content/svg/content/test/test_length.xhtml rename : dom/svg/test/test_lengthParsing.html => content/svg/content/test/test_lengthParsing.html rename : dom/svg/test/test_non-scaling-stroke.html => content/svg/content/test/test_non-scaling-stroke.html rename : dom/svg/test/test_nonAnimStrings.xhtml => content/svg/content/test/test_nonAnimStrings.xhtml rename : dom/svg/test/test_onerror.xhtml => content/svg/content/test/test_onerror.xhtml rename : dom/svg/test/test_pathAnimInterpolation.xhtml => content/svg/content/test/test_pathAnimInterpolation.xhtml rename : dom/svg/test/test_pathLength.html => content/svg/content/test/test_pathLength.html rename : dom/svg/test/test_pathSeg.xhtml => content/svg/content/test/test_pathSeg.xhtml rename : dom/svg/test/test_pointAtLength.xhtml => content/svg/content/test/test_pointAtLength.xhtml rename : dom/svg/test/test_pointer-events-1a.xhtml => content/svg/content/test/test_pointer-events-1a.xhtml rename : dom/svg/test/test_pointer-events-1b.xhtml => content/svg/content/test/test_pointer-events-1b.xhtml rename : dom/svg/test/test_pointer-events-2.xhtml => content/svg/content/test/test_pointer-events-2.xhtml rename : dom/svg/test/test_pointer-events-3.xhtml => content/svg/content/test/test_pointer-events-3.xhtml rename : dom/svg/test/test_pointer-events-4.xhtml => content/svg/content/test/test_pointer-events-4.xhtml rename : dom/svg/test/test_pointer-events-5.xhtml => content/svg/content/test/test_pointer-events-5.xhtml rename : dom/svg/test/test_pointer-events-6.xhtml => content/svg/content/test/test_pointer-events-6.xhtml rename : dom/svg/test/test_scientific.html => content/svg/content/test/test_scientific.html rename : dom/svg/test/test_selectSubString.xhtml => content/svg/content/test/test_selectSubString.xhtml rename : dom/svg/test/test_stroke-linecap-hit-testing.xhtml => content/svg/content/test/test_stroke-linecap-hit-testing.xhtml rename : dom/svg/test/test_switch.xhtml => content/svg/content/test/test_switch.xhtml rename : dom/svg/test/test_text.html => content/svg/content/test/test_text.html rename : dom/svg/test/test_text_2.html => content/svg/content/test/test_text_2.html rename : dom/svg/test/test_text_dirty.html => content/svg/content/test/test_text_dirty.html rename : dom/svg/test/test_text_lengthAdjust.html => content/svg/content/test/test_text_lengthAdjust.html rename : dom/svg/test/test_text_scaled.html => content/svg/content/test/test_text_scaled.html rename : dom/svg/test/test_text_selection.html => content/svg/content/test/test_text_selection.html rename : dom/svg/test/test_text_update.html => content/svg/content/test/test_text_update.html rename : dom/svg/test/test_transform.xhtml => content/svg/content/test/test_transform.xhtml rename : dom/svg/test/test_transformParsing.html => content/svg/content/test/test_transformParsing.html rename : dom/svg/test/test_valueAsString.xhtml => content/svg/content/test/test_valueAsString.xhtml rename : dom/svg/test/test_valueLeaks.xhtml => content/svg/content/test/test_valueLeaks.xhtml rename : dom/svg/test/test_viewport.html => content/svg/content/test/test_viewport.html rename : dom/svg/test/test_zoom.xhtml => content/svg/content/test/test_zoom.xhtml rename : dom/svg/test/text-helper-scaled.svg => content/svg/content/test/text-helper-scaled.svg rename : dom/svg/test/text-helper-selection.svg => content/svg/content/test/text-helper-selection.svg rename : dom/svg/test/text-helper.svg => content/svg/content/test/text-helper.svg rename : dom/svg/test/viewport-helper.svg => content/svg/content/test/viewport-helper.svg rename : dom/svg/test/zoom-helper.svg => content/svg/content/test/zoom-helper.svg rename : dom/svg/SVGDocument.cpp => content/svg/document/src/SVGDocument.cpp rename : dom/svg/SVGDocument.h => content/svg/document/src/SVGDocument.h rename : dom/svg/moz.build => content/svg/moz.build --- content/base/src/moz.build | 2 +- content/moz.build | 1 + content/svg/content/moz.build | 9 +++++++ .../content/src}/DOMSVGAnimatedLengthList.cpp | 0 .../content/src}/DOMSVGAnimatedLengthList.h | 0 .../content/src}/DOMSVGAnimatedNumberList.cpp | 0 .../content/src}/DOMSVGAnimatedNumberList.h | 0 .../svg/content/src}/DOMSVGLength.cpp | 0 .../svg/content/src}/DOMSVGLength.h | 0 .../svg/content/src}/DOMSVGLengthList.cpp | 0 .../svg/content/src}/DOMSVGLengthList.h | 0 .../svg/content/src}/DOMSVGNumber.cpp | 0 .../svg/content/src}/DOMSVGNumber.h | 0 .../svg/content/src}/DOMSVGNumberList.cpp | 0 .../svg/content/src}/DOMSVGNumberList.h | 0 .../svg/content/src}/DOMSVGPathSeg.cpp | 0 .../svg/content/src}/DOMSVGPathSeg.h | 0 .../svg/content/src}/DOMSVGPathSegList.cpp | 0 .../svg/content/src}/DOMSVGPathSegList.h | 0 .../svg/content/src}/DOMSVGPoint.cpp | 0 .../svg/content/src}/DOMSVGPoint.h | 0 .../svg/content/src}/DOMSVGPointList.cpp | 0 .../svg/content/src}/DOMSVGPointList.h | 0 .../svg/content/src}/DOMSVGStringList.cpp | 0 .../svg/content/src}/DOMSVGStringList.h | 0 .../svg/content/src}/DOMSVGTransformList.cpp | 0 .../svg/content/src}/DOMSVGTransformList.h | 0 .../svg/content/src}/SVGAElement.cpp | 0 .../svg/content/src}/SVGAElement.h | 0 .../svg/content/src}/SVGAltGlyphElement.cpp | 0 .../svg/content/src}/SVGAltGlyphElement.h | 0 .../svg/content/src}/SVGAngle.cpp | 0 .../svg/content/src}/SVGAngle.h | 0 .../svg/content/src}/SVGAnimateElement.cpp | 0 .../svg/content/src}/SVGAnimateElement.h | 0 .../content/src}/SVGAnimateMotionElement.cpp | 0 .../content/src}/SVGAnimateMotionElement.h | 0 .../src}/SVGAnimateTransformElement.cpp | 0 .../content/src}/SVGAnimateTransformElement.h | 0 .../svg/content/src}/SVGAnimatedAngle.cpp | 0 .../svg/content/src}/SVGAnimatedAngle.h | 0 .../svg/content/src}/SVGAnimatedBoolean.cpp | 0 .../svg/content/src}/SVGAnimatedBoolean.h | 0 .../content/src}/SVGAnimatedEnumeration.cpp | 0 .../svg/content/src}/SVGAnimatedEnumeration.h | 0 .../svg/content/src}/SVGAnimatedInteger.cpp | 0 .../svg/content/src}/SVGAnimatedInteger.h | 0 .../svg/content/src}/SVGAnimatedLength.cpp | 0 .../svg/content/src}/SVGAnimatedLength.h | 0 .../content/src}/SVGAnimatedLengthList.cpp | 0 .../svg/content/src}/SVGAnimatedLengthList.h | 0 .../svg/content/src}/SVGAnimatedNumber.cpp | 0 .../svg/content/src}/SVGAnimatedNumber.h | 0 .../content/src}/SVGAnimatedNumberList.cpp | 0 .../svg/content/src}/SVGAnimatedNumberList.h | 0 .../content/src}/SVGAnimatedPathSegList.cpp | 0 .../svg/content/src}/SVGAnimatedPathSegList.h | 0 .../svg/content/src}/SVGAnimatedPointList.cpp | 0 .../svg/content/src}/SVGAnimatedPointList.h | 0 .../src}/SVGAnimatedPreserveAspectRatio.cpp | 0 .../src}/SVGAnimatedPreserveAspectRatio.h | 0 .../svg/content/src}/SVGAnimatedRect.cpp | 0 .../svg/content/src}/SVGAnimatedRect.h | 0 .../svg/content/src}/SVGAnimatedString.cpp | 0 .../svg/content/src}/SVGAnimatedString.h | 0 .../content/src}/SVGAnimatedTransformList.cpp | 0 .../content/src}/SVGAnimatedTransformList.h | 0 .../svg/content/src}/SVGAnimationElement.cpp | 0 .../svg/content/src}/SVGAnimationElement.h | 0 .../svg/content/src}/SVGAttrValueWrapper.cpp | 0 .../svg/content/src}/SVGAttrValueWrapper.h | 0 .../svg/content/src}/SVGCircleElement.cpp | 0 .../svg/content/src}/SVGCircleElement.h | 0 .../svg/content/src}/SVGClipPathElement.cpp | 0 .../svg/content/src}/SVGClipPathElement.h | 0 .../SVGComponentTransferFunctionElement.h | 0 .../svg/content/src}/SVGContentUtils.cpp | 0 .../svg/content/src}/SVGContentUtils.h | 0 .../svg/content/src}/SVGDefsElement.cpp | 0 .../svg/content/src}/SVGDefsElement.h | 0 .../svg/content/src}/SVGDescElement.cpp | 0 .../svg/content/src}/SVGDescElement.h | 0 .../svg/content/src}/SVGElementFactory.cpp | 0 .../svg/content/src}/SVGElementFactory.h | 0 .../svg/content/src}/SVGEllipseElement.cpp | 0 .../svg/content/src}/SVGEllipseElement.h | 0 .../svg/content/src}/SVGFEBlendElement.cpp | 0 .../svg/content/src}/SVGFEBlendElement.h | 0 .../content/src}/SVGFEColorMatrixElement.cpp | 0 .../content/src}/SVGFEColorMatrixElement.h | 0 .../src}/SVGFEComponentTransferElement.cpp | 0 .../src}/SVGFEComponentTransferElement.h | 0 .../content/src}/SVGFECompositeElement.cpp | 0 .../svg/content/src}/SVGFECompositeElement.h | 0 .../src}/SVGFEConvolveMatrixElement.cpp | 0 .../content/src}/SVGFEConvolveMatrixElement.h | 0 .../src}/SVGFEDiffuseLightingElement.cpp | 0 .../src}/SVGFEDiffuseLightingElement.h | 0 .../src}/SVGFEDisplacementMapElement.cpp | 0 .../src}/SVGFEDisplacementMapElement.h | 0 .../content/src}/SVGFEDistantLightElement.cpp | 0 .../content/src}/SVGFEDistantLightElement.h | 0 .../content/src}/SVGFEDropShadowElement.cpp | 0 .../svg/content/src}/SVGFEDropShadowElement.h | 0 .../svg/content/src}/SVGFEFloodElement.cpp | 0 .../svg/content/src}/SVGFEFloodElement.h | 0 .../content/src}/SVGFEGaussianBlurElement.cpp | 0 .../content/src}/SVGFEGaussianBlurElement.h | 0 .../svg/content/src}/SVGFEImageElement.cpp | 0 .../svg/content/src}/SVGFEImageElement.h | 0 .../svg/content/src}/SVGFEMergeElement.cpp | 0 .../svg/content/src}/SVGFEMergeElement.h | 0 .../content/src}/SVGFEMergeNodeElement.cpp | 0 .../svg/content/src}/SVGFEMergeNodeElement.h | 0 .../content/src}/SVGFEMorphologyElement.cpp | 0 .../svg/content/src}/SVGFEMorphologyElement.h | 0 .../svg/content/src}/SVGFEOffsetElement.cpp | 0 .../svg/content/src}/SVGFEOffsetElement.h | 0 .../content/src}/SVGFEPointLightElement.cpp | 0 .../svg/content/src}/SVGFEPointLightElement.h | 0 .../src}/SVGFESpecularLightingElement.cpp | 0 .../src}/SVGFESpecularLightingElement.h | 0 .../content/src}/SVGFESpotLightElement.cpp | 0 .../svg/content/src}/SVGFESpotLightElement.h | 0 .../svg/content/src}/SVGFETileElement.cpp | 0 .../svg/content/src}/SVGFETileElement.h | 0 .../content/src}/SVGFETurbulenceElement.cpp | 0 .../svg/content/src}/SVGFETurbulenceElement.h | 0 .../svg/content/src}/SVGFilterElement.cpp | 0 .../svg/content/src}/SVGFilterElement.h | 0 .../content/src}/SVGForeignObjectElement.cpp | 0 .../content/src}/SVGForeignObjectElement.h | 0 .../content/src}/SVGFragmentIdentifier.cpp | 0 .../svg/content/src}/SVGFragmentIdentifier.h | 0 .../svg/content/src}/SVGGElement.cpp | 0 .../svg/content/src}/SVGGElement.h | 0 .../svg/content/src}/SVGGradientElement.cpp | 0 .../svg/content/src}/SVGGradientElement.h | 0 .../svg/content/src}/SVGGraphicsElement.cpp | 0 .../svg/content/src}/SVGGraphicsElement.h | 0 .../svg/content/src}/SVGIFrameElement.cpp | 0 .../svg/content/src}/SVGIFrameElement.h | 0 .../svg/content/src}/SVGIRect.h | 0 .../svg/content/src}/SVGImageElement.cpp | 0 .../svg/content/src}/SVGImageElement.h | 0 .../content/src}/SVGIntegerPairSMILType.cpp | 0 .../svg/content/src}/SVGIntegerPairSMILType.h | 0 .../svg/content/src}/SVGLength.cpp | 0 .../svg/content/src}/SVGLength.h | 0 .../svg/content/src}/SVGLengthList.cpp | 0 .../svg/content/src}/SVGLengthList.h | 0 .../content/src}/SVGLengthListSMILType.cpp | 0 .../svg/content/src}/SVGLengthListSMILType.h | 0 .../svg/content/src}/SVGLineElement.cpp | 0 .../svg/content/src}/SVGLineElement.h | 0 .../svg/content/src}/SVGMPathElement.cpp | 0 .../svg/content/src}/SVGMPathElement.h | 0 .../svg/content/src}/SVGMarkerElement.cpp | 0 .../svg/content/src}/SVGMarkerElement.h | 0 .../svg/content/src}/SVGMaskElement.cpp | 0 .../svg/content/src}/SVGMaskElement.h | 0 .../svg/content/src}/SVGMatrix.cpp | 0 .../svg/content/src}/SVGMatrix.h | 0 .../svg/content/src}/SVGMetadataElement.cpp | 0 .../svg/content/src}/SVGMetadataElement.h | 0 .../src}/SVGMotionSMILAnimationFunction.cpp | 0 .../src}/SVGMotionSMILAnimationFunction.h | 0 .../svg/content/src}/SVGMotionSMILAttr.cpp | 0 .../svg/content/src}/SVGMotionSMILAttr.h | 0 .../content/src}/SVGMotionSMILPathUtils.cpp | 0 .../svg/content/src}/SVGMotionSMILPathUtils.h | 0 .../svg/content/src}/SVGMotionSMILType.cpp | 0 .../svg/content/src}/SVGMotionSMILType.h | 0 .../svg/content/src}/SVGNumberList.cpp | 0 .../svg/content/src}/SVGNumberList.h | 0 .../content/src}/SVGNumberListSMILType.cpp | 0 .../svg/content/src}/SVGNumberListSMILType.h | 0 .../content/src}/SVGNumberPairSMILType.cpp | 0 .../svg/content/src}/SVGNumberPairSMILType.h | 0 .../svg/content/src}/SVGOrientSMILType.cpp | 0 .../svg/content/src}/SVGOrientSMILType.h | 0 .../svg/content/src}/SVGPathData.cpp | 0 .../svg/content/src}/SVGPathData.h | 0 .../svg/content/src}/SVGPathElement.cpp | 0 .../svg/content/src}/SVGPathElement.h | 0 .../content/src}/SVGPathSegListSMILType.cpp | 0 .../svg/content/src}/SVGPathSegListSMILType.h | 0 .../svg/content/src}/SVGPathSegUtils.cpp | 0 .../svg/content/src}/SVGPathSegUtils.h | 0 .../svg/content/src}/SVGPatternElement.cpp | 0 .../svg/content/src}/SVGPatternElement.h | 0 .../svg/content/src}/SVGPoint.h | 0 .../svg/content/src}/SVGPointList.cpp | 0 .../svg/content/src}/SVGPointList.h | 0 .../svg/content/src}/SVGPointListSMILType.cpp | 0 .../svg/content/src}/SVGPointListSMILType.h | 0 .../svg/content/src}/SVGPolygonElement.cpp | 0 .../svg/content/src}/SVGPolygonElement.h | 0 .../svg/content/src}/SVGPolylineElement.cpp | 0 .../svg/content/src}/SVGPolylineElement.h | 0 .../content/src}/SVGPreserveAspectRatio.cpp | 0 .../svg/content/src}/SVGPreserveAspectRatio.h | 0 .../svg/content/src}/SVGRect.cpp | 0 .../svg => content/svg/content/src}/SVGRect.h | 0 .../svg/content/src}/SVGRectElement.cpp | 0 .../svg/content/src}/SVGRectElement.h | 0 .../svg/content/src}/SVGSVGElement.cpp | 0 .../svg/content/src}/SVGSVGElement.h | 0 .../svg/content/src}/SVGScriptElement.cpp | 0 .../svg/content/src}/SVGScriptElement.h | 0 .../svg/content/src}/SVGSetElement.cpp | 0 .../svg/content/src}/SVGSetElement.h | 0 .../svg/content/src}/SVGStopElement.cpp | 0 .../svg/content/src}/SVGStopElement.h | 0 .../svg/content/src}/SVGStringList.cpp | 0 .../svg/content/src}/SVGStringList.h | 0 .../svg/content/src}/SVGStyleElement.cpp | 0 .../svg/content/src}/SVGStyleElement.h | 0 .../svg/content/src}/SVGSwitchElement.cpp | 0 .../svg/content/src}/SVGSwitchElement.h | 0 .../svg/content/src}/SVGSymbolElement.cpp | 0 .../svg/content/src}/SVGSymbolElement.h | 0 .../svg/content/src}/SVGTSpanElement.cpp | 0 .../svg/content/src}/SVGTSpanElement.h | 0 .../svg/content/src}/SVGTagList.h | 0 .../svg/content/src}/SVGTests.cpp | 0 .../svg/content/src}/SVGTests.h | 0 .../content/src}/SVGTextContentElement.cpp | 0 .../svg/content/src}/SVGTextContentElement.h | 0 .../svg/content/src}/SVGTextElement.cpp | 0 .../svg/content/src}/SVGTextElement.h | 0 .../svg/content/src}/SVGTextPathElement.cpp | 0 .../svg/content/src}/SVGTextPathElement.h | 0 .../src}/SVGTextPositioningElement.cpp | 0 .../content/src}/SVGTextPositioningElement.h | 0 .../svg/content/src}/SVGTitleElement.cpp | 0 .../svg/content/src}/SVGTitleElement.h | 0 .../svg/content/src}/SVGTransform.cpp | 0 .../svg/content/src}/SVGTransform.h | 0 .../svg/content/src}/SVGTransformList.cpp | 0 .../svg/content/src}/SVGTransformList.h | 0 .../content/src}/SVGTransformListParser.cpp | 0 .../svg/content/src}/SVGTransformListParser.h | 0 .../content/src}/SVGTransformListSMILType.cpp | 0 .../content/src}/SVGTransformListSMILType.h | 0 .../content/src}/SVGTransformableElement.cpp | 0 .../content/src}/SVGTransformableElement.h | 0 .../svg/content/src}/SVGUseElement.cpp | 0 .../svg/content/src}/SVGUseElement.h | 0 .../svg/content/src}/SVGViewBoxSMILType.cpp | 0 .../svg/content/src}/SVGViewBoxSMILType.h | 0 .../svg/content/src}/SVGViewElement.cpp | 0 .../svg/content/src}/SVGViewElement.h | 0 .../svg/content/src}/SVGZoomEvent.cpp | 0 .../svg/content/src}/SVGZoomEvent.h | 0 .../svg/content/src}/crashtests/307322-1.svg | 0 .../svg/content/src}/crashtests/327705-1.svg | 0 .../svg/content/src}/crashtests/336994-1.html | 0 .../svg/content/src}/crashtests/344888-1.svg | 0 .../svg/content/src}/crashtests/345445-1.svg | 0 .../svg/content/src}/crashtests/360836-1.svg | 0 .../content/src}/crashtests/367357-1.xhtml | 0 .../svg/content/src}/crashtests/369051-1.svg | 0 .../svg/content/src}/crashtests/369249-1.svg | 0 .../svg/content/src}/crashtests/369291-1.svg | 0 .../svg/content/src}/crashtests/369291-2.svg | 0 .../svg/content/src}/crashtests/369568-1.svg | 0 .../svg/content/src}/crashtests/372046-1.svg | 0 .../svg/content/src}/crashtests/372046-2.svg | 0 .../svg/content/src}/crashtests/374882-1.svg | 0 .../svg/content/src}/crashtests/380101-1.svg | 0 .../svg/content/src}/crashtests/381777-1.svg | 0 .../svg/content/src}/crashtests/383685-1.svg | 0 .../svg/content/src}/crashtests/385096.html | 0 .../svg/content/src}/crashtests/385554-1.html | 0 .../svg/content/src}/crashtests/385554-2.xul | 0 .../svg/content/src}/crashtests/388712-1.svg | 0 .../svg/content/src}/crashtests/395616-1.html | 0 .../svg/content/src}/crashtests/396618-1.html | 0 .../svg/content/src}/crashtests/397017-1.html | 0 .../svg/content/src}/crashtests/397551-1.svg | 0 .../svg/content/src}/crashtests/397704-1.svg | 0 .../src}/crashtests/398926-both-different.svg | 0 .../src}/crashtests/398926-both-same.svg | 0 .../content/src}/crashtests/398926-fill.svg | 0 .../content/src}/crashtests/398926-stroke.svg | 0 .../svg/content/src}/crashtests/405639-1.svg | 0 .../svg/content/src}/crashtests/406361-1.html | 0 .../svg/content/src}/crashtests/409811-1.html | 0 .../svg/content/src}/crashtests/410659-1.svg | 0 .../svg/content/src}/crashtests/410659-2.svg | 0 .../svg/content/src}/crashtests/410659-3.svg | 0 .../svg/content/src}/crashtests/412104-1.svg | 0 .../svg/content/src}/crashtests/413174-1.svg | 0 .../svg/content/src}/crashtests/414188-1.svg | 0 .../svg/content/src}/crashtests/427325-1.svg | 0 .../svg/content/src}/crashtests/428228-1.svg | 0 .../svg/content/src}/crashtests/428841-1.svg | 0 .../svg/content/src}/crashtests/435209-1.svg | 0 .../src}/crashtests/436418-mpathRoot-1.svg | 0 .../svg/content/src}/crashtests/448244-1.svg | 0 .../content/src}/crashtests/466576-1.xhtml | 0 .../svg/content/src}/crashtests/499879-1.svg | 0 .../svg/content/src}/crashtests/535691-1.svg | 0 .../svg/content/src}/crashtests/539167-1.svg | 0 .../svg/content/src}/crashtests/573316-1.svg | 0 .../svg/content/src}/crashtests/579356-1.svg | 0 .../svg/content/src}/crashtests/579356-2.svg | 0 .../svg/content/src}/crashtests/595608-1.svg | 0 .../svg/content/src}/crashtests/601251-1.html | 0 .../svg/content/src}/crashtests/601406-1.svg | 0 .../svg/content/src}/crashtests/603145-1.svg | 0 .../svg/content/src}/crashtests/613899-1.svg | 0 .../svg/content/src}/crashtests/613899-2.svg | 0 .../svg/content/src}/crashtests/719779-1.svg | 0 .../svg/content/src}/crashtests/723441-1.html | 0 .../src}/crashtests/723441-resource.svg | 0 .../svg/content/src}/crashtests/751515-1.svg | 0 .../svg/content/src}/crashtests/761507-1.svg | 0 .../svg/content/src}/crashtests/831561.html | 0 .../svg/content/src}/crashtests/837450-1.svg | 0 .../svg/content/src}/crashtests/842463-1.html | 0 .../svg/content/src}/crashtests/847138-1.svg | 0 .../svg/content/src}/crashtests/864509.svg | 0 .../svg/content/src}/crashtests/880544-1.svg | 0 .../svg/content/src}/crashtests/880544-2.svg | 0 .../svg/content/src}/crashtests/880544-3.svg | 0 .../svg/content/src}/crashtests/880544-4.svg | 0 .../svg/content/src}/crashtests/880544-5.svg | 0 .../svg/content/src}/crashtests/898915-1.svg | 0 .../content/src}/crashtests/crashtests.list | 0 .../src}/crashtests/zero-size-image.svg | 0 .../svg => content/svg/content/src}/moz.build | 8 +----- .../svg/content/src}/nsISVGPoint.cpp | 0 .../svg/content/src}/nsISVGPoint.h | 0 .../svg/content/src}/nsSVGAngle.cpp | 0 .../svg/content/src}/nsSVGAngle.h | 0 .../src}/nsSVGAnimatedTransformList.cpp | 0 .../content/src}/nsSVGAnimatedTransformList.h | 0 .../svg/content/src}/nsSVGAttrTearoffTable.h | 0 .../svg/content/src}/nsSVGBoolean.cpp | 0 .../svg/content/src}/nsSVGBoolean.h | 0 .../svg/content/src}/nsSVGClass.cpp | 0 .../svg/content/src}/nsSVGClass.h | 0 .../svg/content/src}/nsSVGDataParser.cpp | 0 .../svg/content/src}/nsSVGDataParser.h | 0 .../svg/content/src}/nsSVGElement.cpp | 0 .../svg/content/src}/nsSVGElement.h | 0 .../svg/content/src}/nsSVGEnum.cpp | 0 .../svg/content/src}/nsSVGEnum.h | 0 .../svg/content/src}/nsSVGFeatures.cpp | 0 .../svg/content/src}/nsSVGFeatures.h | 0 .../svg/content/src}/nsSVGFeaturesList.h | 0 .../svg/content/src}/nsSVGFilters.cpp | 0 .../svg/content/src}/nsSVGFilters.h | 0 .../svg/content/src}/nsSVGInteger.cpp | 0 .../svg/content/src}/nsSVGInteger.h | 0 .../svg/content/src}/nsSVGIntegerPair.cpp | 0 .../svg/content/src}/nsSVGIntegerPair.h | 0 .../svg/content/src}/nsSVGLength2.cpp | 0 .../svg/content/src}/nsSVGLength2.h | 0 .../svg/content/src}/nsSVGNumber2.cpp | 0 .../svg/content/src}/nsSVGNumber2.h | 0 .../svg/content/src}/nsSVGNumberPair.cpp | 0 .../svg/content/src}/nsSVGNumberPair.h | 0 .../svg/content/src}/nsSVGPathDataParser.cpp | 0 .../svg/content/src}/nsSVGPathDataParser.h | 0 .../content/src}/nsSVGPathGeometryElement.cpp | 0 .../content/src}/nsSVGPathGeometryElement.h | 0 .../svg/content/src}/nsSVGPolyElement.cpp | 0 .../svg/content/src}/nsSVGPolyElement.h | 0 .../svg/content/src}/nsSVGString.cpp | 0 .../svg/content/src}/nsSVGString.h | 0 .../svg/content/src}/nsSVGTransform.cpp | 0 .../svg/content/src}/nsSVGTransform.h | 0 .../svg/content/src}/nsSVGViewBox.cpp | 0 .../svg/content/src}/nsSVGViewBox.h | 0 .../svg/content}/test/MutationEventChecker.js | 0 .../svg/content}/test/a_href_destination.svg | 0 .../svg/content}/test/a_href_helper_01.svg | 0 .../svg/content}/test/a_href_helper_02_03.svg | 0 .../svg/content}/test/a_href_helper_04.svg | 0 .../test/animated-svg-image-helper.html | 0 .../test/animated-svg-image-helper.svg | 0 .../svg/content}/test/bbox-helper.svg | 0 .../svg/content}/test/bounds-helper.svg | 0 .../svg/content}/test/dataTypes-helper.svg | 0 .../svg/content}/test/fragments-helper.svg | 0 .../content}/test/getBBox-method-helper.svg | 0 .../svg/content}/test/getCTM-helper.svg | 0 .../test/getSubStringLength-helper.svg | 0 .../svg/content}/test/matrixUtils.js | 0 .../svg/content}/test/mochitest.ini | 0 .../svg/content}/test/pointer-events.js | 0 .../svg/content}/test/scientific-helper.svg | 0 .../content}/test/selectSubString-helper.svg | 0 .../svg/content}/test/switch-helper.svg | 0 .../content}/test/test_SVGLengthList-2.xhtml | 0 .../content}/test/test_SVGLengthList.xhtml | 0 .../svg/content}/test/test_SVGMatrix.xhtml | 0 .../content}/test/test_SVGNumberList.xhtml | 0 .../content}/test/test_SVGPathSegList.xhtml | 0 .../svg/content}/test/test_SVGPointList.xhtml | 0 .../content}/test/test_SVGStringList.xhtml | 0 .../content}/test/test_SVGStyleElement.xhtml | 0 .../content}/test/test_SVGTransformList.xhtml | 0 .../test/test_SVGTransformListAddition.xhtml | 0 .../svg/content}/test/test_SVGUnitTypes.html | 0 .../content}/test/test_SVG_namespace_ids.html | 0 .../svg/content}/test/test_SVGxxxList.xhtml | 0 .../test/test_SVGxxxListIndexing.xhtml | 0 .../svg/content}/test/test_a_href_01.xhtml | 0 .../svg/content}/test/test_a_href_02.xhtml | 0 .../test/test_animLengthObjectIdentity.xhtml | 0 .../test/test_animLengthReadonly.xhtml | 0 .../content}/test/test_animLengthUnits.xhtml | 0 .../test/test_bbox-with-invalid-viewBox.xhtml | 0 .../svg/content}/test/test_bbox.xhtml | 0 .../svg/content}/test/test_bounds.html | 0 .../svg/content}/test/test_bug872812.html | 0 .../svg/content}/test/test_dataTypes.html | 0 .../test/test_dataTypesModEvents.html | 0 .../svg/content}/test/test_fragments.html | 0 .../content}/test/test_getBBox-method.html | 0 .../svg/content}/test/test_getCTM.html | 0 .../content}/test/test_getElementById.xhtml | 0 .../test/test_getSubStringLength.xhtml | 0 .../svg/content}/test/test_hasFeature.xhtml | 2 +- .../svg/content}/test/test_lang.xhtml | 0 .../svg/content}/test/test_length.xhtml | 0 .../svg/content}/test/test_lengthParsing.html | 0 .../test/test_non-scaling-stroke.html | 0 .../content}/test/test_nonAnimStrings.xhtml | 0 .../svg/content}/test/test_onerror.xhtml | 0 .../test/test_pathAnimInterpolation.xhtml | 0 .../svg/content}/test/test_pathLength.html | 0 .../svg/content}/test/test_pathSeg.xhtml | 0 .../content}/test/test_pointAtLength.xhtml | 0 .../test/test_pointer-events-1a.xhtml | 0 .../test/test_pointer-events-1b.xhtml | 0 .../content}/test/test_pointer-events-2.xhtml | 0 .../content}/test/test_pointer-events-3.xhtml | 0 .../content}/test/test_pointer-events-4.xhtml | 0 .../content}/test/test_pointer-events-5.xhtml | 0 .../content}/test/test_pointer-events-6.xhtml | 0 .../svg/content}/test/test_scientific.html | 0 .../content}/test/test_selectSubString.xhtml | 0 .../test_stroke-linecap-hit-testing.xhtml | 0 .../svg/content}/test/test_switch.xhtml | 0 .../svg/content}/test/test_text.html | 0 .../svg/content}/test/test_text_2.html | 0 .../svg/content}/test/test_text_dirty.html | 0 .../content}/test/test_text_lengthAdjust.html | 0 .../svg/content}/test/test_text_scaled.html | 0 .../content}/test/test_text_selection.html | 0 .../svg/content}/test/test_text_update.html | 0 .../svg/content}/test/test_transform.xhtml | 0 .../content}/test/test_transformParsing.html | 0 .../content}/test/test_valueAsString.xhtml | 0 .../svg/content}/test/test_valueLeaks.xhtml | 0 .../svg/content}/test/test_viewport.html | 0 .../svg/content}/test/test_zoom.xhtml | 0 .../svg/content}/test/text-helper-scaled.svg | 0 .../content}/test/text-helper-selection.svg | 0 .../svg/content}/test/text-helper.svg | 0 .../svg/content}/test/viewport-helper.svg | 0 .../svg/content}/test/zoom-helper.svg | 0 .../svg/document/src}/SVGDocument.cpp | 0 .../svg/document/src}/SVGDocument.h | 0 content/svg/document/src/moz.build | 25 +++++++++++++++++++ content/svg/moz.build | 7 ++++++ dom/bindings/moz.build | 2 +- dom/canvas/moz.build | 2 +- dom/moz.build | 1 - dom/smil/moz.build | 2 +- embedding/browser/webBrowser/moz.build | 2 +- image/src/moz.build | 2 +- js/xpconnect/src/moz.build | 2 +- layout/base/moz.build | 2 +- layout/build/moz.build | 2 +- layout/svg/moz.build | 2 +- testing/crashtest/crashtests.list | 2 +- 482 files changed, 55 insertions(+), 20 deletions(-) create mode 100644 content/svg/content/moz.build rename {dom/svg => content/svg/content/src}/DOMSVGAnimatedLengthList.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGAnimatedLengthList.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGAnimatedNumberList.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGAnimatedNumberList.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGLength.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGLength.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGLengthList.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGLengthList.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGNumber.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGNumber.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGNumberList.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGNumberList.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGPathSeg.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGPathSeg.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGPathSegList.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGPathSegList.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGPoint.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGPoint.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGPointList.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGPointList.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGStringList.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGStringList.h (100%) rename {dom/svg => content/svg/content/src}/DOMSVGTransformList.cpp (100%) rename {dom/svg => content/svg/content/src}/DOMSVGTransformList.h (100%) rename {dom/svg => content/svg/content/src}/SVGAElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGAltGlyphElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAltGlyphElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGAngle.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAngle.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimateElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimateElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimateMotionElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimateMotionElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimateTransformElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimateTransformElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedAngle.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedAngle.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedBoolean.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedBoolean.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedEnumeration.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedEnumeration.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedInteger.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedInteger.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedLength.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedLength.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedLengthList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedLengthList.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedNumber.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedNumber.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedNumberList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedNumberList.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedPathSegList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedPathSegList.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedPointList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedPointList.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedPreserveAspectRatio.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedPreserveAspectRatio.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedRect.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedRect.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedString.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedString.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedTransformList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimatedTransformList.h (100%) rename {dom/svg => content/svg/content/src}/SVGAnimationElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAnimationElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGAttrValueWrapper.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGAttrValueWrapper.h (100%) rename {dom/svg => content/svg/content/src}/SVGCircleElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGCircleElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGClipPathElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGClipPathElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGComponentTransferFunctionElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGContentUtils.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGContentUtils.h (100%) rename {dom/svg => content/svg/content/src}/SVGDefsElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGDefsElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGDescElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGDescElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGElementFactory.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGElementFactory.h (100%) rename {dom/svg => content/svg/content/src}/SVGEllipseElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGEllipseElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEBlendElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEBlendElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEColorMatrixElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEColorMatrixElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEComponentTransferElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEComponentTransferElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFECompositeElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFECompositeElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEConvolveMatrixElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEConvolveMatrixElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEDiffuseLightingElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEDiffuseLightingElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEDisplacementMapElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEDisplacementMapElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEDistantLightElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEDistantLightElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEDropShadowElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEDropShadowElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEFloodElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEFloodElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEGaussianBlurElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEGaussianBlurElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEImageElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEImageElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEMergeElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEMergeElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEMergeNodeElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEMergeNodeElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEMorphologyElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEMorphologyElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEOffsetElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEOffsetElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFEPointLightElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFEPointLightElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFESpecularLightingElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFESpecularLightingElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFESpotLightElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFESpotLightElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFETileElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFETileElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFETurbulenceElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFETurbulenceElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFilterElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFilterElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGForeignObjectElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGForeignObjectElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGFragmentIdentifier.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGFragmentIdentifier.h (100%) rename {dom/svg => content/svg/content/src}/SVGGElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGGElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGGradientElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGGradientElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGGraphicsElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGGraphicsElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGIFrameElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGIFrameElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGIRect.h (100%) rename {dom/svg => content/svg/content/src}/SVGImageElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGImageElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGIntegerPairSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGIntegerPairSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGLength.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGLength.h (100%) rename {dom/svg => content/svg/content/src}/SVGLengthList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGLengthList.h (100%) rename {dom/svg => content/svg/content/src}/SVGLengthListSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGLengthListSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGLineElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGLineElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGMPathElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMPathElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGMarkerElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMarkerElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGMaskElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMaskElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGMatrix.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMatrix.h (100%) rename {dom/svg => content/svg/content/src}/SVGMetadataElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMetadataElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGMotionSMILAnimationFunction.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMotionSMILAnimationFunction.h (100%) rename {dom/svg => content/svg/content/src}/SVGMotionSMILAttr.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMotionSMILAttr.h (100%) rename {dom/svg => content/svg/content/src}/SVGMotionSMILPathUtils.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMotionSMILPathUtils.h (100%) rename {dom/svg => content/svg/content/src}/SVGMotionSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGMotionSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGNumberList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGNumberList.h (100%) rename {dom/svg => content/svg/content/src}/SVGNumberListSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGNumberListSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGNumberPairSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGNumberPairSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGOrientSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGOrientSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGPathData.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPathData.h (100%) rename {dom/svg => content/svg/content/src}/SVGPathElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPathElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGPathSegListSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPathSegListSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGPathSegUtils.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPathSegUtils.h (100%) rename {dom/svg => content/svg/content/src}/SVGPatternElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPatternElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGPoint.h (100%) rename {dom/svg => content/svg/content/src}/SVGPointList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPointList.h (100%) rename {dom/svg => content/svg/content/src}/SVGPointListSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPointListSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGPolygonElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPolygonElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGPolylineElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPolylineElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGPreserveAspectRatio.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGPreserveAspectRatio.h (100%) rename {dom/svg => content/svg/content/src}/SVGRect.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGRect.h (100%) rename {dom/svg => content/svg/content/src}/SVGRectElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGRectElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGSVGElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGSVGElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGScriptElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGScriptElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGSetElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGSetElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGStopElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGStopElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGStringList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGStringList.h (100%) rename {dom/svg => content/svg/content/src}/SVGStyleElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGStyleElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGSwitchElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGSwitchElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGSymbolElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGSymbolElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGTSpanElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTSpanElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGTagList.h (100%) rename {dom/svg => content/svg/content/src}/SVGTests.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTests.h (100%) rename {dom/svg => content/svg/content/src}/SVGTextContentElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTextContentElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGTextElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTextElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGTextPathElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTextPathElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGTextPositioningElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTextPositioningElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGTitleElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTitleElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGTransform.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTransform.h (100%) rename {dom/svg => content/svg/content/src}/SVGTransformList.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTransformList.h (100%) rename {dom/svg => content/svg/content/src}/SVGTransformListParser.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTransformListParser.h (100%) rename {dom/svg => content/svg/content/src}/SVGTransformListSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTransformListSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGTransformableElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGTransformableElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGUseElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGUseElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGViewBoxSMILType.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGViewBoxSMILType.h (100%) rename {dom/svg => content/svg/content/src}/SVGViewElement.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGViewElement.h (100%) rename {dom/svg => content/svg/content/src}/SVGZoomEvent.cpp (100%) rename {dom/svg => content/svg/content/src}/SVGZoomEvent.h (100%) rename {dom/svg => content/svg/content/src}/crashtests/307322-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/327705-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/336994-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/344888-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/345445-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/360836-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/367357-1.xhtml (100%) rename {dom/svg => content/svg/content/src}/crashtests/369051-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/369249-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/369291-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/369291-2.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/369568-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/372046-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/372046-2.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/374882-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/380101-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/381777-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/383685-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/385096.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/385554-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/385554-2.xul (100%) rename {dom/svg => content/svg/content/src}/crashtests/388712-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/395616-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/396618-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/397017-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/397551-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/397704-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/398926-both-different.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/398926-both-same.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/398926-fill.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/398926-stroke.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/405639-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/406361-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/409811-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/410659-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/410659-2.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/410659-3.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/412104-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/413174-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/414188-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/427325-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/428228-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/428841-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/435209-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/436418-mpathRoot-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/448244-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/466576-1.xhtml (100%) rename {dom/svg => content/svg/content/src}/crashtests/499879-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/535691-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/539167-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/573316-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/579356-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/579356-2.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/595608-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/601251-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/601406-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/603145-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/613899-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/613899-2.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/719779-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/723441-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/723441-resource.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/751515-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/761507-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/831561.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/837450-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/842463-1.html (100%) rename {dom/svg => content/svg/content/src}/crashtests/847138-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/864509.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/880544-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/880544-2.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/880544-3.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/880544-4.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/880544-5.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/898915-1.svg (100%) rename {dom/svg => content/svg/content/src}/crashtests/crashtests.list (100%) rename {dom/svg => content/svg/content/src}/crashtests/zero-size-image.svg (100%) rename {dom/svg => content/svg/content/src}/moz.build (98%) rename {dom/svg => content/svg/content/src}/nsISVGPoint.cpp (100%) rename {dom/svg => content/svg/content/src}/nsISVGPoint.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGAngle.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGAngle.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGAnimatedTransformList.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGAnimatedTransformList.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGAttrTearoffTable.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGBoolean.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGBoolean.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGClass.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGClass.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGDataParser.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGDataParser.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGElement.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGElement.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGEnum.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGEnum.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGFeatures.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGFeatures.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGFeaturesList.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGFilters.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGFilters.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGInteger.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGInteger.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGIntegerPair.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGIntegerPair.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGLength2.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGLength2.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGNumber2.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGNumber2.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGNumberPair.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGNumberPair.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGPathDataParser.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGPathDataParser.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGPathGeometryElement.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGPathGeometryElement.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGPolyElement.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGPolyElement.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGString.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGString.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGTransform.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGTransform.h (100%) rename {dom/svg => content/svg/content/src}/nsSVGViewBox.cpp (100%) rename {dom/svg => content/svg/content/src}/nsSVGViewBox.h (100%) rename {dom/svg => content/svg/content}/test/MutationEventChecker.js (100%) rename {dom/svg => content/svg/content}/test/a_href_destination.svg (100%) rename {dom/svg => content/svg/content}/test/a_href_helper_01.svg (100%) rename {dom/svg => content/svg/content}/test/a_href_helper_02_03.svg (100%) rename {dom/svg => content/svg/content}/test/a_href_helper_04.svg (100%) rename {dom/svg => content/svg/content}/test/animated-svg-image-helper.html (100%) rename {dom/svg => content/svg/content}/test/animated-svg-image-helper.svg (100%) rename {dom/svg => content/svg/content}/test/bbox-helper.svg (100%) rename {dom/svg => content/svg/content}/test/bounds-helper.svg (100%) rename {dom/svg => content/svg/content}/test/dataTypes-helper.svg (100%) rename {dom/svg => content/svg/content}/test/fragments-helper.svg (100%) rename {dom/svg => content/svg/content}/test/getBBox-method-helper.svg (100%) rename {dom/svg => content/svg/content}/test/getCTM-helper.svg (100%) rename {dom/svg => content/svg/content}/test/getSubStringLength-helper.svg (100%) rename {dom/svg => content/svg/content}/test/matrixUtils.js (100%) rename {dom/svg => content/svg/content}/test/mochitest.ini (100%) rename {dom/svg => content/svg/content}/test/pointer-events.js (100%) rename {dom/svg => content/svg/content}/test/scientific-helper.svg (100%) rename {dom/svg => content/svg/content}/test/selectSubString-helper.svg (100%) rename {dom/svg => content/svg/content}/test/switch-helper.svg (100%) rename {dom/svg => content/svg/content}/test/test_SVGLengthList-2.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGLengthList.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGMatrix.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGNumberList.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGPathSegList.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGPointList.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGStringList.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGStyleElement.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGTransformList.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGTransformListAddition.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGUnitTypes.html (100%) rename {dom/svg => content/svg/content}/test/test_SVG_namespace_ids.html (100%) rename {dom/svg => content/svg/content}/test/test_SVGxxxList.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_SVGxxxListIndexing.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_a_href_01.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_a_href_02.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_animLengthObjectIdentity.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_animLengthReadonly.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_animLengthUnits.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_bbox-with-invalid-viewBox.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_bbox.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_bounds.html (100%) rename {dom/svg => content/svg/content}/test/test_bug872812.html (100%) rename {dom/svg => content/svg/content}/test/test_dataTypes.html (100%) rename {dom/svg => content/svg/content}/test/test_dataTypesModEvents.html (100%) rename {dom/svg => content/svg/content}/test/test_fragments.html (100%) rename {dom/svg => content/svg/content}/test/test_getBBox-method.html (100%) rename {dom/svg => content/svg/content}/test/test_getCTM.html (100%) rename {dom/svg => content/svg/content}/test/test_getElementById.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_getSubStringLength.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_hasFeature.xhtml (99%) rename {dom/svg => content/svg/content}/test/test_lang.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_length.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_lengthParsing.html (100%) rename {dom/svg => content/svg/content}/test/test_non-scaling-stroke.html (100%) rename {dom/svg => content/svg/content}/test/test_nonAnimStrings.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_onerror.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pathAnimInterpolation.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pathLength.html (100%) rename {dom/svg => content/svg/content}/test/test_pathSeg.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pointAtLength.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pointer-events-1a.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pointer-events-1b.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pointer-events-2.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pointer-events-3.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pointer-events-4.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pointer-events-5.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_pointer-events-6.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_scientific.html (100%) rename {dom/svg => content/svg/content}/test/test_selectSubString.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_stroke-linecap-hit-testing.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_switch.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_text.html (100%) rename {dom/svg => content/svg/content}/test/test_text_2.html (100%) rename {dom/svg => content/svg/content}/test/test_text_dirty.html (100%) rename {dom/svg => content/svg/content}/test/test_text_lengthAdjust.html (100%) rename {dom/svg => content/svg/content}/test/test_text_scaled.html (100%) rename {dom/svg => content/svg/content}/test/test_text_selection.html (100%) rename {dom/svg => content/svg/content}/test/test_text_update.html (100%) rename {dom/svg => content/svg/content}/test/test_transform.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_transformParsing.html (100%) rename {dom/svg => content/svg/content}/test/test_valueAsString.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_valueLeaks.xhtml (100%) rename {dom/svg => content/svg/content}/test/test_viewport.html (100%) rename {dom/svg => content/svg/content}/test/test_zoom.xhtml (100%) rename {dom/svg => content/svg/content}/test/text-helper-scaled.svg (100%) rename {dom/svg => content/svg/content}/test/text-helper-selection.svg (100%) rename {dom/svg => content/svg/content}/test/text-helper.svg (100%) rename {dom/svg => content/svg/content}/test/viewport-helper.svg (100%) rename {dom/svg => content/svg/content}/test/zoom-helper.svg (100%) rename {dom/svg => content/svg/document/src}/SVGDocument.cpp (100%) rename {dom/svg => content/svg/document/src}/SVGDocument.h (100%) create mode 100644 content/svg/document/src/moz.build create mode 100644 content/svg/moz.build diff --git a/content/base/src/moz.build b/content/base/src/moz.build index 23b02c8c2a6..8ae00098f64 100644 --- a/content/base/src/moz.build +++ b/content/base/src/moz.build @@ -213,12 +213,12 @@ LOCAL_INCLUDES += [ '/caps', '/content/html/content/src', '/content/html/document/src', + '/content/svg/content/src', '/content/xul/content/src', '/content/xul/document/src', '/docshell/base', '/dom/base', '/dom/ipc', - '/dom/svg', '/dom/workers', '/dom/xbl', '/dom/xml', diff --git a/content/moz.build b/content/moz.build index 1cafa1e75d4..d43637f304b 100644 --- a/content/moz.build +++ b/content/moz.build @@ -8,6 +8,7 @@ DIRS += [ 'base', 'html', 'media', + 'svg', 'xul', ] diff --git a/content/svg/content/moz.build b/content/svg/content/moz.build new file mode 100644 index 00000000000..d7694feea73 --- /dev/null +++ b/content/svg/content/moz.build @@ -0,0 +1,9 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +DIRS += ['src'] + +MOCHITEST_MANIFESTS += ['test/mochitest.ini'] diff --git a/dom/svg/DOMSVGAnimatedLengthList.cpp b/content/svg/content/src/DOMSVGAnimatedLengthList.cpp similarity index 100% rename from dom/svg/DOMSVGAnimatedLengthList.cpp rename to content/svg/content/src/DOMSVGAnimatedLengthList.cpp diff --git a/dom/svg/DOMSVGAnimatedLengthList.h b/content/svg/content/src/DOMSVGAnimatedLengthList.h similarity index 100% rename from dom/svg/DOMSVGAnimatedLengthList.h rename to content/svg/content/src/DOMSVGAnimatedLengthList.h diff --git a/dom/svg/DOMSVGAnimatedNumberList.cpp b/content/svg/content/src/DOMSVGAnimatedNumberList.cpp similarity index 100% rename from dom/svg/DOMSVGAnimatedNumberList.cpp rename to content/svg/content/src/DOMSVGAnimatedNumberList.cpp diff --git a/dom/svg/DOMSVGAnimatedNumberList.h b/content/svg/content/src/DOMSVGAnimatedNumberList.h similarity index 100% rename from dom/svg/DOMSVGAnimatedNumberList.h rename to content/svg/content/src/DOMSVGAnimatedNumberList.h diff --git a/dom/svg/DOMSVGLength.cpp b/content/svg/content/src/DOMSVGLength.cpp similarity index 100% rename from dom/svg/DOMSVGLength.cpp rename to content/svg/content/src/DOMSVGLength.cpp diff --git a/dom/svg/DOMSVGLength.h b/content/svg/content/src/DOMSVGLength.h similarity index 100% rename from dom/svg/DOMSVGLength.h rename to content/svg/content/src/DOMSVGLength.h diff --git a/dom/svg/DOMSVGLengthList.cpp b/content/svg/content/src/DOMSVGLengthList.cpp similarity index 100% rename from dom/svg/DOMSVGLengthList.cpp rename to content/svg/content/src/DOMSVGLengthList.cpp diff --git a/dom/svg/DOMSVGLengthList.h b/content/svg/content/src/DOMSVGLengthList.h similarity index 100% rename from dom/svg/DOMSVGLengthList.h rename to content/svg/content/src/DOMSVGLengthList.h diff --git a/dom/svg/DOMSVGNumber.cpp b/content/svg/content/src/DOMSVGNumber.cpp similarity index 100% rename from dom/svg/DOMSVGNumber.cpp rename to content/svg/content/src/DOMSVGNumber.cpp diff --git a/dom/svg/DOMSVGNumber.h b/content/svg/content/src/DOMSVGNumber.h similarity index 100% rename from dom/svg/DOMSVGNumber.h rename to content/svg/content/src/DOMSVGNumber.h diff --git a/dom/svg/DOMSVGNumberList.cpp b/content/svg/content/src/DOMSVGNumberList.cpp similarity index 100% rename from dom/svg/DOMSVGNumberList.cpp rename to content/svg/content/src/DOMSVGNumberList.cpp diff --git a/dom/svg/DOMSVGNumberList.h b/content/svg/content/src/DOMSVGNumberList.h similarity index 100% rename from dom/svg/DOMSVGNumberList.h rename to content/svg/content/src/DOMSVGNumberList.h diff --git a/dom/svg/DOMSVGPathSeg.cpp b/content/svg/content/src/DOMSVGPathSeg.cpp similarity index 100% rename from dom/svg/DOMSVGPathSeg.cpp rename to content/svg/content/src/DOMSVGPathSeg.cpp diff --git a/dom/svg/DOMSVGPathSeg.h b/content/svg/content/src/DOMSVGPathSeg.h similarity index 100% rename from dom/svg/DOMSVGPathSeg.h rename to content/svg/content/src/DOMSVGPathSeg.h diff --git a/dom/svg/DOMSVGPathSegList.cpp b/content/svg/content/src/DOMSVGPathSegList.cpp similarity index 100% rename from dom/svg/DOMSVGPathSegList.cpp rename to content/svg/content/src/DOMSVGPathSegList.cpp diff --git a/dom/svg/DOMSVGPathSegList.h b/content/svg/content/src/DOMSVGPathSegList.h similarity index 100% rename from dom/svg/DOMSVGPathSegList.h rename to content/svg/content/src/DOMSVGPathSegList.h diff --git a/dom/svg/DOMSVGPoint.cpp b/content/svg/content/src/DOMSVGPoint.cpp similarity index 100% rename from dom/svg/DOMSVGPoint.cpp rename to content/svg/content/src/DOMSVGPoint.cpp diff --git a/dom/svg/DOMSVGPoint.h b/content/svg/content/src/DOMSVGPoint.h similarity index 100% rename from dom/svg/DOMSVGPoint.h rename to content/svg/content/src/DOMSVGPoint.h diff --git a/dom/svg/DOMSVGPointList.cpp b/content/svg/content/src/DOMSVGPointList.cpp similarity index 100% rename from dom/svg/DOMSVGPointList.cpp rename to content/svg/content/src/DOMSVGPointList.cpp diff --git a/dom/svg/DOMSVGPointList.h b/content/svg/content/src/DOMSVGPointList.h similarity index 100% rename from dom/svg/DOMSVGPointList.h rename to content/svg/content/src/DOMSVGPointList.h diff --git a/dom/svg/DOMSVGStringList.cpp b/content/svg/content/src/DOMSVGStringList.cpp similarity index 100% rename from dom/svg/DOMSVGStringList.cpp rename to content/svg/content/src/DOMSVGStringList.cpp diff --git a/dom/svg/DOMSVGStringList.h b/content/svg/content/src/DOMSVGStringList.h similarity index 100% rename from dom/svg/DOMSVGStringList.h rename to content/svg/content/src/DOMSVGStringList.h diff --git a/dom/svg/DOMSVGTransformList.cpp b/content/svg/content/src/DOMSVGTransformList.cpp similarity index 100% rename from dom/svg/DOMSVGTransformList.cpp rename to content/svg/content/src/DOMSVGTransformList.cpp diff --git a/dom/svg/DOMSVGTransformList.h b/content/svg/content/src/DOMSVGTransformList.h similarity index 100% rename from dom/svg/DOMSVGTransformList.h rename to content/svg/content/src/DOMSVGTransformList.h diff --git a/dom/svg/SVGAElement.cpp b/content/svg/content/src/SVGAElement.cpp similarity index 100% rename from dom/svg/SVGAElement.cpp rename to content/svg/content/src/SVGAElement.cpp diff --git a/dom/svg/SVGAElement.h b/content/svg/content/src/SVGAElement.h similarity index 100% rename from dom/svg/SVGAElement.h rename to content/svg/content/src/SVGAElement.h diff --git a/dom/svg/SVGAltGlyphElement.cpp b/content/svg/content/src/SVGAltGlyphElement.cpp similarity index 100% rename from dom/svg/SVGAltGlyphElement.cpp rename to content/svg/content/src/SVGAltGlyphElement.cpp diff --git a/dom/svg/SVGAltGlyphElement.h b/content/svg/content/src/SVGAltGlyphElement.h similarity index 100% rename from dom/svg/SVGAltGlyphElement.h rename to content/svg/content/src/SVGAltGlyphElement.h diff --git a/dom/svg/SVGAngle.cpp b/content/svg/content/src/SVGAngle.cpp similarity index 100% rename from dom/svg/SVGAngle.cpp rename to content/svg/content/src/SVGAngle.cpp diff --git a/dom/svg/SVGAngle.h b/content/svg/content/src/SVGAngle.h similarity index 100% rename from dom/svg/SVGAngle.h rename to content/svg/content/src/SVGAngle.h diff --git a/dom/svg/SVGAnimateElement.cpp b/content/svg/content/src/SVGAnimateElement.cpp similarity index 100% rename from dom/svg/SVGAnimateElement.cpp rename to content/svg/content/src/SVGAnimateElement.cpp diff --git a/dom/svg/SVGAnimateElement.h b/content/svg/content/src/SVGAnimateElement.h similarity index 100% rename from dom/svg/SVGAnimateElement.h rename to content/svg/content/src/SVGAnimateElement.h diff --git a/dom/svg/SVGAnimateMotionElement.cpp b/content/svg/content/src/SVGAnimateMotionElement.cpp similarity index 100% rename from dom/svg/SVGAnimateMotionElement.cpp rename to content/svg/content/src/SVGAnimateMotionElement.cpp diff --git a/dom/svg/SVGAnimateMotionElement.h b/content/svg/content/src/SVGAnimateMotionElement.h similarity index 100% rename from dom/svg/SVGAnimateMotionElement.h rename to content/svg/content/src/SVGAnimateMotionElement.h diff --git a/dom/svg/SVGAnimateTransformElement.cpp b/content/svg/content/src/SVGAnimateTransformElement.cpp similarity index 100% rename from dom/svg/SVGAnimateTransformElement.cpp rename to content/svg/content/src/SVGAnimateTransformElement.cpp diff --git a/dom/svg/SVGAnimateTransformElement.h b/content/svg/content/src/SVGAnimateTransformElement.h similarity index 100% rename from dom/svg/SVGAnimateTransformElement.h rename to content/svg/content/src/SVGAnimateTransformElement.h diff --git a/dom/svg/SVGAnimatedAngle.cpp b/content/svg/content/src/SVGAnimatedAngle.cpp similarity index 100% rename from dom/svg/SVGAnimatedAngle.cpp rename to content/svg/content/src/SVGAnimatedAngle.cpp diff --git a/dom/svg/SVGAnimatedAngle.h b/content/svg/content/src/SVGAnimatedAngle.h similarity index 100% rename from dom/svg/SVGAnimatedAngle.h rename to content/svg/content/src/SVGAnimatedAngle.h diff --git a/dom/svg/SVGAnimatedBoolean.cpp b/content/svg/content/src/SVGAnimatedBoolean.cpp similarity index 100% rename from dom/svg/SVGAnimatedBoolean.cpp rename to content/svg/content/src/SVGAnimatedBoolean.cpp diff --git a/dom/svg/SVGAnimatedBoolean.h b/content/svg/content/src/SVGAnimatedBoolean.h similarity index 100% rename from dom/svg/SVGAnimatedBoolean.h rename to content/svg/content/src/SVGAnimatedBoolean.h diff --git a/dom/svg/SVGAnimatedEnumeration.cpp b/content/svg/content/src/SVGAnimatedEnumeration.cpp similarity index 100% rename from dom/svg/SVGAnimatedEnumeration.cpp rename to content/svg/content/src/SVGAnimatedEnumeration.cpp diff --git a/dom/svg/SVGAnimatedEnumeration.h b/content/svg/content/src/SVGAnimatedEnumeration.h similarity index 100% rename from dom/svg/SVGAnimatedEnumeration.h rename to content/svg/content/src/SVGAnimatedEnumeration.h diff --git a/dom/svg/SVGAnimatedInteger.cpp b/content/svg/content/src/SVGAnimatedInteger.cpp similarity index 100% rename from dom/svg/SVGAnimatedInteger.cpp rename to content/svg/content/src/SVGAnimatedInteger.cpp diff --git a/dom/svg/SVGAnimatedInteger.h b/content/svg/content/src/SVGAnimatedInteger.h similarity index 100% rename from dom/svg/SVGAnimatedInteger.h rename to content/svg/content/src/SVGAnimatedInteger.h diff --git a/dom/svg/SVGAnimatedLength.cpp b/content/svg/content/src/SVGAnimatedLength.cpp similarity index 100% rename from dom/svg/SVGAnimatedLength.cpp rename to content/svg/content/src/SVGAnimatedLength.cpp diff --git a/dom/svg/SVGAnimatedLength.h b/content/svg/content/src/SVGAnimatedLength.h similarity index 100% rename from dom/svg/SVGAnimatedLength.h rename to content/svg/content/src/SVGAnimatedLength.h diff --git a/dom/svg/SVGAnimatedLengthList.cpp b/content/svg/content/src/SVGAnimatedLengthList.cpp similarity index 100% rename from dom/svg/SVGAnimatedLengthList.cpp rename to content/svg/content/src/SVGAnimatedLengthList.cpp diff --git a/dom/svg/SVGAnimatedLengthList.h b/content/svg/content/src/SVGAnimatedLengthList.h similarity index 100% rename from dom/svg/SVGAnimatedLengthList.h rename to content/svg/content/src/SVGAnimatedLengthList.h diff --git a/dom/svg/SVGAnimatedNumber.cpp b/content/svg/content/src/SVGAnimatedNumber.cpp similarity index 100% rename from dom/svg/SVGAnimatedNumber.cpp rename to content/svg/content/src/SVGAnimatedNumber.cpp diff --git a/dom/svg/SVGAnimatedNumber.h b/content/svg/content/src/SVGAnimatedNumber.h similarity index 100% rename from dom/svg/SVGAnimatedNumber.h rename to content/svg/content/src/SVGAnimatedNumber.h diff --git a/dom/svg/SVGAnimatedNumberList.cpp b/content/svg/content/src/SVGAnimatedNumberList.cpp similarity index 100% rename from dom/svg/SVGAnimatedNumberList.cpp rename to content/svg/content/src/SVGAnimatedNumberList.cpp diff --git a/dom/svg/SVGAnimatedNumberList.h b/content/svg/content/src/SVGAnimatedNumberList.h similarity index 100% rename from dom/svg/SVGAnimatedNumberList.h rename to content/svg/content/src/SVGAnimatedNumberList.h diff --git a/dom/svg/SVGAnimatedPathSegList.cpp b/content/svg/content/src/SVGAnimatedPathSegList.cpp similarity index 100% rename from dom/svg/SVGAnimatedPathSegList.cpp rename to content/svg/content/src/SVGAnimatedPathSegList.cpp diff --git a/dom/svg/SVGAnimatedPathSegList.h b/content/svg/content/src/SVGAnimatedPathSegList.h similarity index 100% rename from dom/svg/SVGAnimatedPathSegList.h rename to content/svg/content/src/SVGAnimatedPathSegList.h diff --git a/dom/svg/SVGAnimatedPointList.cpp b/content/svg/content/src/SVGAnimatedPointList.cpp similarity index 100% rename from dom/svg/SVGAnimatedPointList.cpp rename to content/svg/content/src/SVGAnimatedPointList.cpp diff --git a/dom/svg/SVGAnimatedPointList.h b/content/svg/content/src/SVGAnimatedPointList.h similarity index 100% rename from dom/svg/SVGAnimatedPointList.h rename to content/svg/content/src/SVGAnimatedPointList.h diff --git a/dom/svg/SVGAnimatedPreserveAspectRatio.cpp b/content/svg/content/src/SVGAnimatedPreserveAspectRatio.cpp similarity index 100% rename from dom/svg/SVGAnimatedPreserveAspectRatio.cpp rename to content/svg/content/src/SVGAnimatedPreserveAspectRatio.cpp diff --git a/dom/svg/SVGAnimatedPreserveAspectRatio.h b/content/svg/content/src/SVGAnimatedPreserveAspectRatio.h similarity index 100% rename from dom/svg/SVGAnimatedPreserveAspectRatio.h rename to content/svg/content/src/SVGAnimatedPreserveAspectRatio.h diff --git a/dom/svg/SVGAnimatedRect.cpp b/content/svg/content/src/SVGAnimatedRect.cpp similarity index 100% rename from dom/svg/SVGAnimatedRect.cpp rename to content/svg/content/src/SVGAnimatedRect.cpp diff --git a/dom/svg/SVGAnimatedRect.h b/content/svg/content/src/SVGAnimatedRect.h similarity index 100% rename from dom/svg/SVGAnimatedRect.h rename to content/svg/content/src/SVGAnimatedRect.h diff --git a/dom/svg/SVGAnimatedString.cpp b/content/svg/content/src/SVGAnimatedString.cpp similarity index 100% rename from dom/svg/SVGAnimatedString.cpp rename to content/svg/content/src/SVGAnimatedString.cpp diff --git a/dom/svg/SVGAnimatedString.h b/content/svg/content/src/SVGAnimatedString.h similarity index 100% rename from dom/svg/SVGAnimatedString.h rename to content/svg/content/src/SVGAnimatedString.h diff --git a/dom/svg/SVGAnimatedTransformList.cpp b/content/svg/content/src/SVGAnimatedTransformList.cpp similarity index 100% rename from dom/svg/SVGAnimatedTransformList.cpp rename to content/svg/content/src/SVGAnimatedTransformList.cpp diff --git a/dom/svg/SVGAnimatedTransformList.h b/content/svg/content/src/SVGAnimatedTransformList.h similarity index 100% rename from dom/svg/SVGAnimatedTransformList.h rename to content/svg/content/src/SVGAnimatedTransformList.h diff --git a/dom/svg/SVGAnimationElement.cpp b/content/svg/content/src/SVGAnimationElement.cpp similarity index 100% rename from dom/svg/SVGAnimationElement.cpp rename to content/svg/content/src/SVGAnimationElement.cpp diff --git a/dom/svg/SVGAnimationElement.h b/content/svg/content/src/SVGAnimationElement.h similarity index 100% rename from dom/svg/SVGAnimationElement.h rename to content/svg/content/src/SVGAnimationElement.h diff --git a/dom/svg/SVGAttrValueWrapper.cpp b/content/svg/content/src/SVGAttrValueWrapper.cpp similarity index 100% rename from dom/svg/SVGAttrValueWrapper.cpp rename to content/svg/content/src/SVGAttrValueWrapper.cpp diff --git a/dom/svg/SVGAttrValueWrapper.h b/content/svg/content/src/SVGAttrValueWrapper.h similarity index 100% rename from dom/svg/SVGAttrValueWrapper.h rename to content/svg/content/src/SVGAttrValueWrapper.h diff --git a/dom/svg/SVGCircleElement.cpp b/content/svg/content/src/SVGCircleElement.cpp similarity index 100% rename from dom/svg/SVGCircleElement.cpp rename to content/svg/content/src/SVGCircleElement.cpp diff --git a/dom/svg/SVGCircleElement.h b/content/svg/content/src/SVGCircleElement.h similarity index 100% rename from dom/svg/SVGCircleElement.h rename to content/svg/content/src/SVGCircleElement.h diff --git a/dom/svg/SVGClipPathElement.cpp b/content/svg/content/src/SVGClipPathElement.cpp similarity index 100% rename from dom/svg/SVGClipPathElement.cpp rename to content/svg/content/src/SVGClipPathElement.cpp diff --git a/dom/svg/SVGClipPathElement.h b/content/svg/content/src/SVGClipPathElement.h similarity index 100% rename from dom/svg/SVGClipPathElement.h rename to content/svg/content/src/SVGClipPathElement.h diff --git a/dom/svg/SVGComponentTransferFunctionElement.h b/content/svg/content/src/SVGComponentTransferFunctionElement.h similarity index 100% rename from dom/svg/SVGComponentTransferFunctionElement.h rename to content/svg/content/src/SVGComponentTransferFunctionElement.h diff --git a/dom/svg/SVGContentUtils.cpp b/content/svg/content/src/SVGContentUtils.cpp similarity index 100% rename from dom/svg/SVGContentUtils.cpp rename to content/svg/content/src/SVGContentUtils.cpp diff --git a/dom/svg/SVGContentUtils.h b/content/svg/content/src/SVGContentUtils.h similarity index 100% rename from dom/svg/SVGContentUtils.h rename to content/svg/content/src/SVGContentUtils.h diff --git a/dom/svg/SVGDefsElement.cpp b/content/svg/content/src/SVGDefsElement.cpp similarity index 100% rename from dom/svg/SVGDefsElement.cpp rename to content/svg/content/src/SVGDefsElement.cpp diff --git a/dom/svg/SVGDefsElement.h b/content/svg/content/src/SVGDefsElement.h similarity index 100% rename from dom/svg/SVGDefsElement.h rename to content/svg/content/src/SVGDefsElement.h diff --git a/dom/svg/SVGDescElement.cpp b/content/svg/content/src/SVGDescElement.cpp similarity index 100% rename from dom/svg/SVGDescElement.cpp rename to content/svg/content/src/SVGDescElement.cpp diff --git a/dom/svg/SVGDescElement.h b/content/svg/content/src/SVGDescElement.h similarity index 100% rename from dom/svg/SVGDescElement.h rename to content/svg/content/src/SVGDescElement.h diff --git a/dom/svg/SVGElementFactory.cpp b/content/svg/content/src/SVGElementFactory.cpp similarity index 100% rename from dom/svg/SVGElementFactory.cpp rename to content/svg/content/src/SVGElementFactory.cpp diff --git a/dom/svg/SVGElementFactory.h b/content/svg/content/src/SVGElementFactory.h similarity index 100% rename from dom/svg/SVGElementFactory.h rename to content/svg/content/src/SVGElementFactory.h diff --git a/dom/svg/SVGEllipseElement.cpp b/content/svg/content/src/SVGEllipseElement.cpp similarity index 100% rename from dom/svg/SVGEllipseElement.cpp rename to content/svg/content/src/SVGEllipseElement.cpp diff --git a/dom/svg/SVGEllipseElement.h b/content/svg/content/src/SVGEllipseElement.h similarity index 100% rename from dom/svg/SVGEllipseElement.h rename to content/svg/content/src/SVGEllipseElement.h diff --git a/dom/svg/SVGFEBlendElement.cpp b/content/svg/content/src/SVGFEBlendElement.cpp similarity index 100% rename from dom/svg/SVGFEBlendElement.cpp rename to content/svg/content/src/SVGFEBlendElement.cpp diff --git a/dom/svg/SVGFEBlendElement.h b/content/svg/content/src/SVGFEBlendElement.h similarity index 100% rename from dom/svg/SVGFEBlendElement.h rename to content/svg/content/src/SVGFEBlendElement.h diff --git a/dom/svg/SVGFEColorMatrixElement.cpp b/content/svg/content/src/SVGFEColorMatrixElement.cpp similarity index 100% rename from dom/svg/SVGFEColorMatrixElement.cpp rename to content/svg/content/src/SVGFEColorMatrixElement.cpp diff --git a/dom/svg/SVGFEColorMatrixElement.h b/content/svg/content/src/SVGFEColorMatrixElement.h similarity index 100% rename from dom/svg/SVGFEColorMatrixElement.h rename to content/svg/content/src/SVGFEColorMatrixElement.h diff --git a/dom/svg/SVGFEComponentTransferElement.cpp b/content/svg/content/src/SVGFEComponentTransferElement.cpp similarity index 100% rename from dom/svg/SVGFEComponentTransferElement.cpp rename to content/svg/content/src/SVGFEComponentTransferElement.cpp diff --git a/dom/svg/SVGFEComponentTransferElement.h b/content/svg/content/src/SVGFEComponentTransferElement.h similarity index 100% rename from dom/svg/SVGFEComponentTransferElement.h rename to content/svg/content/src/SVGFEComponentTransferElement.h diff --git a/dom/svg/SVGFECompositeElement.cpp b/content/svg/content/src/SVGFECompositeElement.cpp similarity index 100% rename from dom/svg/SVGFECompositeElement.cpp rename to content/svg/content/src/SVGFECompositeElement.cpp diff --git a/dom/svg/SVGFECompositeElement.h b/content/svg/content/src/SVGFECompositeElement.h similarity index 100% rename from dom/svg/SVGFECompositeElement.h rename to content/svg/content/src/SVGFECompositeElement.h diff --git a/dom/svg/SVGFEConvolveMatrixElement.cpp b/content/svg/content/src/SVGFEConvolveMatrixElement.cpp similarity index 100% rename from dom/svg/SVGFEConvolveMatrixElement.cpp rename to content/svg/content/src/SVGFEConvolveMatrixElement.cpp diff --git a/dom/svg/SVGFEConvolveMatrixElement.h b/content/svg/content/src/SVGFEConvolveMatrixElement.h similarity index 100% rename from dom/svg/SVGFEConvolveMatrixElement.h rename to content/svg/content/src/SVGFEConvolveMatrixElement.h diff --git a/dom/svg/SVGFEDiffuseLightingElement.cpp b/content/svg/content/src/SVGFEDiffuseLightingElement.cpp similarity index 100% rename from dom/svg/SVGFEDiffuseLightingElement.cpp rename to content/svg/content/src/SVGFEDiffuseLightingElement.cpp diff --git a/dom/svg/SVGFEDiffuseLightingElement.h b/content/svg/content/src/SVGFEDiffuseLightingElement.h similarity index 100% rename from dom/svg/SVGFEDiffuseLightingElement.h rename to content/svg/content/src/SVGFEDiffuseLightingElement.h diff --git a/dom/svg/SVGFEDisplacementMapElement.cpp b/content/svg/content/src/SVGFEDisplacementMapElement.cpp similarity index 100% rename from dom/svg/SVGFEDisplacementMapElement.cpp rename to content/svg/content/src/SVGFEDisplacementMapElement.cpp diff --git a/dom/svg/SVGFEDisplacementMapElement.h b/content/svg/content/src/SVGFEDisplacementMapElement.h similarity index 100% rename from dom/svg/SVGFEDisplacementMapElement.h rename to content/svg/content/src/SVGFEDisplacementMapElement.h diff --git a/dom/svg/SVGFEDistantLightElement.cpp b/content/svg/content/src/SVGFEDistantLightElement.cpp similarity index 100% rename from dom/svg/SVGFEDistantLightElement.cpp rename to content/svg/content/src/SVGFEDistantLightElement.cpp diff --git a/dom/svg/SVGFEDistantLightElement.h b/content/svg/content/src/SVGFEDistantLightElement.h similarity index 100% rename from dom/svg/SVGFEDistantLightElement.h rename to content/svg/content/src/SVGFEDistantLightElement.h diff --git a/dom/svg/SVGFEDropShadowElement.cpp b/content/svg/content/src/SVGFEDropShadowElement.cpp similarity index 100% rename from dom/svg/SVGFEDropShadowElement.cpp rename to content/svg/content/src/SVGFEDropShadowElement.cpp diff --git a/dom/svg/SVGFEDropShadowElement.h b/content/svg/content/src/SVGFEDropShadowElement.h similarity index 100% rename from dom/svg/SVGFEDropShadowElement.h rename to content/svg/content/src/SVGFEDropShadowElement.h diff --git a/dom/svg/SVGFEFloodElement.cpp b/content/svg/content/src/SVGFEFloodElement.cpp similarity index 100% rename from dom/svg/SVGFEFloodElement.cpp rename to content/svg/content/src/SVGFEFloodElement.cpp diff --git a/dom/svg/SVGFEFloodElement.h b/content/svg/content/src/SVGFEFloodElement.h similarity index 100% rename from dom/svg/SVGFEFloodElement.h rename to content/svg/content/src/SVGFEFloodElement.h diff --git a/dom/svg/SVGFEGaussianBlurElement.cpp b/content/svg/content/src/SVGFEGaussianBlurElement.cpp similarity index 100% rename from dom/svg/SVGFEGaussianBlurElement.cpp rename to content/svg/content/src/SVGFEGaussianBlurElement.cpp diff --git a/dom/svg/SVGFEGaussianBlurElement.h b/content/svg/content/src/SVGFEGaussianBlurElement.h similarity index 100% rename from dom/svg/SVGFEGaussianBlurElement.h rename to content/svg/content/src/SVGFEGaussianBlurElement.h diff --git a/dom/svg/SVGFEImageElement.cpp b/content/svg/content/src/SVGFEImageElement.cpp similarity index 100% rename from dom/svg/SVGFEImageElement.cpp rename to content/svg/content/src/SVGFEImageElement.cpp diff --git a/dom/svg/SVGFEImageElement.h b/content/svg/content/src/SVGFEImageElement.h similarity index 100% rename from dom/svg/SVGFEImageElement.h rename to content/svg/content/src/SVGFEImageElement.h diff --git a/dom/svg/SVGFEMergeElement.cpp b/content/svg/content/src/SVGFEMergeElement.cpp similarity index 100% rename from dom/svg/SVGFEMergeElement.cpp rename to content/svg/content/src/SVGFEMergeElement.cpp diff --git a/dom/svg/SVGFEMergeElement.h b/content/svg/content/src/SVGFEMergeElement.h similarity index 100% rename from dom/svg/SVGFEMergeElement.h rename to content/svg/content/src/SVGFEMergeElement.h diff --git a/dom/svg/SVGFEMergeNodeElement.cpp b/content/svg/content/src/SVGFEMergeNodeElement.cpp similarity index 100% rename from dom/svg/SVGFEMergeNodeElement.cpp rename to content/svg/content/src/SVGFEMergeNodeElement.cpp diff --git a/dom/svg/SVGFEMergeNodeElement.h b/content/svg/content/src/SVGFEMergeNodeElement.h similarity index 100% rename from dom/svg/SVGFEMergeNodeElement.h rename to content/svg/content/src/SVGFEMergeNodeElement.h diff --git a/dom/svg/SVGFEMorphologyElement.cpp b/content/svg/content/src/SVGFEMorphologyElement.cpp similarity index 100% rename from dom/svg/SVGFEMorphologyElement.cpp rename to content/svg/content/src/SVGFEMorphologyElement.cpp diff --git a/dom/svg/SVGFEMorphologyElement.h b/content/svg/content/src/SVGFEMorphologyElement.h similarity index 100% rename from dom/svg/SVGFEMorphologyElement.h rename to content/svg/content/src/SVGFEMorphologyElement.h diff --git a/dom/svg/SVGFEOffsetElement.cpp b/content/svg/content/src/SVGFEOffsetElement.cpp similarity index 100% rename from dom/svg/SVGFEOffsetElement.cpp rename to content/svg/content/src/SVGFEOffsetElement.cpp diff --git a/dom/svg/SVGFEOffsetElement.h b/content/svg/content/src/SVGFEOffsetElement.h similarity index 100% rename from dom/svg/SVGFEOffsetElement.h rename to content/svg/content/src/SVGFEOffsetElement.h diff --git a/dom/svg/SVGFEPointLightElement.cpp b/content/svg/content/src/SVGFEPointLightElement.cpp similarity index 100% rename from dom/svg/SVGFEPointLightElement.cpp rename to content/svg/content/src/SVGFEPointLightElement.cpp diff --git a/dom/svg/SVGFEPointLightElement.h b/content/svg/content/src/SVGFEPointLightElement.h similarity index 100% rename from dom/svg/SVGFEPointLightElement.h rename to content/svg/content/src/SVGFEPointLightElement.h diff --git a/dom/svg/SVGFESpecularLightingElement.cpp b/content/svg/content/src/SVGFESpecularLightingElement.cpp similarity index 100% rename from dom/svg/SVGFESpecularLightingElement.cpp rename to content/svg/content/src/SVGFESpecularLightingElement.cpp diff --git a/dom/svg/SVGFESpecularLightingElement.h b/content/svg/content/src/SVGFESpecularLightingElement.h similarity index 100% rename from dom/svg/SVGFESpecularLightingElement.h rename to content/svg/content/src/SVGFESpecularLightingElement.h diff --git a/dom/svg/SVGFESpotLightElement.cpp b/content/svg/content/src/SVGFESpotLightElement.cpp similarity index 100% rename from dom/svg/SVGFESpotLightElement.cpp rename to content/svg/content/src/SVGFESpotLightElement.cpp diff --git a/dom/svg/SVGFESpotLightElement.h b/content/svg/content/src/SVGFESpotLightElement.h similarity index 100% rename from dom/svg/SVGFESpotLightElement.h rename to content/svg/content/src/SVGFESpotLightElement.h diff --git a/dom/svg/SVGFETileElement.cpp b/content/svg/content/src/SVGFETileElement.cpp similarity index 100% rename from dom/svg/SVGFETileElement.cpp rename to content/svg/content/src/SVGFETileElement.cpp diff --git a/dom/svg/SVGFETileElement.h b/content/svg/content/src/SVGFETileElement.h similarity index 100% rename from dom/svg/SVGFETileElement.h rename to content/svg/content/src/SVGFETileElement.h diff --git a/dom/svg/SVGFETurbulenceElement.cpp b/content/svg/content/src/SVGFETurbulenceElement.cpp similarity index 100% rename from dom/svg/SVGFETurbulenceElement.cpp rename to content/svg/content/src/SVGFETurbulenceElement.cpp diff --git a/dom/svg/SVGFETurbulenceElement.h b/content/svg/content/src/SVGFETurbulenceElement.h similarity index 100% rename from dom/svg/SVGFETurbulenceElement.h rename to content/svg/content/src/SVGFETurbulenceElement.h diff --git a/dom/svg/SVGFilterElement.cpp b/content/svg/content/src/SVGFilterElement.cpp similarity index 100% rename from dom/svg/SVGFilterElement.cpp rename to content/svg/content/src/SVGFilterElement.cpp diff --git a/dom/svg/SVGFilterElement.h b/content/svg/content/src/SVGFilterElement.h similarity index 100% rename from dom/svg/SVGFilterElement.h rename to content/svg/content/src/SVGFilterElement.h diff --git a/dom/svg/SVGForeignObjectElement.cpp b/content/svg/content/src/SVGForeignObjectElement.cpp similarity index 100% rename from dom/svg/SVGForeignObjectElement.cpp rename to content/svg/content/src/SVGForeignObjectElement.cpp diff --git a/dom/svg/SVGForeignObjectElement.h b/content/svg/content/src/SVGForeignObjectElement.h similarity index 100% rename from dom/svg/SVGForeignObjectElement.h rename to content/svg/content/src/SVGForeignObjectElement.h diff --git a/dom/svg/SVGFragmentIdentifier.cpp b/content/svg/content/src/SVGFragmentIdentifier.cpp similarity index 100% rename from dom/svg/SVGFragmentIdentifier.cpp rename to content/svg/content/src/SVGFragmentIdentifier.cpp diff --git a/dom/svg/SVGFragmentIdentifier.h b/content/svg/content/src/SVGFragmentIdentifier.h similarity index 100% rename from dom/svg/SVGFragmentIdentifier.h rename to content/svg/content/src/SVGFragmentIdentifier.h diff --git a/dom/svg/SVGGElement.cpp b/content/svg/content/src/SVGGElement.cpp similarity index 100% rename from dom/svg/SVGGElement.cpp rename to content/svg/content/src/SVGGElement.cpp diff --git a/dom/svg/SVGGElement.h b/content/svg/content/src/SVGGElement.h similarity index 100% rename from dom/svg/SVGGElement.h rename to content/svg/content/src/SVGGElement.h diff --git a/dom/svg/SVGGradientElement.cpp b/content/svg/content/src/SVGGradientElement.cpp similarity index 100% rename from dom/svg/SVGGradientElement.cpp rename to content/svg/content/src/SVGGradientElement.cpp diff --git a/dom/svg/SVGGradientElement.h b/content/svg/content/src/SVGGradientElement.h similarity index 100% rename from dom/svg/SVGGradientElement.h rename to content/svg/content/src/SVGGradientElement.h diff --git a/dom/svg/SVGGraphicsElement.cpp b/content/svg/content/src/SVGGraphicsElement.cpp similarity index 100% rename from dom/svg/SVGGraphicsElement.cpp rename to content/svg/content/src/SVGGraphicsElement.cpp diff --git a/dom/svg/SVGGraphicsElement.h b/content/svg/content/src/SVGGraphicsElement.h similarity index 100% rename from dom/svg/SVGGraphicsElement.h rename to content/svg/content/src/SVGGraphicsElement.h diff --git a/dom/svg/SVGIFrameElement.cpp b/content/svg/content/src/SVGIFrameElement.cpp similarity index 100% rename from dom/svg/SVGIFrameElement.cpp rename to content/svg/content/src/SVGIFrameElement.cpp diff --git a/dom/svg/SVGIFrameElement.h b/content/svg/content/src/SVGIFrameElement.h similarity index 100% rename from dom/svg/SVGIFrameElement.h rename to content/svg/content/src/SVGIFrameElement.h diff --git a/dom/svg/SVGIRect.h b/content/svg/content/src/SVGIRect.h similarity index 100% rename from dom/svg/SVGIRect.h rename to content/svg/content/src/SVGIRect.h diff --git a/dom/svg/SVGImageElement.cpp b/content/svg/content/src/SVGImageElement.cpp similarity index 100% rename from dom/svg/SVGImageElement.cpp rename to content/svg/content/src/SVGImageElement.cpp diff --git a/dom/svg/SVGImageElement.h b/content/svg/content/src/SVGImageElement.h similarity index 100% rename from dom/svg/SVGImageElement.h rename to content/svg/content/src/SVGImageElement.h diff --git a/dom/svg/SVGIntegerPairSMILType.cpp b/content/svg/content/src/SVGIntegerPairSMILType.cpp similarity index 100% rename from dom/svg/SVGIntegerPairSMILType.cpp rename to content/svg/content/src/SVGIntegerPairSMILType.cpp diff --git a/dom/svg/SVGIntegerPairSMILType.h b/content/svg/content/src/SVGIntegerPairSMILType.h similarity index 100% rename from dom/svg/SVGIntegerPairSMILType.h rename to content/svg/content/src/SVGIntegerPairSMILType.h diff --git a/dom/svg/SVGLength.cpp b/content/svg/content/src/SVGLength.cpp similarity index 100% rename from dom/svg/SVGLength.cpp rename to content/svg/content/src/SVGLength.cpp diff --git a/dom/svg/SVGLength.h b/content/svg/content/src/SVGLength.h similarity index 100% rename from dom/svg/SVGLength.h rename to content/svg/content/src/SVGLength.h diff --git a/dom/svg/SVGLengthList.cpp b/content/svg/content/src/SVGLengthList.cpp similarity index 100% rename from dom/svg/SVGLengthList.cpp rename to content/svg/content/src/SVGLengthList.cpp diff --git a/dom/svg/SVGLengthList.h b/content/svg/content/src/SVGLengthList.h similarity index 100% rename from dom/svg/SVGLengthList.h rename to content/svg/content/src/SVGLengthList.h diff --git a/dom/svg/SVGLengthListSMILType.cpp b/content/svg/content/src/SVGLengthListSMILType.cpp similarity index 100% rename from dom/svg/SVGLengthListSMILType.cpp rename to content/svg/content/src/SVGLengthListSMILType.cpp diff --git a/dom/svg/SVGLengthListSMILType.h b/content/svg/content/src/SVGLengthListSMILType.h similarity index 100% rename from dom/svg/SVGLengthListSMILType.h rename to content/svg/content/src/SVGLengthListSMILType.h diff --git a/dom/svg/SVGLineElement.cpp b/content/svg/content/src/SVGLineElement.cpp similarity index 100% rename from dom/svg/SVGLineElement.cpp rename to content/svg/content/src/SVGLineElement.cpp diff --git a/dom/svg/SVGLineElement.h b/content/svg/content/src/SVGLineElement.h similarity index 100% rename from dom/svg/SVGLineElement.h rename to content/svg/content/src/SVGLineElement.h diff --git a/dom/svg/SVGMPathElement.cpp b/content/svg/content/src/SVGMPathElement.cpp similarity index 100% rename from dom/svg/SVGMPathElement.cpp rename to content/svg/content/src/SVGMPathElement.cpp diff --git a/dom/svg/SVGMPathElement.h b/content/svg/content/src/SVGMPathElement.h similarity index 100% rename from dom/svg/SVGMPathElement.h rename to content/svg/content/src/SVGMPathElement.h diff --git a/dom/svg/SVGMarkerElement.cpp b/content/svg/content/src/SVGMarkerElement.cpp similarity index 100% rename from dom/svg/SVGMarkerElement.cpp rename to content/svg/content/src/SVGMarkerElement.cpp diff --git a/dom/svg/SVGMarkerElement.h b/content/svg/content/src/SVGMarkerElement.h similarity index 100% rename from dom/svg/SVGMarkerElement.h rename to content/svg/content/src/SVGMarkerElement.h diff --git a/dom/svg/SVGMaskElement.cpp b/content/svg/content/src/SVGMaskElement.cpp similarity index 100% rename from dom/svg/SVGMaskElement.cpp rename to content/svg/content/src/SVGMaskElement.cpp diff --git a/dom/svg/SVGMaskElement.h b/content/svg/content/src/SVGMaskElement.h similarity index 100% rename from dom/svg/SVGMaskElement.h rename to content/svg/content/src/SVGMaskElement.h diff --git a/dom/svg/SVGMatrix.cpp b/content/svg/content/src/SVGMatrix.cpp similarity index 100% rename from dom/svg/SVGMatrix.cpp rename to content/svg/content/src/SVGMatrix.cpp diff --git a/dom/svg/SVGMatrix.h b/content/svg/content/src/SVGMatrix.h similarity index 100% rename from dom/svg/SVGMatrix.h rename to content/svg/content/src/SVGMatrix.h diff --git a/dom/svg/SVGMetadataElement.cpp b/content/svg/content/src/SVGMetadataElement.cpp similarity index 100% rename from dom/svg/SVGMetadataElement.cpp rename to content/svg/content/src/SVGMetadataElement.cpp diff --git a/dom/svg/SVGMetadataElement.h b/content/svg/content/src/SVGMetadataElement.h similarity index 100% rename from dom/svg/SVGMetadataElement.h rename to content/svg/content/src/SVGMetadataElement.h diff --git a/dom/svg/SVGMotionSMILAnimationFunction.cpp b/content/svg/content/src/SVGMotionSMILAnimationFunction.cpp similarity index 100% rename from dom/svg/SVGMotionSMILAnimationFunction.cpp rename to content/svg/content/src/SVGMotionSMILAnimationFunction.cpp diff --git a/dom/svg/SVGMotionSMILAnimationFunction.h b/content/svg/content/src/SVGMotionSMILAnimationFunction.h similarity index 100% rename from dom/svg/SVGMotionSMILAnimationFunction.h rename to content/svg/content/src/SVGMotionSMILAnimationFunction.h diff --git a/dom/svg/SVGMotionSMILAttr.cpp b/content/svg/content/src/SVGMotionSMILAttr.cpp similarity index 100% rename from dom/svg/SVGMotionSMILAttr.cpp rename to content/svg/content/src/SVGMotionSMILAttr.cpp diff --git a/dom/svg/SVGMotionSMILAttr.h b/content/svg/content/src/SVGMotionSMILAttr.h similarity index 100% rename from dom/svg/SVGMotionSMILAttr.h rename to content/svg/content/src/SVGMotionSMILAttr.h diff --git a/dom/svg/SVGMotionSMILPathUtils.cpp b/content/svg/content/src/SVGMotionSMILPathUtils.cpp similarity index 100% rename from dom/svg/SVGMotionSMILPathUtils.cpp rename to content/svg/content/src/SVGMotionSMILPathUtils.cpp diff --git a/dom/svg/SVGMotionSMILPathUtils.h b/content/svg/content/src/SVGMotionSMILPathUtils.h similarity index 100% rename from dom/svg/SVGMotionSMILPathUtils.h rename to content/svg/content/src/SVGMotionSMILPathUtils.h diff --git a/dom/svg/SVGMotionSMILType.cpp b/content/svg/content/src/SVGMotionSMILType.cpp similarity index 100% rename from dom/svg/SVGMotionSMILType.cpp rename to content/svg/content/src/SVGMotionSMILType.cpp diff --git a/dom/svg/SVGMotionSMILType.h b/content/svg/content/src/SVGMotionSMILType.h similarity index 100% rename from dom/svg/SVGMotionSMILType.h rename to content/svg/content/src/SVGMotionSMILType.h diff --git a/dom/svg/SVGNumberList.cpp b/content/svg/content/src/SVGNumberList.cpp similarity index 100% rename from dom/svg/SVGNumberList.cpp rename to content/svg/content/src/SVGNumberList.cpp diff --git a/dom/svg/SVGNumberList.h b/content/svg/content/src/SVGNumberList.h similarity index 100% rename from dom/svg/SVGNumberList.h rename to content/svg/content/src/SVGNumberList.h diff --git a/dom/svg/SVGNumberListSMILType.cpp b/content/svg/content/src/SVGNumberListSMILType.cpp similarity index 100% rename from dom/svg/SVGNumberListSMILType.cpp rename to content/svg/content/src/SVGNumberListSMILType.cpp diff --git a/dom/svg/SVGNumberListSMILType.h b/content/svg/content/src/SVGNumberListSMILType.h similarity index 100% rename from dom/svg/SVGNumberListSMILType.h rename to content/svg/content/src/SVGNumberListSMILType.h diff --git a/dom/svg/SVGNumberPairSMILType.cpp b/content/svg/content/src/SVGNumberPairSMILType.cpp similarity index 100% rename from dom/svg/SVGNumberPairSMILType.cpp rename to content/svg/content/src/SVGNumberPairSMILType.cpp diff --git a/dom/svg/SVGNumberPairSMILType.h b/content/svg/content/src/SVGNumberPairSMILType.h similarity index 100% rename from dom/svg/SVGNumberPairSMILType.h rename to content/svg/content/src/SVGNumberPairSMILType.h diff --git a/dom/svg/SVGOrientSMILType.cpp b/content/svg/content/src/SVGOrientSMILType.cpp similarity index 100% rename from dom/svg/SVGOrientSMILType.cpp rename to content/svg/content/src/SVGOrientSMILType.cpp diff --git a/dom/svg/SVGOrientSMILType.h b/content/svg/content/src/SVGOrientSMILType.h similarity index 100% rename from dom/svg/SVGOrientSMILType.h rename to content/svg/content/src/SVGOrientSMILType.h diff --git a/dom/svg/SVGPathData.cpp b/content/svg/content/src/SVGPathData.cpp similarity index 100% rename from dom/svg/SVGPathData.cpp rename to content/svg/content/src/SVGPathData.cpp diff --git a/dom/svg/SVGPathData.h b/content/svg/content/src/SVGPathData.h similarity index 100% rename from dom/svg/SVGPathData.h rename to content/svg/content/src/SVGPathData.h diff --git a/dom/svg/SVGPathElement.cpp b/content/svg/content/src/SVGPathElement.cpp similarity index 100% rename from dom/svg/SVGPathElement.cpp rename to content/svg/content/src/SVGPathElement.cpp diff --git a/dom/svg/SVGPathElement.h b/content/svg/content/src/SVGPathElement.h similarity index 100% rename from dom/svg/SVGPathElement.h rename to content/svg/content/src/SVGPathElement.h diff --git a/dom/svg/SVGPathSegListSMILType.cpp b/content/svg/content/src/SVGPathSegListSMILType.cpp similarity index 100% rename from dom/svg/SVGPathSegListSMILType.cpp rename to content/svg/content/src/SVGPathSegListSMILType.cpp diff --git a/dom/svg/SVGPathSegListSMILType.h b/content/svg/content/src/SVGPathSegListSMILType.h similarity index 100% rename from dom/svg/SVGPathSegListSMILType.h rename to content/svg/content/src/SVGPathSegListSMILType.h diff --git a/dom/svg/SVGPathSegUtils.cpp b/content/svg/content/src/SVGPathSegUtils.cpp similarity index 100% rename from dom/svg/SVGPathSegUtils.cpp rename to content/svg/content/src/SVGPathSegUtils.cpp diff --git a/dom/svg/SVGPathSegUtils.h b/content/svg/content/src/SVGPathSegUtils.h similarity index 100% rename from dom/svg/SVGPathSegUtils.h rename to content/svg/content/src/SVGPathSegUtils.h diff --git a/dom/svg/SVGPatternElement.cpp b/content/svg/content/src/SVGPatternElement.cpp similarity index 100% rename from dom/svg/SVGPatternElement.cpp rename to content/svg/content/src/SVGPatternElement.cpp diff --git a/dom/svg/SVGPatternElement.h b/content/svg/content/src/SVGPatternElement.h similarity index 100% rename from dom/svg/SVGPatternElement.h rename to content/svg/content/src/SVGPatternElement.h diff --git a/dom/svg/SVGPoint.h b/content/svg/content/src/SVGPoint.h similarity index 100% rename from dom/svg/SVGPoint.h rename to content/svg/content/src/SVGPoint.h diff --git a/dom/svg/SVGPointList.cpp b/content/svg/content/src/SVGPointList.cpp similarity index 100% rename from dom/svg/SVGPointList.cpp rename to content/svg/content/src/SVGPointList.cpp diff --git a/dom/svg/SVGPointList.h b/content/svg/content/src/SVGPointList.h similarity index 100% rename from dom/svg/SVGPointList.h rename to content/svg/content/src/SVGPointList.h diff --git a/dom/svg/SVGPointListSMILType.cpp b/content/svg/content/src/SVGPointListSMILType.cpp similarity index 100% rename from dom/svg/SVGPointListSMILType.cpp rename to content/svg/content/src/SVGPointListSMILType.cpp diff --git a/dom/svg/SVGPointListSMILType.h b/content/svg/content/src/SVGPointListSMILType.h similarity index 100% rename from dom/svg/SVGPointListSMILType.h rename to content/svg/content/src/SVGPointListSMILType.h diff --git a/dom/svg/SVGPolygonElement.cpp b/content/svg/content/src/SVGPolygonElement.cpp similarity index 100% rename from dom/svg/SVGPolygonElement.cpp rename to content/svg/content/src/SVGPolygonElement.cpp diff --git a/dom/svg/SVGPolygonElement.h b/content/svg/content/src/SVGPolygonElement.h similarity index 100% rename from dom/svg/SVGPolygonElement.h rename to content/svg/content/src/SVGPolygonElement.h diff --git a/dom/svg/SVGPolylineElement.cpp b/content/svg/content/src/SVGPolylineElement.cpp similarity index 100% rename from dom/svg/SVGPolylineElement.cpp rename to content/svg/content/src/SVGPolylineElement.cpp diff --git a/dom/svg/SVGPolylineElement.h b/content/svg/content/src/SVGPolylineElement.h similarity index 100% rename from dom/svg/SVGPolylineElement.h rename to content/svg/content/src/SVGPolylineElement.h diff --git a/dom/svg/SVGPreserveAspectRatio.cpp b/content/svg/content/src/SVGPreserveAspectRatio.cpp similarity index 100% rename from dom/svg/SVGPreserveAspectRatio.cpp rename to content/svg/content/src/SVGPreserveAspectRatio.cpp diff --git a/dom/svg/SVGPreserveAspectRatio.h b/content/svg/content/src/SVGPreserveAspectRatio.h similarity index 100% rename from dom/svg/SVGPreserveAspectRatio.h rename to content/svg/content/src/SVGPreserveAspectRatio.h diff --git a/dom/svg/SVGRect.cpp b/content/svg/content/src/SVGRect.cpp similarity index 100% rename from dom/svg/SVGRect.cpp rename to content/svg/content/src/SVGRect.cpp diff --git a/dom/svg/SVGRect.h b/content/svg/content/src/SVGRect.h similarity index 100% rename from dom/svg/SVGRect.h rename to content/svg/content/src/SVGRect.h diff --git a/dom/svg/SVGRectElement.cpp b/content/svg/content/src/SVGRectElement.cpp similarity index 100% rename from dom/svg/SVGRectElement.cpp rename to content/svg/content/src/SVGRectElement.cpp diff --git a/dom/svg/SVGRectElement.h b/content/svg/content/src/SVGRectElement.h similarity index 100% rename from dom/svg/SVGRectElement.h rename to content/svg/content/src/SVGRectElement.h diff --git a/dom/svg/SVGSVGElement.cpp b/content/svg/content/src/SVGSVGElement.cpp similarity index 100% rename from dom/svg/SVGSVGElement.cpp rename to content/svg/content/src/SVGSVGElement.cpp diff --git a/dom/svg/SVGSVGElement.h b/content/svg/content/src/SVGSVGElement.h similarity index 100% rename from dom/svg/SVGSVGElement.h rename to content/svg/content/src/SVGSVGElement.h diff --git a/dom/svg/SVGScriptElement.cpp b/content/svg/content/src/SVGScriptElement.cpp similarity index 100% rename from dom/svg/SVGScriptElement.cpp rename to content/svg/content/src/SVGScriptElement.cpp diff --git a/dom/svg/SVGScriptElement.h b/content/svg/content/src/SVGScriptElement.h similarity index 100% rename from dom/svg/SVGScriptElement.h rename to content/svg/content/src/SVGScriptElement.h diff --git a/dom/svg/SVGSetElement.cpp b/content/svg/content/src/SVGSetElement.cpp similarity index 100% rename from dom/svg/SVGSetElement.cpp rename to content/svg/content/src/SVGSetElement.cpp diff --git a/dom/svg/SVGSetElement.h b/content/svg/content/src/SVGSetElement.h similarity index 100% rename from dom/svg/SVGSetElement.h rename to content/svg/content/src/SVGSetElement.h diff --git a/dom/svg/SVGStopElement.cpp b/content/svg/content/src/SVGStopElement.cpp similarity index 100% rename from dom/svg/SVGStopElement.cpp rename to content/svg/content/src/SVGStopElement.cpp diff --git a/dom/svg/SVGStopElement.h b/content/svg/content/src/SVGStopElement.h similarity index 100% rename from dom/svg/SVGStopElement.h rename to content/svg/content/src/SVGStopElement.h diff --git a/dom/svg/SVGStringList.cpp b/content/svg/content/src/SVGStringList.cpp similarity index 100% rename from dom/svg/SVGStringList.cpp rename to content/svg/content/src/SVGStringList.cpp diff --git a/dom/svg/SVGStringList.h b/content/svg/content/src/SVGStringList.h similarity index 100% rename from dom/svg/SVGStringList.h rename to content/svg/content/src/SVGStringList.h diff --git a/dom/svg/SVGStyleElement.cpp b/content/svg/content/src/SVGStyleElement.cpp similarity index 100% rename from dom/svg/SVGStyleElement.cpp rename to content/svg/content/src/SVGStyleElement.cpp diff --git a/dom/svg/SVGStyleElement.h b/content/svg/content/src/SVGStyleElement.h similarity index 100% rename from dom/svg/SVGStyleElement.h rename to content/svg/content/src/SVGStyleElement.h diff --git a/dom/svg/SVGSwitchElement.cpp b/content/svg/content/src/SVGSwitchElement.cpp similarity index 100% rename from dom/svg/SVGSwitchElement.cpp rename to content/svg/content/src/SVGSwitchElement.cpp diff --git a/dom/svg/SVGSwitchElement.h b/content/svg/content/src/SVGSwitchElement.h similarity index 100% rename from dom/svg/SVGSwitchElement.h rename to content/svg/content/src/SVGSwitchElement.h diff --git a/dom/svg/SVGSymbolElement.cpp b/content/svg/content/src/SVGSymbolElement.cpp similarity index 100% rename from dom/svg/SVGSymbolElement.cpp rename to content/svg/content/src/SVGSymbolElement.cpp diff --git a/dom/svg/SVGSymbolElement.h b/content/svg/content/src/SVGSymbolElement.h similarity index 100% rename from dom/svg/SVGSymbolElement.h rename to content/svg/content/src/SVGSymbolElement.h diff --git a/dom/svg/SVGTSpanElement.cpp b/content/svg/content/src/SVGTSpanElement.cpp similarity index 100% rename from dom/svg/SVGTSpanElement.cpp rename to content/svg/content/src/SVGTSpanElement.cpp diff --git a/dom/svg/SVGTSpanElement.h b/content/svg/content/src/SVGTSpanElement.h similarity index 100% rename from dom/svg/SVGTSpanElement.h rename to content/svg/content/src/SVGTSpanElement.h diff --git a/dom/svg/SVGTagList.h b/content/svg/content/src/SVGTagList.h similarity index 100% rename from dom/svg/SVGTagList.h rename to content/svg/content/src/SVGTagList.h diff --git a/dom/svg/SVGTests.cpp b/content/svg/content/src/SVGTests.cpp similarity index 100% rename from dom/svg/SVGTests.cpp rename to content/svg/content/src/SVGTests.cpp diff --git a/dom/svg/SVGTests.h b/content/svg/content/src/SVGTests.h similarity index 100% rename from dom/svg/SVGTests.h rename to content/svg/content/src/SVGTests.h diff --git a/dom/svg/SVGTextContentElement.cpp b/content/svg/content/src/SVGTextContentElement.cpp similarity index 100% rename from dom/svg/SVGTextContentElement.cpp rename to content/svg/content/src/SVGTextContentElement.cpp diff --git a/dom/svg/SVGTextContentElement.h b/content/svg/content/src/SVGTextContentElement.h similarity index 100% rename from dom/svg/SVGTextContentElement.h rename to content/svg/content/src/SVGTextContentElement.h diff --git a/dom/svg/SVGTextElement.cpp b/content/svg/content/src/SVGTextElement.cpp similarity index 100% rename from dom/svg/SVGTextElement.cpp rename to content/svg/content/src/SVGTextElement.cpp diff --git a/dom/svg/SVGTextElement.h b/content/svg/content/src/SVGTextElement.h similarity index 100% rename from dom/svg/SVGTextElement.h rename to content/svg/content/src/SVGTextElement.h diff --git a/dom/svg/SVGTextPathElement.cpp b/content/svg/content/src/SVGTextPathElement.cpp similarity index 100% rename from dom/svg/SVGTextPathElement.cpp rename to content/svg/content/src/SVGTextPathElement.cpp diff --git a/dom/svg/SVGTextPathElement.h b/content/svg/content/src/SVGTextPathElement.h similarity index 100% rename from dom/svg/SVGTextPathElement.h rename to content/svg/content/src/SVGTextPathElement.h diff --git a/dom/svg/SVGTextPositioningElement.cpp b/content/svg/content/src/SVGTextPositioningElement.cpp similarity index 100% rename from dom/svg/SVGTextPositioningElement.cpp rename to content/svg/content/src/SVGTextPositioningElement.cpp diff --git a/dom/svg/SVGTextPositioningElement.h b/content/svg/content/src/SVGTextPositioningElement.h similarity index 100% rename from dom/svg/SVGTextPositioningElement.h rename to content/svg/content/src/SVGTextPositioningElement.h diff --git a/dom/svg/SVGTitleElement.cpp b/content/svg/content/src/SVGTitleElement.cpp similarity index 100% rename from dom/svg/SVGTitleElement.cpp rename to content/svg/content/src/SVGTitleElement.cpp diff --git a/dom/svg/SVGTitleElement.h b/content/svg/content/src/SVGTitleElement.h similarity index 100% rename from dom/svg/SVGTitleElement.h rename to content/svg/content/src/SVGTitleElement.h diff --git a/dom/svg/SVGTransform.cpp b/content/svg/content/src/SVGTransform.cpp similarity index 100% rename from dom/svg/SVGTransform.cpp rename to content/svg/content/src/SVGTransform.cpp diff --git a/dom/svg/SVGTransform.h b/content/svg/content/src/SVGTransform.h similarity index 100% rename from dom/svg/SVGTransform.h rename to content/svg/content/src/SVGTransform.h diff --git a/dom/svg/SVGTransformList.cpp b/content/svg/content/src/SVGTransformList.cpp similarity index 100% rename from dom/svg/SVGTransformList.cpp rename to content/svg/content/src/SVGTransformList.cpp diff --git a/dom/svg/SVGTransformList.h b/content/svg/content/src/SVGTransformList.h similarity index 100% rename from dom/svg/SVGTransformList.h rename to content/svg/content/src/SVGTransformList.h diff --git a/dom/svg/SVGTransformListParser.cpp b/content/svg/content/src/SVGTransformListParser.cpp similarity index 100% rename from dom/svg/SVGTransformListParser.cpp rename to content/svg/content/src/SVGTransformListParser.cpp diff --git a/dom/svg/SVGTransformListParser.h b/content/svg/content/src/SVGTransformListParser.h similarity index 100% rename from dom/svg/SVGTransformListParser.h rename to content/svg/content/src/SVGTransformListParser.h diff --git a/dom/svg/SVGTransformListSMILType.cpp b/content/svg/content/src/SVGTransformListSMILType.cpp similarity index 100% rename from dom/svg/SVGTransformListSMILType.cpp rename to content/svg/content/src/SVGTransformListSMILType.cpp diff --git a/dom/svg/SVGTransformListSMILType.h b/content/svg/content/src/SVGTransformListSMILType.h similarity index 100% rename from dom/svg/SVGTransformListSMILType.h rename to content/svg/content/src/SVGTransformListSMILType.h diff --git a/dom/svg/SVGTransformableElement.cpp b/content/svg/content/src/SVGTransformableElement.cpp similarity index 100% rename from dom/svg/SVGTransformableElement.cpp rename to content/svg/content/src/SVGTransformableElement.cpp diff --git a/dom/svg/SVGTransformableElement.h b/content/svg/content/src/SVGTransformableElement.h similarity index 100% rename from dom/svg/SVGTransformableElement.h rename to content/svg/content/src/SVGTransformableElement.h diff --git a/dom/svg/SVGUseElement.cpp b/content/svg/content/src/SVGUseElement.cpp similarity index 100% rename from dom/svg/SVGUseElement.cpp rename to content/svg/content/src/SVGUseElement.cpp diff --git a/dom/svg/SVGUseElement.h b/content/svg/content/src/SVGUseElement.h similarity index 100% rename from dom/svg/SVGUseElement.h rename to content/svg/content/src/SVGUseElement.h diff --git a/dom/svg/SVGViewBoxSMILType.cpp b/content/svg/content/src/SVGViewBoxSMILType.cpp similarity index 100% rename from dom/svg/SVGViewBoxSMILType.cpp rename to content/svg/content/src/SVGViewBoxSMILType.cpp diff --git a/dom/svg/SVGViewBoxSMILType.h b/content/svg/content/src/SVGViewBoxSMILType.h similarity index 100% rename from dom/svg/SVGViewBoxSMILType.h rename to content/svg/content/src/SVGViewBoxSMILType.h diff --git a/dom/svg/SVGViewElement.cpp b/content/svg/content/src/SVGViewElement.cpp similarity index 100% rename from dom/svg/SVGViewElement.cpp rename to content/svg/content/src/SVGViewElement.cpp diff --git a/dom/svg/SVGViewElement.h b/content/svg/content/src/SVGViewElement.h similarity index 100% rename from dom/svg/SVGViewElement.h rename to content/svg/content/src/SVGViewElement.h diff --git a/dom/svg/SVGZoomEvent.cpp b/content/svg/content/src/SVGZoomEvent.cpp similarity index 100% rename from dom/svg/SVGZoomEvent.cpp rename to content/svg/content/src/SVGZoomEvent.cpp diff --git a/dom/svg/SVGZoomEvent.h b/content/svg/content/src/SVGZoomEvent.h similarity index 100% rename from dom/svg/SVGZoomEvent.h rename to content/svg/content/src/SVGZoomEvent.h diff --git a/dom/svg/crashtests/307322-1.svg b/content/svg/content/src/crashtests/307322-1.svg similarity index 100% rename from dom/svg/crashtests/307322-1.svg rename to content/svg/content/src/crashtests/307322-1.svg diff --git a/dom/svg/crashtests/327705-1.svg b/content/svg/content/src/crashtests/327705-1.svg similarity index 100% rename from dom/svg/crashtests/327705-1.svg rename to content/svg/content/src/crashtests/327705-1.svg diff --git a/dom/svg/crashtests/336994-1.html b/content/svg/content/src/crashtests/336994-1.html similarity index 100% rename from dom/svg/crashtests/336994-1.html rename to content/svg/content/src/crashtests/336994-1.html diff --git a/dom/svg/crashtests/344888-1.svg b/content/svg/content/src/crashtests/344888-1.svg similarity index 100% rename from dom/svg/crashtests/344888-1.svg rename to content/svg/content/src/crashtests/344888-1.svg diff --git a/dom/svg/crashtests/345445-1.svg b/content/svg/content/src/crashtests/345445-1.svg similarity index 100% rename from dom/svg/crashtests/345445-1.svg rename to content/svg/content/src/crashtests/345445-1.svg diff --git a/dom/svg/crashtests/360836-1.svg b/content/svg/content/src/crashtests/360836-1.svg similarity index 100% rename from dom/svg/crashtests/360836-1.svg rename to content/svg/content/src/crashtests/360836-1.svg diff --git a/dom/svg/crashtests/367357-1.xhtml b/content/svg/content/src/crashtests/367357-1.xhtml similarity index 100% rename from dom/svg/crashtests/367357-1.xhtml rename to content/svg/content/src/crashtests/367357-1.xhtml diff --git a/dom/svg/crashtests/369051-1.svg b/content/svg/content/src/crashtests/369051-1.svg similarity index 100% rename from dom/svg/crashtests/369051-1.svg rename to content/svg/content/src/crashtests/369051-1.svg diff --git a/dom/svg/crashtests/369249-1.svg b/content/svg/content/src/crashtests/369249-1.svg similarity index 100% rename from dom/svg/crashtests/369249-1.svg rename to content/svg/content/src/crashtests/369249-1.svg diff --git a/dom/svg/crashtests/369291-1.svg b/content/svg/content/src/crashtests/369291-1.svg similarity index 100% rename from dom/svg/crashtests/369291-1.svg rename to content/svg/content/src/crashtests/369291-1.svg diff --git a/dom/svg/crashtests/369291-2.svg b/content/svg/content/src/crashtests/369291-2.svg similarity index 100% rename from dom/svg/crashtests/369291-2.svg rename to content/svg/content/src/crashtests/369291-2.svg diff --git a/dom/svg/crashtests/369568-1.svg b/content/svg/content/src/crashtests/369568-1.svg similarity index 100% rename from dom/svg/crashtests/369568-1.svg rename to content/svg/content/src/crashtests/369568-1.svg diff --git a/dom/svg/crashtests/372046-1.svg b/content/svg/content/src/crashtests/372046-1.svg similarity index 100% rename from dom/svg/crashtests/372046-1.svg rename to content/svg/content/src/crashtests/372046-1.svg diff --git a/dom/svg/crashtests/372046-2.svg b/content/svg/content/src/crashtests/372046-2.svg similarity index 100% rename from dom/svg/crashtests/372046-2.svg rename to content/svg/content/src/crashtests/372046-2.svg diff --git a/dom/svg/crashtests/374882-1.svg b/content/svg/content/src/crashtests/374882-1.svg similarity index 100% rename from dom/svg/crashtests/374882-1.svg rename to content/svg/content/src/crashtests/374882-1.svg diff --git a/dom/svg/crashtests/380101-1.svg b/content/svg/content/src/crashtests/380101-1.svg similarity index 100% rename from dom/svg/crashtests/380101-1.svg rename to content/svg/content/src/crashtests/380101-1.svg diff --git a/dom/svg/crashtests/381777-1.svg b/content/svg/content/src/crashtests/381777-1.svg similarity index 100% rename from dom/svg/crashtests/381777-1.svg rename to content/svg/content/src/crashtests/381777-1.svg diff --git a/dom/svg/crashtests/383685-1.svg b/content/svg/content/src/crashtests/383685-1.svg similarity index 100% rename from dom/svg/crashtests/383685-1.svg rename to content/svg/content/src/crashtests/383685-1.svg diff --git a/dom/svg/crashtests/385096.html b/content/svg/content/src/crashtests/385096.html similarity index 100% rename from dom/svg/crashtests/385096.html rename to content/svg/content/src/crashtests/385096.html diff --git a/dom/svg/crashtests/385554-1.html b/content/svg/content/src/crashtests/385554-1.html similarity index 100% rename from dom/svg/crashtests/385554-1.html rename to content/svg/content/src/crashtests/385554-1.html diff --git a/dom/svg/crashtests/385554-2.xul b/content/svg/content/src/crashtests/385554-2.xul similarity index 100% rename from dom/svg/crashtests/385554-2.xul rename to content/svg/content/src/crashtests/385554-2.xul diff --git a/dom/svg/crashtests/388712-1.svg b/content/svg/content/src/crashtests/388712-1.svg similarity index 100% rename from dom/svg/crashtests/388712-1.svg rename to content/svg/content/src/crashtests/388712-1.svg diff --git a/dom/svg/crashtests/395616-1.html b/content/svg/content/src/crashtests/395616-1.html similarity index 100% rename from dom/svg/crashtests/395616-1.html rename to content/svg/content/src/crashtests/395616-1.html diff --git a/dom/svg/crashtests/396618-1.html b/content/svg/content/src/crashtests/396618-1.html similarity index 100% rename from dom/svg/crashtests/396618-1.html rename to content/svg/content/src/crashtests/396618-1.html diff --git a/dom/svg/crashtests/397017-1.html b/content/svg/content/src/crashtests/397017-1.html similarity index 100% rename from dom/svg/crashtests/397017-1.html rename to content/svg/content/src/crashtests/397017-1.html diff --git a/dom/svg/crashtests/397551-1.svg b/content/svg/content/src/crashtests/397551-1.svg similarity index 100% rename from dom/svg/crashtests/397551-1.svg rename to content/svg/content/src/crashtests/397551-1.svg diff --git a/dom/svg/crashtests/397704-1.svg b/content/svg/content/src/crashtests/397704-1.svg similarity index 100% rename from dom/svg/crashtests/397704-1.svg rename to content/svg/content/src/crashtests/397704-1.svg diff --git a/dom/svg/crashtests/398926-both-different.svg b/content/svg/content/src/crashtests/398926-both-different.svg similarity index 100% rename from dom/svg/crashtests/398926-both-different.svg rename to content/svg/content/src/crashtests/398926-both-different.svg diff --git a/dom/svg/crashtests/398926-both-same.svg b/content/svg/content/src/crashtests/398926-both-same.svg similarity index 100% rename from dom/svg/crashtests/398926-both-same.svg rename to content/svg/content/src/crashtests/398926-both-same.svg diff --git a/dom/svg/crashtests/398926-fill.svg b/content/svg/content/src/crashtests/398926-fill.svg similarity index 100% rename from dom/svg/crashtests/398926-fill.svg rename to content/svg/content/src/crashtests/398926-fill.svg diff --git a/dom/svg/crashtests/398926-stroke.svg b/content/svg/content/src/crashtests/398926-stroke.svg similarity index 100% rename from dom/svg/crashtests/398926-stroke.svg rename to content/svg/content/src/crashtests/398926-stroke.svg diff --git a/dom/svg/crashtests/405639-1.svg b/content/svg/content/src/crashtests/405639-1.svg similarity index 100% rename from dom/svg/crashtests/405639-1.svg rename to content/svg/content/src/crashtests/405639-1.svg diff --git a/dom/svg/crashtests/406361-1.html b/content/svg/content/src/crashtests/406361-1.html similarity index 100% rename from dom/svg/crashtests/406361-1.html rename to content/svg/content/src/crashtests/406361-1.html diff --git a/dom/svg/crashtests/409811-1.html b/content/svg/content/src/crashtests/409811-1.html similarity index 100% rename from dom/svg/crashtests/409811-1.html rename to content/svg/content/src/crashtests/409811-1.html diff --git a/dom/svg/crashtests/410659-1.svg b/content/svg/content/src/crashtests/410659-1.svg similarity index 100% rename from dom/svg/crashtests/410659-1.svg rename to content/svg/content/src/crashtests/410659-1.svg diff --git a/dom/svg/crashtests/410659-2.svg b/content/svg/content/src/crashtests/410659-2.svg similarity index 100% rename from dom/svg/crashtests/410659-2.svg rename to content/svg/content/src/crashtests/410659-2.svg diff --git a/dom/svg/crashtests/410659-3.svg b/content/svg/content/src/crashtests/410659-3.svg similarity index 100% rename from dom/svg/crashtests/410659-3.svg rename to content/svg/content/src/crashtests/410659-3.svg diff --git a/dom/svg/crashtests/412104-1.svg b/content/svg/content/src/crashtests/412104-1.svg similarity index 100% rename from dom/svg/crashtests/412104-1.svg rename to content/svg/content/src/crashtests/412104-1.svg diff --git a/dom/svg/crashtests/413174-1.svg b/content/svg/content/src/crashtests/413174-1.svg similarity index 100% rename from dom/svg/crashtests/413174-1.svg rename to content/svg/content/src/crashtests/413174-1.svg diff --git a/dom/svg/crashtests/414188-1.svg b/content/svg/content/src/crashtests/414188-1.svg similarity index 100% rename from dom/svg/crashtests/414188-1.svg rename to content/svg/content/src/crashtests/414188-1.svg diff --git a/dom/svg/crashtests/427325-1.svg b/content/svg/content/src/crashtests/427325-1.svg similarity index 100% rename from dom/svg/crashtests/427325-1.svg rename to content/svg/content/src/crashtests/427325-1.svg diff --git a/dom/svg/crashtests/428228-1.svg b/content/svg/content/src/crashtests/428228-1.svg similarity index 100% rename from dom/svg/crashtests/428228-1.svg rename to content/svg/content/src/crashtests/428228-1.svg diff --git a/dom/svg/crashtests/428841-1.svg b/content/svg/content/src/crashtests/428841-1.svg similarity index 100% rename from dom/svg/crashtests/428841-1.svg rename to content/svg/content/src/crashtests/428841-1.svg diff --git a/dom/svg/crashtests/435209-1.svg b/content/svg/content/src/crashtests/435209-1.svg similarity index 100% rename from dom/svg/crashtests/435209-1.svg rename to content/svg/content/src/crashtests/435209-1.svg diff --git a/dom/svg/crashtests/436418-mpathRoot-1.svg b/content/svg/content/src/crashtests/436418-mpathRoot-1.svg similarity index 100% rename from dom/svg/crashtests/436418-mpathRoot-1.svg rename to content/svg/content/src/crashtests/436418-mpathRoot-1.svg diff --git a/dom/svg/crashtests/448244-1.svg b/content/svg/content/src/crashtests/448244-1.svg similarity index 100% rename from dom/svg/crashtests/448244-1.svg rename to content/svg/content/src/crashtests/448244-1.svg diff --git a/dom/svg/crashtests/466576-1.xhtml b/content/svg/content/src/crashtests/466576-1.xhtml similarity index 100% rename from dom/svg/crashtests/466576-1.xhtml rename to content/svg/content/src/crashtests/466576-1.xhtml diff --git a/dom/svg/crashtests/499879-1.svg b/content/svg/content/src/crashtests/499879-1.svg similarity index 100% rename from dom/svg/crashtests/499879-1.svg rename to content/svg/content/src/crashtests/499879-1.svg diff --git a/dom/svg/crashtests/535691-1.svg b/content/svg/content/src/crashtests/535691-1.svg similarity index 100% rename from dom/svg/crashtests/535691-1.svg rename to content/svg/content/src/crashtests/535691-1.svg diff --git a/dom/svg/crashtests/539167-1.svg b/content/svg/content/src/crashtests/539167-1.svg similarity index 100% rename from dom/svg/crashtests/539167-1.svg rename to content/svg/content/src/crashtests/539167-1.svg diff --git a/dom/svg/crashtests/573316-1.svg b/content/svg/content/src/crashtests/573316-1.svg similarity index 100% rename from dom/svg/crashtests/573316-1.svg rename to content/svg/content/src/crashtests/573316-1.svg diff --git a/dom/svg/crashtests/579356-1.svg b/content/svg/content/src/crashtests/579356-1.svg similarity index 100% rename from dom/svg/crashtests/579356-1.svg rename to content/svg/content/src/crashtests/579356-1.svg diff --git a/dom/svg/crashtests/579356-2.svg b/content/svg/content/src/crashtests/579356-2.svg similarity index 100% rename from dom/svg/crashtests/579356-2.svg rename to content/svg/content/src/crashtests/579356-2.svg diff --git a/dom/svg/crashtests/595608-1.svg b/content/svg/content/src/crashtests/595608-1.svg similarity index 100% rename from dom/svg/crashtests/595608-1.svg rename to content/svg/content/src/crashtests/595608-1.svg diff --git a/dom/svg/crashtests/601251-1.html b/content/svg/content/src/crashtests/601251-1.html similarity index 100% rename from dom/svg/crashtests/601251-1.html rename to content/svg/content/src/crashtests/601251-1.html diff --git a/dom/svg/crashtests/601406-1.svg b/content/svg/content/src/crashtests/601406-1.svg similarity index 100% rename from dom/svg/crashtests/601406-1.svg rename to content/svg/content/src/crashtests/601406-1.svg diff --git a/dom/svg/crashtests/603145-1.svg b/content/svg/content/src/crashtests/603145-1.svg similarity index 100% rename from dom/svg/crashtests/603145-1.svg rename to content/svg/content/src/crashtests/603145-1.svg diff --git a/dom/svg/crashtests/613899-1.svg b/content/svg/content/src/crashtests/613899-1.svg similarity index 100% rename from dom/svg/crashtests/613899-1.svg rename to content/svg/content/src/crashtests/613899-1.svg diff --git a/dom/svg/crashtests/613899-2.svg b/content/svg/content/src/crashtests/613899-2.svg similarity index 100% rename from dom/svg/crashtests/613899-2.svg rename to content/svg/content/src/crashtests/613899-2.svg diff --git a/dom/svg/crashtests/719779-1.svg b/content/svg/content/src/crashtests/719779-1.svg similarity index 100% rename from dom/svg/crashtests/719779-1.svg rename to content/svg/content/src/crashtests/719779-1.svg diff --git a/dom/svg/crashtests/723441-1.html b/content/svg/content/src/crashtests/723441-1.html similarity index 100% rename from dom/svg/crashtests/723441-1.html rename to content/svg/content/src/crashtests/723441-1.html diff --git a/dom/svg/crashtests/723441-resource.svg b/content/svg/content/src/crashtests/723441-resource.svg similarity index 100% rename from dom/svg/crashtests/723441-resource.svg rename to content/svg/content/src/crashtests/723441-resource.svg diff --git a/dom/svg/crashtests/751515-1.svg b/content/svg/content/src/crashtests/751515-1.svg similarity index 100% rename from dom/svg/crashtests/751515-1.svg rename to content/svg/content/src/crashtests/751515-1.svg diff --git a/dom/svg/crashtests/761507-1.svg b/content/svg/content/src/crashtests/761507-1.svg similarity index 100% rename from dom/svg/crashtests/761507-1.svg rename to content/svg/content/src/crashtests/761507-1.svg diff --git a/dom/svg/crashtests/831561.html b/content/svg/content/src/crashtests/831561.html similarity index 100% rename from dom/svg/crashtests/831561.html rename to content/svg/content/src/crashtests/831561.html diff --git a/dom/svg/crashtests/837450-1.svg b/content/svg/content/src/crashtests/837450-1.svg similarity index 100% rename from dom/svg/crashtests/837450-1.svg rename to content/svg/content/src/crashtests/837450-1.svg diff --git a/dom/svg/crashtests/842463-1.html b/content/svg/content/src/crashtests/842463-1.html similarity index 100% rename from dom/svg/crashtests/842463-1.html rename to content/svg/content/src/crashtests/842463-1.html diff --git a/dom/svg/crashtests/847138-1.svg b/content/svg/content/src/crashtests/847138-1.svg similarity index 100% rename from dom/svg/crashtests/847138-1.svg rename to content/svg/content/src/crashtests/847138-1.svg diff --git a/dom/svg/crashtests/864509.svg b/content/svg/content/src/crashtests/864509.svg similarity index 100% rename from dom/svg/crashtests/864509.svg rename to content/svg/content/src/crashtests/864509.svg diff --git a/dom/svg/crashtests/880544-1.svg b/content/svg/content/src/crashtests/880544-1.svg similarity index 100% rename from dom/svg/crashtests/880544-1.svg rename to content/svg/content/src/crashtests/880544-1.svg diff --git a/dom/svg/crashtests/880544-2.svg b/content/svg/content/src/crashtests/880544-2.svg similarity index 100% rename from dom/svg/crashtests/880544-2.svg rename to content/svg/content/src/crashtests/880544-2.svg diff --git a/dom/svg/crashtests/880544-3.svg b/content/svg/content/src/crashtests/880544-3.svg similarity index 100% rename from dom/svg/crashtests/880544-3.svg rename to content/svg/content/src/crashtests/880544-3.svg diff --git a/dom/svg/crashtests/880544-4.svg b/content/svg/content/src/crashtests/880544-4.svg similarity index 100% rename from dom/svg/crashtests/880544-4.svg rename to content/svg/content/src/crashtests/880544-4.svg diff --git a/dom/svg/crashtests/880544-5.svg b/content/svg/content/src/crashtests/880544-5.svg similarity index 100% rename from dom/svg/crashtests/880544-5.svg rename to content/svg/content/src/crashtests/880544-5.svg diff --git a/dom/svg/crashtests/898915-1.svg b/content/svg/content/src/crashtests/898915-1.svg similarity index 100% rename from dom/svg/crashtests/898915-1.svg rename to content/svg/content/src/crashtests/898915-1.svg diff --git a/dom/svg/crashtests/crashtests.list b/content/svg/content/src/crashtests/crashtests.list similarity index 100% rename from dom/svg/crashtests/crashtests.list rename to content/svg/content/src/crashtests/crashtests.list diff --git a/dom/svg/crashtests/zero-size-image.svg b/content/svg/content/src/crashtests/zero-size-image.svg similarity index 100% rename from dom/svg/crashtests/zero-size-image.svg rename to content/svg/content/src/crashtests/zero-size-image.svg diff --git a/dom/svg/moz.build b/content/svg/content/src/moz.build similarity index 98% rename from dom/svg/moz.build rename to content/svg/content/src/moz.build index f5f19ae9f4d..7fdb2c4faeb 100644 --- a/dom/svg/moz.build +++ b/content/svg/content/src/moz.build @@ -4,9 +4,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -MOCHITEST_MANIFESTS += ['test/mochitest.ini'] - - EXPORTS += [ 'nsSVGClass.h', 'nsSVGElement.h', @@ -39,7 +36,6 @@ EXPORTS.mozilla.dom += [ 'SVGComponentTransferFunctionElement.h', 'SVGDefsElement.h', 'SVGDescElement.h', - 'SVGDocument.h', 'SVGEllipseElement.h', 'SVGFEBlendElement.h', 'SVGFEColorMatrixElement.h', @@ -164,7 +160,6 @@ UNIFIED_SOURCES += [ 'SVGContentUtils.cpp', 'SVGDefsElement.cpp', 'SVGDescElement.cpp', - 'SVGDocument.cpp', 'SVGElementFactory.cpp', 'SVGEllipseElement.cpp', 'SVGFEBlendElement.cpp', @@ -256,10 +251,10 @@ FAIL_ON_WARNINGS = True include('/ipc/chromium/chromium-config.mozbuild') +FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ '/content/base/src', '/content/html/content/src', - '/content/html/document/src', '/dom', '/dom/smil', '/dom/xbl', @@ -270,4 +265,3 @@ LOCAL_INCLUDES += [ '/layout/xul', ] -FINAL_LIBRARY = 'xul' diff --git a/dom/svg/nsISVGPoint.cpp b/content/svg/content/src/nsISVGPoint.cpp similarity index 100% rename from dom/svg/nsISVGPoint.cpp rename to content/svg/content/src/nsISVGPoint.cpp diff --git a/dom/svg/nsISVGPoint.h b/content/svg/content/src/nsISVGPoint.h similarity index 100% rename from dom/svg/nsISVGPoint.h rename to content/svg/content/src/nsISVGPoint.h diff --git a/dom/svg/nsSVGAngle.cpp b/content/svg/content/src/nsSVGAngle.cpp similarity index 100% rename from dom/svg/nsSVGAngle.cpp rename to content/svg/content/src/nsSVGAngle.cpp diff --git a/dom/svg/nsSVGAngle.h b/content/svg/content/src/nsSVGAngle.h similarity index 100% rename from dom/svg/nsSVGAngle.h rename to content/svg/content/src/nsSVGAngle.h diff --git a/dom/svg/nsSVGAnimatedTransformList.cpp b/content/svg/content/src/nsSVGAnimatedTransformList.cpp similarity index 100% rename from dom/svg/nsSVGAnimatedTransformList.cpp rename to content/svg/content/src/nsSVGAnimatedTransformList.cpp diff --git a/dom/svg/nsSVGAnimatedTransformList.h b/content/svg/content/src/nsSVGAnimatedTransformList.h similarity index 100% rename from dom/svg/nsSVGAnimatedTransformList.h rename to content/svg/content/src/nsSVGAnimatedTransformList.h diff --git a/dom/svg/nsSVGAttrTearoffTable.h b/content/svg/content/src/nsSVGAttrTearoffTable.h similarity index 100% rename from dom/svg/nsSVGAttrTearoffTable.h rename to content/svg/content/src/nsSVGAttrTearoffTable.h diff --git a/dom/svg/nsSVGBoolean.cpp b/content/svg/content/src/nsSVGBoolean.cpp similarity index 100% rename from dom/svg/nsSVGBoolean.cpp rename to content/svg/content/src/nsSVGBoolean.cpp diff --git a/dom/svg/nsSVGBoolean.h b/content/svg/content/src/nsSVGBoolean.h similarity index 100% rename from dom/svg/nsSVGBoolean.h rename to content/svg/content/src/nsSVGBoolean.h diff --git a/dom/svg/nsSVGClass.cpp b/content/svg/content/src/nsSVGClass.cpp similarity index 100% rename from dom/svg/nsSVGClass.cpp rename to content/svg/content/src/nsSVGClass.cpp diff --git a/dom/svg/nsSVGClass.h b/content/svg/content/src/nsSVGClass.h similarity index 100% rename from dom/svg/nsSVGClass.h rename to content/svg/content/src/nsSVGClass.h diff --git a/dom/svg/nsSVGDataParser.cpp b/content/svg/content/src/nsSVGDataParser.cpp similarity index 100% rename from dom/svg/nsSVGDataParser.cpp rename to content/svg/content/src/nsSVGDataParser.cpp diff --git a/dom/svg/nsSVGDataParser.h b/content/svg/content/src/nsSVGDataParser.h similarity index 100% rename from dom/svg/nsSVGDataParser.h rename to content/svg/content/src/nsSVGDataParser.h diff --git a/dom/svg/nsSVGElement.cpp b/content/svg/content/src/nsSVGElement.cpp similarity index 100% rename from dom/svg/nsSVGElement.cpp rename to content/svg/content/src/nsSVGElement.cpp diff --git a/dom/svg/nsSVGElement.h b/content/svg/content/src/nsSVGElement.h similarity index 100% rename from dom/svg/nsSVGElement.h rename to content/svg/content/src/nsSVGElement.h diff --git a/dom/svg/nsSVGEnum.cpp b/content/svg/content/src/nsSVGEnum.cpp similarity index 100% rename from dom/svg/nsSVGEnum.cpp rename to content/svg/content/src/nsSVGEnum.cpp diff --git a/dom/svg/nsSVGEnum.h b/content/svg/content/src/nsSVGEnum.h similarity index 100% rename from dom/svg/nsSVGEnum.h rename to content/svg/content/src/nsSVGEnum.h diff --git a/dom/svg/nsSVGFeatures.cpp b/content/svg/content/src/nsSVGFeatures.cpp similarity index 100% rename from dom/svg/nsSVGFeatures.cpp rename to content/svg/content/src/nsSVGFeatures.cpp diff --git a/dom/svg/nsSVGFeatures.h b/content/svg/content/src/nsSVGFeatures.h similarity index 100% rename from dom/svg/nsSVGFeatures.h rename to content/svg/content/src/nsSVGFeatures.h diff --git a/dom/svg/nsSVGFeaturesList.h b/content/svg/content/src/nsSVGFeaturesList.h similarity index 100% rename from dom/svg/nsSVGFeaturesList.h rename to content/svg/content/src/nsSVGFeaturesList.h diff --git a/dom/svg/nsSVGFilters.cpp b/content/svg/content/src/nsSVGFilters.cpp similarity index 100% rename from dom/svg/nsSVGFilters.cpp rename to content/svg/content/src/nsSVGFilters.cpp diff --git a/dom/svg/nsSVGFilters.h b/content/svg/content/src/nsSVGFilters.h similarity index 100% rename from dom/svg/nsSVGFilters.h rename to content/svg/content/src/nsSVGFilters.h diff --git a/dom/svg/nsSVGInteger.cpp b/content/svg/content/src/nsSVGInteger.cpp similarity index 100% rename from dom/svg/nsSVGInteger.cpp rename to content/svg/content/src/nsSVGInteger.cpp diff --git a/dom/svg/nsSVGInteger.h b/content/svg/content/src/nsSVGInteger.h similarity index 100% rename from dom/svg/nsSVGInteger.h rename to content/svg/content/src/nsSVGInteger.h diff --git a/dom/svg/nsSVGIntegerPair.cpp b/content/svg/content/src/nsSVGIntegerPair.cpp similarity index 100% rename from dom/svg/nsSVGIntegerPair.cpp rename to content/svg/content/src/nsSVGIntegerPair.cpp diff --git a/dom/svg/nsSVGIntegerPair.h b/content/svg/content/src/nsSVGIntegerPair.h similarity index 100% rename from dom/svg/nsSVGIntegerPair.h rename to content/svg/content/src/nsSVGIntegerPair.h diff --git a/dom/svg/nsSVGLength2.cpp b/content/svg/content/src/nsSVGLength2.cpp similarity index 100% rename from dom/svg/nsSVGLength2.cpp rename to content/svg/content/src/nsSVGLength2.cpp diff --git a/dom/svg/nsSVGLength2.h b/content/svg/content/src/nsSVGLength2.h similarity index 100% rename from dom/svg/nsSVGLength2.h rename to content/svg/content/src/nsSVGLength2.h diff --git a/dom/svg/nsSVGNumber2.cpp b/content/svg/content/src/nsSVGNumber2.cpp similarity index 100% rename from dom/svg/nsSVGNumber2.cpp rename to content/svg/content/src/nsSVGNumber2.cpp diff --git a/dom/svg/nsSVGNumber2.h b/content/svg/content/src/nsSVGNumber2.h similarity index 100% rename from dom/svg/nsSVGNumber2.h rename to content/svg/content/src/nsSVGNumber2.h diff --git a/dom/svg/nsSVGNumberPair.cpp b/content/svg/content/src/nsSVGNumberPair.cpp similarity index 100% rename from dom/svg/nsSVGNumberPair.cpp rename to content/svg/content/src/nsSVGNumberPair.cpp diff --git a/dom/svg/nsSVGNumberPair.h b/content/svg/content/src/nsSVGNumberPair.h similarity index 100% rename from dom/svg/nsSVGNumberPair.h rename to content/svg/content/src/nsSVGNumberPair.h diff --git a/dom/svg/nsSVGPathDataParser.cpp b/content/svg/content/src/nsSVGPathDataParser.cpp similarity index 100% rename from dom/svg/nsSVGPathDataParser.cpp rename to content/svg/content/src/nsSVGPathDataParser.cpp diff --git a/dom/svg/nsSVGPathDataParser.h b/content/svg/content/src/nsSVGPathDataParser.h similarity index 100% rename from dom/svg/nsSVGPathDataParser.h rename to content/svg/content/src/nsSVGPathDataParser.h diff --git a/dom/svg/nsSVGPathGeometryElement.cpp b/content/svg/content/src/nsSVGPathGeometryElement.cpp similarity index 100% rename from dom/svg/nsSVGPathGeometryElement.cpp rename to content/svg/content/src/nsSVGPathGeometryElement.cpp diff --git a/dom/svg/nsSVGPathGeometryElement.h b/content/svg/content/src/nsSVGPathGeometryElement.h similarity index 100% rename from dom/svg/nsSVGPathGeometryElement.h rename to content/svg/content/src/nsSVGPathGeometryElement.h diff --git a/dom/svg/nsSVGPolyElement.cpp b/content/svg/content/src/nsSVGPolyElement.cpp similarity index 100% rename from dom/svg/nsSVGPolyElement.cpp rename to content/svg/content/src/nsSVGPolyElement.cpp diff --git a/dom/svg/nsSVGPolyElement.h b/content/svg/content/src/nsSVGPolyElement.h similarity index 100% rename from dom/svg/nsSVGPolyElement.h rename to content/svg/content/src/nsSVGPolyElement.h diff --git a/dom/svg/nsSVGString.cpp b/content/svg/content/src/nsSVGString.cpp similarity index 100% rename from dom/svg/nsSVGString.cpp rename to content/svg/content/src/nsSVGString.cpp diff --git a/dom/svg/nsSVGString.h b/content/svg/content/src/nsSVGString.h similarity index 100% rename from dom/svg/nsSVGString.h rename to content/svg/content/src/nsSVGString.h diff --git a/dom/svg/nsSVGTransform.cpp b/content/svg/content/src/nsSVGTransform.cpp similarity index 100% rename from dom/svg/nsSVGTransform.cpp rename to content/svg/content/src/nsSVGTransform.cpp diff --git a/dom/svg/nsSVGTransform.h b/content/svg/content/src/nsSVGTransform.h similarity index 100% rename from dom/svg/nsSVGTransform.h rename to content/svg/content/src/nsSVGTransform.h diff --git a/dom/svg/nsSVGViewBox.cpp b/content/svg/content/src/nsSVGViewBox.cpp similarity index 100% rename from dom/svg/nsSVGViewBox.cpp rename to content/svg/content/src/nsSVGViewBox.cpp diff --git a/dom/svg/nsSVGViewBox.h b/content/svg/content/src/nsSVGViewBox.h similarity index 100% rename from dom/svg/nsSVGViewBox.h rename to content/svg/content/src/nsSVGViewBox.h diff --git a/dom/svg/test/MutationEventChecker.js b/content/svg/content/test/MutationEventChecker.js similarity index 100% rename from dom/svg/test/MutationEventChecker.js rename to content/svg/content/test/MutationEventChecker.js diff --git a/dom/svg/test/a_href_destination.svg b/content/svg/content/test/a_href_destination.svg similarity index 100% rename from dom/svg/test/a_href_destination.svg rename to content/svg/content/test/a_href_destination.svg diff --git a/dom/svg/test/a_href_helper_01.svg b/content/svg/content/test/a_href_helper_01.svg similarity index 100% rename from dom/svg/test/a_href_helper_01.svg rename to content/svg/content/test/a_href_helper_01.svg diff --git a/dom/svg/test/a_href_helper_02_03.svg b/content/svg/content/test/a_href_helper_02_03.svg similarity index 100% rename from dom/svg/test/a_href_helper_02_03.svg rename to content/svg/content/test/a_href_helper_02_03.svg diff --git a/dom/svg/test/a_href_helper_04.svg b/content/svg/content/test/a_href_helper_04.svg similarity index 100% rename from dom/svg/test/a_href_helper_04.svg rename to content/svg/content/test/a_href_helper_04.svg diff --git a/dom/svg/test/animated-svg-image-helper.html b/content/svg/content/test/animated-svg-image-helper.html similarity index 100% rename from dom/svg/test/animated-svg-image-helper.html rename to content/svg/content/test/animated-svg-image-helper.html diff --git a/dom/svg/test/animated-svg-image-helper.svg b/content/svg/content/test/animated-svg-image-helper.svg similarity index 100% rename from dom/svg/test/animated-svg-image-helper.svg rename to content/svg/content/test/animated-svg-image-helper.svg diff --git a/dom/svg/test/bbox-helper.svg b/content/svg/content/test/bbox-helper.svg similarity index 100% rename from dom/svg/test/bbox-helper.svg rename to content/svg/content/test/bbox-helper.svg diff --git a/dom/svg/test/bounds-helper.svg b/content/svg/content/test/bounds-helper.svg similarity index 100% rename from dom/svg/test/bounds-helper.svg rename to content/svg/content/test/bounds-helper.svg diff --git a/dom/svg/test/dataTypes-helper.svg b/content/svg/content/test/dataTypes-helper.svg similarity index 100% rename from dom/svg/test/dataTypes-helper.svg rename to content/svg/content/test/dataTypes-helper.svg diff --git a/dom/svg/test/fragments-helper.svg b/content/svg/content/test/fragments-helper.svg similarity index 100% rename from dom/svg/test/fragments-helper.svg rename to content/svg/content/test/fragments-helper.svg diff --git a/dom/svg/test/getBBox-method-helper.svg b/content/svg/content/test/getBBox-method-helper.svg similarity index 100% rename from dom/svg/test/getBBox-method-helper.svg rename to content/svg/content/test/getBBox-method-helper.svg diff --git a/dom/svg/test/getCTM-helper.svg b/content/svg/content/test/getCTM-helper.svg similarity index 100% rename from dom/svg/test/getCTM-helper.svg rename to content/svg/content/test/getCTM-helper.svg diff --git a/dom/svg/test/getSubStringLength-helper.svg b/content/svg/content/test/getSubStringLength-helper.svg similarity index 100% rename from dom/svg/test/getSubStringLength-helper.svg rename to content/svg/content/test/getSubStringLength-helper.svg diff --git a/dom/svg/test/matrixUtils.js b/content/svg/content/test/matrixUtils.js similarity index 100% rename from dom/svg/test/matrixUtils.js rename to content/svg/content/test/matrixUtils.js diff --git a/dom/svg/test/mochitest.ini b/content/svg/content/test/mochitest.ini similarity index 100% rename from dom/svg/test/mochitest.ini rename to content/svg/content/test/mochitest.ini diff --git a/dom/svg/test/pointer-events.js b/content/svg/content/test/pointer-events.js similarity index 100% rename from dom/svg/test/pointer-events.js rename to content/svg/content/test/pointer-events.js diff --git a/dom/svg/test/scientific-helper.svg b/content/svg/content/test/scientific-helper.svg similarity index 100% rename from dom/svg/test/scientific-helper.svg rename to content/svg/content/test/scientific-helper.svg diff --git a/dom/svg/test/selectSubString-helper.svg b/content/svg/content/test/selectSubString-helper.svg similarity index 100% rename from dom/svg/test/selectSubString-helper.svg rename to content/svg/content/test/selectSubString-helper.svg diff --git a/dom/svg/test/switch-helper.svg b/content/svg/content/test/switch-helper.svg similarity index 100% rename from dom/svg/test/switch-helper.svg rename to content/svg/content/test/switch-helper.svg diff --git a/dom/svg/test/test_SVGLengthList-2.xhtml b/content/svg/content/test/test_SVGLengthList-2.xhtml similarity index 100% rename from dom/svg/test/test_SVGLengthList-2.xhtml rename to content/svg/content/test/test_SVGLengthList-2.xhtml diff --git a/dom/svg/test/test_SVGLengthList.xhtml b/content/svg/content/test/test_SVGLengthList.xhtml similarity index 100% rename from dom/svg/test/test_SVGLengthList.xhtml rename to content/svg/content/test/test_SVGLengthList.xhtml diff --git a/dom/svg/test/test_SVGMatrix.xhtml b/content/svg/content/test/test_SVGMatrix.xhtml similarity index 100% rename from dom/svg/test/test_SVGMatrix.xhtml rename to content/svg/content/test/test_SVGMatrix.xhtml diff --git a/dom/svg/test/test_SVGNumberList.xhtml b/content/svg/content/test/test_SVGNumberList.xhtml similarity index 100% rename from dom/svg/test/test_SVGNumberList.xhtml rename to content/svg/content/test/test_SVGNumberList.xhtml diff --git a/dom/svg/test/test_SVGPathSegList.xhtml b/content/svg/content/test/test_SVGPathSegList.xhtml similarity index 100% rename from dom/svg/test/test_SVGPathSegList.xhtml rename to content/svg/content/test/test_SVGPathSegList.xhtml diff --git a/dom/svg/test/test_SVGPointList.xhtml b/content/svg/content/test/test_SVGPointList.xhtml similarity index 100% rename from dom/svg/test/test_SVGPointList.xhtml rename to content/svg/content/test/test_SVGPointList.xhtml diff --git a/dom/svg/test/test_SVGStringList.xhtml b/content/svg/content/test/test_SVGStringList.xhtml similarity index 100% rename from dom/svg/test/test_SVGStringList.xhtml rename to content/svg/content/test/test_SVGStringList.xhtml diff --git a/dom/svg/test/test_SVGStyleElement.xhtml b/content/svg/content/test/test_SVGStyleElement.xhtml similarity index 100% rename from dom/svg/test/test_SVGStyleElement.xhtml rename to content/svg/content/test/test_SVGStyleElement.xhtml diff --git a/dom/svg/test/test_SVGTransformList.xhtml b/content/svg/content/test/test_SVGTransformList.xhtml similarity index 100% rename from dom/svg/test/test_SVGTransformList.xhtml rename to content/svg/content/test/test_SVGTransformList.xhtml diff --git a/dom/svg/test/test_SVGTransformListAddition.xhtml b/content/svg/content/test/test_SVGTransformListAddition.xhtml similarity index 100% rename from dom/svg/test/test_SVGTransformListAddition.xhtml rename to content/svg/content/test/test_SVGTransformListAddition.xhtml diff --git a/dom/svg/test/test_SVGUnitTypes.html b/content/svg/content/test/test_SVGUnitTypes.html similarity index 100% rename from dom/svg/test/test_SVGUnitTypes.html rename to content/svg/content/test/test_SVGUnitTypes.html diff --git a/dom/svg/test/test_SVG_namespace_ids.html b/content/svg/content/test/test_SVG_namespace_ids.html similarity index 100% rename from dom/svg/test/test_SVG_namespace_ids.html rename to content/svg/content/test/test_SVG_namespace_ids.html diff --git a/dom/svg/test/test_SVGxxxList.xhtml b/content/svg/content/test/test_SVGxxxList.xhtml similarity index 100% rename from dom/svg/test/test_SVGxxxList.xhtml rename to content/svg/content/test/test_SVGxxxList.xhtml diff --git a/dom/svg/test/test_SVGxxxListIndexing.xhtml b/content/svg/content/test/test_SVGxxxListIndexing.xhtml similarity index 100% rename from dom/svg/test/test_SVGxxxListIndexing.xhtml rename to content/svg/content/test/test_SVGxxxListIndexing.xhtml diff --git a/dom/svg/test/test_a_href_01.xhtml b/content/svg/content/test/test_a_href_01.xhtml similarity index 100% rename from dom/svg/test/test_a_href_01.xhtml rename to content/svg/content/test/test_a_href_01.xhtml diff --git a/dom/svg/test/test_a_href_02.xhtml b/content/svg/content/test/test_a_href_02.xhtml similarity index 100% rename from dom/svg/test/test_a_href_02.xhtml rename to content/svg/content/test/test_a_href_02.xhtml diff --git a/dom/svg/test/test_animLengthObjectIdentity.xhtml b/content/svg/content/test/test_animLengthObjectIdentity.xhtml similarity index 100% rename from dom/svg/test/test_animLengthObjectIdentity.xhtml rename to content/svg/content/test/test_animLengthObjectIdentity.xhtml diff --git a/dom/svg/test/test_animLengthReadonly.xhtml b/content/svg/content/test/test_animLengthReadonly.xhtml similarity index 100% rename from dom/svg/test/test_animLengthReadonly.xhtml rename to content/svg/content/test/test_animLengthReadonly.xhtml diff --git a/dom/svg/test/test_animLengthUnits.xhtml b/content/svg/content/test/test_animLengthUnits.xhtml similarity index 100% rename from dom/svg/test/test_animLengthUnits.xhtml rename to content/svg/content/test/test_animLengthUnits.xhtml diff --git a/dom/svg/test/test_bbox-with-invalid-viewBox.xhtml b/content/svg/content/test/test_bbox-with-invalid-viewBox.xhtml similarity index 100% rename from dom/svg/test/test_bbox-with-invalid-viewBox.xhtml rename to content/svg/content/test/test_bbox-with-invalid-viewBox.xhtml diff --git a/dom/svg/test/test_bbox.xhtml b/content/svg/content/test/test_bbox.xhtml similarity index 100% rename from dom/svg/test/test_bbox.xhtml rename to content/svg/content/test/test_bbox.xhtml diff --git a/dom/svg/test/test_bounds.html b/content/svg/content/test/test_bounds.html similarity index 100% rename from dom/svg/test/test_bounds.html rename to content/svg/content/test/test_bounds.html diff --git a/dom/svg/test/test_bug872812.html b/content/svg/content/test/test_bug872812.html similarity index 100% rename from dom/svg/test/test_bug872812.html rename to content/svg/content/test/test_bug872812.html diff --git a/dom/svg/test/test_dataTypes.html b/content/svg/content/test/test_dataTypes.html similarity index 100% rename from dom/svg/test/test_dataTypes.html rename to content/svg/content/test/test_dataTypes.html diff --git a/dom/svg/test/test_dataTypesModEvents.html b/content/svg/content/test/test_dataTypesModEvents.html similarity index 100% rename from dom/svg/test/test_dataTypesModEvents.html rename to content/svg/content/test/test_dataTypesModEvents.html diff --git a/dom/svg/test/test_fragments.html b/content/svg/content/test/test_fragments.html similarity index 100% rename from dom/svg/test/test_fragments.html rename to content/svg/content/test/test_fragments.html diff --git a/dom/svg/test/test_getBBox-method.html b/content/svg/content/test/test_getBBox-method.html similarity index 100% rename from dom/svg/test/test_getBBox-method.html rename to content/svg/content/test/test_getBBox-method.html diff --git a/dom/svg/test/test_getCTM.html b/content/svg/content/test/test_getCTM.html similarity index 100% rename from dom/svg/test/test_getCTM.html rename to content/svg/content/test/test_getCTM.html diff --git a/dom/svg/test/test_getElementById.xhtml b/content/svg/content/test/test_getElementById.xhtml similarity index 100% rename from dom/svg/test/test_getElementById.xhtml rename to content/svg/content/test/test_getElementById.xhtml diff --git a/dom/svg/test/test_getSubStringLength.xhtml b/content/svg/content/test/test_getSubStringLength.xhtml similarity index 100% rename from dom/svg/test/test_getSubStringLength.xhtml rename to content/svg/content/test/test_getSubStringLength.xhtml diff --git a/dom/svg/test/test_hasFeature.xhtml b/content/svg/content/test/test_hasFeature.xhtml similarity index 99% rename from dom/svg/test/test_hasFeature.xhtml rename to content/svg/content/test/test_hasFeature.xhtml index aa64e999eb0..03e1dba5354 100644 --- a/dom/svg/test/test_hasFeature.xhtml +++ b/content/svg/content/test/test_hasFeature.xhtml @@ -64,7 +64,7 @@ var features = [ ["XPath", "3.0", "true"], // current SVG feature string support status: - // dom/svg/nsSVGFeaturesList.h + // content/svg/content/src/nsSVGFeaturesList.h // SVG 1.1 // Static festures ["http://www.w3.org/TR/SVG11/feature#CoreAttribute", "1.1", true], diff --git a/dom/svg/test/test_lang.xhtml b/content/svg/content/test/test_lang.xhtml similarity index 100% rename from dom/svg/test/test_lang.xhtml rename to content/svg/content/test/test_lang.xhtml diff --git a/dom/svg/test/test_length.xhtml b/content/svg/content/test/test_length.xhtml similarity index 100% rename from dom/svg/test/test_length.xhtml rename to content/svg/content/test/test_length.xhtml diff --git a/dom/svg/test/test_lengthParsing.html b/content/svg/content/test/test_lengthParsing.html similarity index 100% rename from dom/svg/test/test_lengthParsing.html rename to content/svg/content/test/test_lengthParsing.html diff --git a/dom/svg/test/test_non-scaling-stroke.html b/content/svg/content/test/test_non-scaling-stroke.html similarity index 100% rename from dom/svg/test/test_non-scaling-stroke.html rename to content/svg/content/test/test_non-scaling-stroke.html diff --git a/dom/svg/test/test_nonAnimStrings.xhtml b/content/svg/content/test/test_nonAnimStrings.xhtml similarity index 100% rename from dom/svg/test/test_nonAnimStrings.xhtml rename to content/svg/content/test/test_nonAnimStrings.xhtml diff --git a/dom/svg/test/test_onerror.xhtml b/content/svg/content/test/test_onerror.xhtml similarity index 100% rename from dom/svg/test/test_onerror.xhtml rename to content/svg/content/test/test_onerror.xhtml diff --git a/dom/svg/test/test_pathAnimInterpolation.xhtml b/content/svg/content/test/test_pathAnimInterpolation.xhtml similarity index 100% rename from dom/svg/test/test_pathAnimInterpolation.xhtml rename to content/svg/content/test/test_pathAnimInterpolation.xhtml diff --git a/dom/svg/test/test_pathLength.html b/content/svg/content/test/test_pathLength.html similarity index 100% rename from dom/svg/test/test_pathLength.html rename to content/svg/content/test/test_pathLength.html diff --git a/dom/svg/test/test_pathSeg.xhtml b/content/svg/content/test/test_pathSeg.xhtml similarity index 100% rename from dom/svg/test/test_pathSeg.xhtml rename to content/svg/content/test/test_pathSeg.xhtml diff --git a/dom/svg/test/test_pointAtLength.xhtml b/content/svg/content/test/test_pointAtLength.xhtml similarity index 100% rename from dom/svg/test/test_pointAtLength.xhtml rename to content/svg/content/test/test_pointAtLength.xhtml diff --git a/dom/svg/test/test_pointer-events-1a.xhtml b/content/svg/content/test/test_pointer-events-1a.xhtml similarity index 100% rename from dom/svg/test/test_pointer-events-1a.xhtml rename to content/svg/content/test/test_pointer-events-1a.xhtml diff --git a/dom/svg/test/test_pointer-events-1b.xhtml b/content/svg/content/test/test_pointer-events-1b.xhtml similarity index 100% rename from dom/svg/test/test_pointer-events-1b.xhtml rename to content/svg/content/test/test_pointer-events-1b.xhtml diff --git a/dom/svg/test/test_pointer-events-2.xhtml b/content/svg/content/test/test_pointer-events-2.xhtml similarity index 100% rename from dom/svg/test/test_pointer-events-2.xhtml rename to content/svg/content/test/test_pointer-events-2.xhtml diff --git a/dom/svg/test/test_pointer-events-3.xhtml b/content/svg/content/test/test_pointer-events-3.xhtml similarity index 100% rename from dom/svg/test/test_pointer-events-3.xhtml rename to content/svg/content/test/test_pointer-events-3.xhtml diff --git a/dom/svg/test/test_pointer-events-4.xhtml b/content/svg/content/test/test_pointer-events-4.xhtml similarity index 100% rename from dom/svg/test/test_pointer-events-4.xhtml rename to content/svg/content/test/test_pointer-events-4.xhtml diff --git a/dom/svg/test/test_pointer-events-5.xhtml b/content/svg/content/test/test_pointer-events-5.xhtml similarity index 100% rename from dom/svg/test/test_pointer-events-5.xhtml rename to content/svg/content/test/test_pointer-events-5.xhtml diff --git a/dom/svg/test/test_pointer-events-6.xhtml b/content/svg/content/test/test_pointer-events-6.xhtml similarity index 100% rename from dom/svg/test/test_pointer-events-6.xhtml rename to content/svg/content/test/test_pointer-events-6.xhtml diff --git a/dom/svg/test/test_scientific.html b/content/svg/content/test/test_scientific.html similarity index 100% rename from dom/svg/test/test_scientific.html rename to content/svg/content/test/test_scientific.html diff --git a/dom/svg/test/test_selectSubString.xhtml b/content/svg/content/test/test_selectSubString.xhtml similarity index 100% rename from dom/svg/test/test_selectSubString.xhtml rename to content/svg/content/test/test_selectSubString.xhtml diff --git a/dom/svg/test/test_stroke-linecap-hit-testing.xhtml b/content/svg/content/test/test_stroke-linecap-hit-testing.xhtml similarity index 100% rename from dom/svg/test/test_stroke-linecap-hit-testing.xhtml rename to content/svg/content/test/test_stroke-linecap-hit-testing.xhtml diff --git a/dom/svg/test/test_switch.xhtml b/content/svg/content/test/test_switch.xhtml similarity index 100% rename from dom/svg/test/test_switch.xhtml rename to content/svg/content/test/test_switch.xhtml diff --git a/dom/svg/test/test_text.html b/content/svg/content/test/test_text.html similarity index 100% rename from dom/svg/test/test_text.html rename to content/svg/content/test/test_text.html diff --git a/dom/svg/test/test_text_2.html b/content/svg/content/test/test_text_2.html similarity index 100% rename from dom/svg/test/test_text_2.html rename to content/svg/content/test/test_text_2.html diff --git a/dom/svg/test/test_text_dirty.html b/content/svg/content/test/test_text_dirty.html similarity index 100% rename from dom/svg/test/test_text_dirty.html rename to content/svg/content/test/test_text_dirty.html diff --git a/dom/svg/test/test_text_lengthAdjust.html b/content/svg/content/test/test_text_lengthAdjust.html similarity index 100% rename from dom/svg/test/test_text_lengthAdjust.html rename to content/svg/content/test/test_text_lengthAdjust.html diff --git a/dom/svg/test/test_text_scaled.html b/content/svg/content/test/test_text_scaled.html similarity index 100% rename from dom/svg/test/test_text_scaled.html rename to content/svg/content/test/test_text_scaled.html diff --git a/dom/svg/test/test_text_selection.html b/content/svg/content/test/test_text_selection.html similarity index 100% rename from dom/svg/test/test_text_selection.html rename to content/svg/content/test/test_text_selection.html diff --git a/dom/svg/test/test_text_update.html b/content/svg/content/test/test_text_update.html similarity index 100% rename from dom/svg/test/test_text_update.html rename to content/svg/content/test/test_text_update.html diff --git a/dom/svg/test/test_transform.xhtml b/content/svg/content/test/test_transform.xhtml similarity index 100% rename from dom/svg/test/test_transform.xhtml rename to content/svg/content/test/test_transform.xhtml diff --git a/dom/svg/test/test_transformParsing.html b/content/svg/content/test/test_transformParsing.html similarity index 100% rename from dom/svg/test/test_transformParsing.html rename to content/svg/content/test/test_transformParsing.html diff --git a/dom/svg/test/test_valueAsString.xhtml b/content/svg/content/test/test_valueAsString.xhtml similarity index 100% rename from dom/svg/test/test_valueAsString.xhtml rename to content/svg/content/test/test_valueAsString.xhtml diff --git a/dom/svg/test/test_valueLeaks.xhtml b/content/svg/content/test/test_valueLeaks.xhtml similarity index 100% rename from dom/svg/test/test_valueLeaks.xhtml rename to content/svg/content/test/test_valueLeaks.xhtml diff --git a/dom/svg/test/test_viewport.html b/content/svg/content/test/test_viewport.html similarity index 100% rename from dom/svg/test/test_viewport.html rename to content/svg/content/test/test_viewport.html diff --git a/dom/svg/test/test_zoom.xhtml b/content/svg/content/test/test_zoom.xhtml similarity index 100% rename from dom/svg/test/test_zoom.xhtml rename to content/svg/content/test/test_zoom.xhtml diff --git a/dom/svg/test/text-helper-scaled.svg b/content/svg/content/test/text-helper-scaled.svg similarity index 100% rename from dom/svg/test/text-helper-scaled.svg rename to content/svg/content/test/text-helper-scaled.svg diff --git a/dom/svg/test/text-helper-selection.svg b/content/svg/content/test/text-helper-selection.svg similarity index 100% rename from dom/svg/test/text-helper-selection.svg rename to content/svg/content/test/text-helper-selection.svg diff --git a/dom/svg/test/text-helper.svg b/content/svg/content/test/text-helper.svg similarity index 100% rename from dom/svg/test/text-helper.svg rename to content/svg/content/test/text-helper.svg diff --git a/dom/svg/test/viewport-helper.svg b/content/svg/content/test/viewport-helper.svg similarity index 100% rename from dom/svg/test/viewport-helper.svg rename to content/svg/content/test/viewport-helper.svg diff --git a/dom/svg/test/zoom-helper.svg b/content/svg/content/test/zoom-helper.svg similarity index 100% rename from dom/svg/test/zoom-helper.svg rename to content/svg/content/test/zoom-helper.svg diff --git a/dom/svg/SVGDocument.cpp b/content/svg/document/src/SVGDocument.cpp similarity index 100% rename from dom/svg/SVGDocument.cpp rename to content/svg/document/src/SVGDocument.cpp diff --git a/dom/svg/SVGDocument.h b/content/svg/document/src/SVGDocument.h similarity index 100% rename from dom/svg/SVGDocument.h rename to content/svg/document/src/SVGDocument.h diff --git a/content/svg/document/src/moz.build b/content/svg/document/src/moz.build new file mode 100644 index 00000000000..6a8f823294e --- /dev/null +++ b/content/svg/document/src/moz.build @@ -0,0 +1,25 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +EXPORTS.mozilla.dom += [ + 'SVGDocument.h', +] + +SOURCES += [ + 'SVGDocument.cpp', +] + +FAIL_ON_WARNINGS = True + +LOCAL_INCLUDES += [ + '/content/base/src', + '/content/html/document/src', + '/content/svg/content/src', + '/dom/xml', + '/layout/style', +] + +FINAL_LIBRARY = 'xul' diff --git a/content/svg/moz.build b/content/svg/moz.build new file mode 100644 index 00000000000..dd57669525e --- /dev/null +++ b/content/svg/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +DIRS += ['document/src', 'content'] diff --git a/dom/bindings/moz.build b/dom/bindings/moz.build index 8f3cc430352..261cce6bb5b 100644 --- a/dom/bindings/moz.build +++ b/dom/bindings/moz.build @@ -46,6 +46,7 @@ LOCAL_INCLUDES += [ '/content/html/document/src', '/content/media/webaudio', '/content/media/webspeech/recognition', + '/content/svg/content/src', '/content/xul/content/src', '/content/xul/document/src', '/dom/base', @@ -56,7 +57,6 @@ LOCAL_INCLUDES += [ '/dom/file', '/dom/indexedDB', '/dom/src/geolocation', - '/dom/svg', '/dom/workers', '/dom/xbl', '/dom/xml', diff --git a/dom/canvas/moz.build b/dom/canvas/moz.build index 7ac1520555b..21651369c59 100644 --- a/dom/canvas/moz.build +++ b/dom/canvas/moz.build @@ -116,9 +116,9 @@ FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ '/content/base/src', '/content/html/content/src', + '/content/svg/content/src', '/content/xul/content/src', '/dom/base', - '/dom/svg', '/image/src', '/js/xpconnect/src', '/layout/generic', diff --git a/dom/moz.build b/dom/moz.build index b480e2d2eee..042a811b2ba 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -73,7 +73,6 @@ DIRS += [ 'plugins/base', 'plugins/ipc', 'indexedDB', - 'svg', 'system', 'ipc', 'identity', diff --git a/dom/smil/moz.build b/dom/smil/moz.build index 365d99902b0..38d9463f5c8 100644 --- a/dom/smil/moz.build +++ b/dom/smil/moz.build @@ -66,7 +66,7 @@ FAIL_ON_WARNINGS = True LOCAL_INCLUDES += [ '/content/base/src', - '/dom/svg', + '/content/svg/content/src', '/layout/style', ] diff --git a/embedding/browser/webBrowser/moz.build b/embedding/browser/webBrowser/moz.build index fb721ebf25d..df3240d470c 100644 --- a/embedding/browser/webBrowser/moz.build +++ b/embedding/browser/webBrowser/moz.build @@ -49,6 +49,6 @@ FAIL_ON_WARNINGS = True FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ '../../../content/base/src', - '/dom/svg', + '../../../content/svg/content/src', ] diff --git a/image/src/moz.build b/image/src/moz.build index a48429e1bff..0ab0033b267 100644 --- a/image/src/moz.build +++ b/image/src/moz.build @@ -54,7 +54,7 @@ FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ # Because SVGDocumentWrapper.cpp includes "mozilla/dom/SVGSVGElement.h" '/content/base/src', - '/dom/svg', + '/content/svg/content/src', # We need to instantiate the decoders '/image/decoders', # Because VectorImage.cpp includes nsSVGUtils.h and nsSVGEffects.h diff --git a/js/xpconnect/src/moz.build b/js/xpconnect/src/moz.build index 5f1f34843a6..755f9caafcd 100644 --- a/js/xpconnect/src/moz.build +++ b/js/xpconnect/src/moz.build @@ -77,8 +77,8 @@ LOCAL_INCLUDES += [ '/content/base/src', '/content/html/content/src', '/content/html/document/src', + '/content/svg/content/src', '/dom/base', - '/dom/svg', '/dom/workers', '/js/ipc', '/layout/base', diff --git a/layout/base/moz.build b/layout/base/moz.build index 1609e186d3d..c89494e9095 100644 --- a/layout/base/moz.build +++ b/layout/base/moz.build @@ -115,6 +115,7 @@ include('/ipc/chromium/chromium-config.mozbuild') LOCAL_INCLUDES += [ '../../content/base/src', '../../content/html/content/src', + '../../content/svg/content/src', '../forms', '../generic', '../mathml', @@ -126,7 +127,6 @@ LOCAL_INCLUDES += [ '../xul/tree/', '/docshell/base', '/dom/base', - '/dom/svg', '/dom/xbl', '/view', ] diff --git a/layout/build/moz.build b/layout/build/moz.build index 6dc9d888611..b4a4dd4fb93 100644 --- a/layout/build/moz.build +++ b/layout/build/moz.build @@ -40,6 +40,7 @@ LOCAL_INCLUDES += [ '/content/base/src', '/content/html/content/src', '/content/html/document/src', + '/content/svg/content/src', '/content/xul/content/src', '/content/xul/document/src', '/content/xul/templates/src', @@ -57,7 +58,6 @@ LOCAL_INCLUDES += [ '/dom/src/jsurl', '/dom/src/offline', '/dom/src/storage', - '/dom/svg', '/dom/telephony', '/dom/xbl', '/dom/xslt/base', diff --git a/layout/svg/moz.build b/layout/svg/moz.build index eaeda51e2b2..09d0429fda8 100644 --- a/layout/svg/moz.build +++ b/layout/svg/moz.build @@ -52,12 +52,12 @@ FAIL_ON_WARNINGS = True FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ '../../content/base/src', + '../../content/svg/content/src', '../../widget', '../base', '../generic', '../style', '../xul', - '/dom/svg', ] RESOURCE_FILES += [ diff --git a/testing/crashtest/crashtests.list b/testing/crashtest/crashtests.list index a310d5d4898..f127f59a5e0 100644 --- a/testing/crashtest/crashtests.list +++ b/testing/crashtest/crashtests.list @@ -9,6 +9,7 @@ include ../../content/base/crashtests/crashtests.list include ../../content/html/content/crashtests/crashtests.list include ../../content/html/document/crashtests/crashtests.list include ../../content/media/test/crashtests/crashtests.list +include ../../content/svg/content/src/crashtests/crashtests.list include ../../content/xul/content/crashtests/crashtests.list include ../../content/xul/document/crashtests/crashtests.list include ../../content/xul/templates/src/crashtests/crashtests.list @@ -25,7 +26,6 @@ include ../../dom/plugins/test/crashtests/crashtests.list include ../../dom/smil/crashtests/crashtests.list include ../../dom/src/jsurl/crashtests/crashtests.list include ../../dom/src/offline/crashtests/crashtests.list -include ../../dom/svg/crashtests/crashtests.list include ../../dom/xbl/crashtests/crashtests.list include ../../dom/xml/crashtests/crashtests.list include ../../dom/xslt/crashtests/crashtests.list