Commit Graph

2090 Commits

Author SHA1 Message Date
Birunthan Mohanathas
525659840a Bug 1054703 - Part 5: Flatten embedding/components/printingui/src/ into parent directory. r=bsmedberg
--HG--
rename : embedding/components/printingui/src/mac/moz.build => embedding/components/printingui/mac/moz.build
rename : embedding/components/printingui/src/mac/nsPrintProgress.cpp => embedding/components/printingui/mac/nsPrintProgress.cpp
rename : embedding/components/printingui/src/mac/nsPrintProgress.h => embedding/components/printingui/mac/nsPrintProgress.h
rename : embedding/components/printingui/src/mac/nsPrintProgressParams.cpp => embedding/components/printingui/mac/nsPrintProgressParams.cpp
rename : embedding/components/printingui/src/mac/nsPrintProgressParams.h => embedding/components/printingui/mac/nsPrintProgressParams.h
rename : embedding/components/printingui/src/mac/nsPrintingPromptService.h => embedding/components/printingui/mac/nsPrintingPromptService.h
rename : embedding/components/printingui/src/mac/nsPrintingPromptServiceX.mm => embedding/components/printingui/mac/nsPrintingPromptServiceX.mm
rename : embedding/components/printingui/src/moz.build => embedding/components/printingui/moz.build
rename : embedding/components/printingui/src/unixshared/moz.build => embedding/components/printingui/unixshared/moz.build
rename : embedding/components/printingui/src/unixshared/nsPrintProgress.cpp => embedding/components/printingui/unixshared/nsPrintProgress.cpp
rename : embedding/components/printingui/src/unixshared/nsPrintProgress.h => embedding/components/printingui/unixshared/nsPrintProgress.h
rename : embedding/components/printingui/src/unixshared/nsPrintProgressParams.cpp => embedding/components/printingui/unixshared/nsPrintProgressParams.cpp
rename : embedding/components/printingui/src/unixshared/nsPrintProgressParams.h => embedding/components/printingui/unixshared/nsPrintProgressParams.h
rename : embedding/components/printingui/src/unixshared/nsPrintingPromptService.cpp => embedding/components/printingui/unixshared/nsPrintingPromptService.cpp
rename : embedding/components/printingui/src/unixshared/nsPrintingPromptService.h => embedding/components/printingui/unixshared/nsPrintingPromptService.h
rename : embedding/components/printingui/src/win/moz.build => embedding/components/printingui/win/moz.build
rename : embedding/components/printingui/src/win/nsPrintDialogUtil.cpp => embedding/components/printingui/win/nsPrintDialogUtil.cpp
rename : embedding/components/printingui/src/win/nsPrintDialogUtil.h => embedding/components/printingui/win/nsPrintDialogUtil.h
rename : embedding/components/printingui/src/win/nsPrintProgress.cpp => embedding/components/printingui/win/nsPrintProgress.cpp
rename : embedding/components/printingui/src/win/nsPrintProgress.h => embedding/components/printingui/win/nsPrintProgress.h
rename : embedding/components/printingui/src/win/nsPrintProgressParams.cpp => embedding/components/printingui/win/nsPrintProgressParams.cpp
rename : embedding/components/printingui/src/win/nsPrintProgressParams.h => embedding/components/printingui/win/nsPrintProgressParams.h
rename : embedding/components/printingui/src/win/nsPrintingPromptService.cpp => embedding/components/printingui/win/nsPrintingPromptService.cpp
rename : embedding/components/printingui/src/win/nsPrintingPromptService.h => embedding/components/printingui/win/nsPrintingPromptService.h
2014-08-20 10:27:17 -07:00
Birunthan Mohanathas
f9d5eb4919 Bug 1054703 - Part 4: Flatten embedding/components/find/{public,src}/ into parent directory. r=bsmedberg
--HG--
rename : embedding/components/find/src/nsFind.cpp => embedding/components/find/nsFind.cpp
rename : embedding/components/find/src/nsFind.h => embedding/components/find/nsFind.h
rename : embedding/components/find/public/nsIFind.idl => embedding/components/find/nsIFind.idl
rename : embedding/components/find/public/nsIWebBrowserFind.idl => embedding/components/find/nsIWebBrowserFind.idl
rename : embedding/components/find/src/nsWebBrowserFind.cpp => embedding/components/find/nsWebBrowserFind.cpp
rename : embedding/components/find/src/nsWebBrowserFind.h => embedding/components/find/nsWebBrowserFind.h
2014-08-20 10:27:16 -07:00
Birunthan Mohanathas
dafd5df3c6 Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg
--HG--
rename : embedding/components/commandhandler/src/nsBaseCommandController.cpp => embedding/components/commandhandler/nsBaseCommandController.cpp
rename : embedding/components/commandhandler/src/nsBaseCommandController.h => embedding/components/commandhandler/nsBaseCommandController.h
rename : embedding/components/commandhandler/src/nsCommandGroup.cpp => embedding/components/commandhandler/nsCommandGroup.cpp
rename : embedding/components/commandhandler/src/nsCommandGroup.h => embedding/components/commandhandler/nsCommandGroup.h
rename : embedding/components/commandhandler/src/nsCommandManager.cpp => embedding/components/commandhandler/nsCommandManager.cpp
rename : embedding/components/commandhandler/src/nsCommandManager.h => embedding/components/commandhandler/nsCommandManager.h
rename : embedding/components/commandhandler/src/nsCommandParams.cpp => embedding/components/commandhandler/nsCommandParams.cpp
rename : embedding/components/commandhandler/src/nsCommandParams.h => embedding/components/commandhandler/nsCommandParams.h
rename : embedding/components/commandhandler/src/nsControllerCommandTable.cpp => embedding/components/commandhandler/nsControllerCommandTable.cpp
rename : embedding/components/commandhandler/src/nsControllerCommandTable.h => embedding/components/commandhandler/nsControllerCommandTable.h
rename : embedding/components/commandhandler/public/nsICommandManager.idl => embedding/components/commandhandler/nsICommandManager.idl
rename : embedding/components/commandhandler/public/nsICommandParams.idl => embedding/components/commandhandler/nsICommandParams.idl
rename : embedding/components/commandhandler/public/nsIControllerCommand.idl => embedding/components/commandhandler/nsIControllerCommand.idl
rename : embedding/components/commandhandler/public/nsIControllerCommandTable.idl => embedding/components/commandhandler/nsIControllerCommandTable.idl
rename : embedding/components/commandhandler/public/nsIControllerContext.idl => embedding/components/commandhandler/nsIControllerContext.idl
rename : embedding/components/commandhandler/public/nsPICommandUpdater.idl => embedding/components/commandhandler/nsPICommandUpdater.idl
2014-08-20 10:27:16 -07:00
Birunthan Mohanathas
2ca055055d Bug 1054703 - Part 2: Flatten embedding/components/appstartup/src/ into parent directory. r=bsmedberg
--HG--
rename : embedding/components/appstartup/src/moz.build => embedding/components/appstartup/moz.build
rename : embedding/components/appstartup/src/nsAppStartupNotifier.cpp => embedding/components/appstartup/nsAppStartupNotifier.cpp
rename : embedding/components/appstartup/src/nsAppStartupNotifier.h => embedding/components/appstartup/nsAppStartupNotifier.h
rename : embedding/components/appstartup/src/nsIAppStartupNotifier.h => embedding/components/appstartup/nsIAppStartupNotifier.h
2014-08-20 10:27:16 -07:00
Birunthan Mohanathas
8048e8cb70 Bug 1054703 - Part 1: Flatten embedding/base/ into parent directory. r=bsmedberg
--HG--
rename : embedding/base/nsEmbedCID.h => embedding/nsEmbedCID.h
rename : embedding/base/nsIWindowCreator.idl => embedding/nsIWindowCreator.idl
rename : embedding/base/nsIWindowCreator2.idl => embedding/nsIWindowCreator2.idl
rename : embedding/base/nsIWindowProvider.idl => embedding/nsIWindowProvider.idl
2014-08-20 10:27:16 -07:00
Bobby Holley
14a072e068 Bug 796938 - Use GetEntryGlobal in nsWindowWatcher::URIFromURL. r=smaug 2014-08-19 12:02:08 -07:00
Bobby Holley
d89ee84121 Bug 796938 - Switch to GetEntryGlobal in nsWindowWatcher::GetCallerTreeItem. r=smaug 2014-08-19 12:02:06 -07:00
Bobby Holley
a54113a4dd Bug 951991 - Implement GetEntryGlobal. r=smaug 2014-08-19 12:02:05 -07:00
Nicholas Nethercote
e3b0f961cb Bug 1050036 (part 2) - Fix leaks in nsCommandParams cause by a bad moveEntry() function for the pldhash. r=roc.
--HG--
extra : rebase_source : 9165c8eea9c81b8eb1ed88ebf04088b40222ad5a
2014-08-17 15:42:20 -07:00
Nicholas Nethercote
ffea0fdbca Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
* * *
imported patch rm-dummy-params

--HG--
extra : rebase_source : c25987eb11bae197218d5fc53b77def19afa36ac
2014-08-06 06:31:21 -07:00
Ed Morley
a690b626a9 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
2014-08-06 17:06:57 +01:00
Birunthan Mohanathas
33f66261f8 Bug 946065 - Part 8: Move content/svg/ to dom/ and flatten subdirectories. r=jwatt
--HG--
rename : content/svg/content/src/DOMSVGAnimatedLengthList.cpp => dom/svg/DOMSVGAnimatedLengthList.cpp
rename : content/svg/content/src/DOMSVGAnimatedLengthList.h => dom/svg/DOMSVGAnimatedLengthList.h
rename : content/svg/content/src/DOMSVGAnimatedNumberList.cpp => dom/svg/DOMSVGAnimatedNumberList.cpp
rename : content/svg/content/src/DOMSVGAnimatedNumberList.h => dom/svg/DOMSVGAnimatedNumberList.h
rename : content/svg/content/src/DOMSVGLength.cpp => dom/svg/DOMSVGLength.cpp
rename : content/svg/content/src/DOMSVGLength.h => dom/svg/DOMSVGLength.h
rename : content/svg/content/src/DOMSVGLengthList.cpp => dom/svg/DOMSVGLengthList.cpp
rename : content/svg/content/src/DOMSVGLengthList.h => dom/svg/DOMSVGLengthList.h
rename : content/svg/content/src/DOMSVGNumber.cpp => dom/svg/DOMSVGNumber.cpp
rename : content/svg/content/src/DOMSVGNumber.h => dom/svg/DOMSVGNumber.h
rename : content/svg/content/src/DOMSVGNumberList.cpp => dom/svg/DOMSVGNumberList.cpp
rename : content/svg/content/src/DOMSVGNumberList.h => dom/svg/DOMSVGNumberList.h
rename : content/svg/content/src/DOMSVGPathSeg.cpp => dom/svg/DOMSVGPathSeg.cpp
rename : content/svg/content/src/DOMSVGPathSeg.h => dom/svg/DOMSVGPathSeg.h
rename : content/svg/content/src/DOMSVGPathSegList.cpp => dom/svg/DOMSVGPathSegList.cpp
rename : content/svg/content/src/DOMSVGPathSegList.h => dom/svg/DOMSVGPathSegList.h
rename : content/svg/content/src/DOMSVGPoint.cpp => dom/svg/DOMSVGPoint.cpp
rename : content/svg/content/src/DOMSVGPoint.h => dom/svg/DOMSVGPoint.h
rename : content/svg/content/src/DOMSVGPointList.cpp => dom/svg/DOMSVGPointList.cpp
rename : content/svg/content/src/DOMSVGPointList.h => dom/svg/DOMSVGPointList.h
rename : content/svg/content/src/DOMSVGStringList.cpp => dom/svg/DOMSVGStringList.cpp
rename : content/svg/content/src/DOMSVGStringList.h => dom/svg/DOMSVGStringList.h
rename : content/svg/content/src/DOMSVGTransformList.cpp => dom/svg/DOMSVGTransformList.cpp
rename : content/svg/content/src/DOMSVGTransformList.h => dom/svg/DOMSVGTransformList.h
rename : content/svg/content/src/SVGAElement.cpp => dom/svg/SVGAElement.cpp
rename : content/svg/content/src/SVGAElement.h => dom/svg/SVGAElement.h
rename : content/svg/content/src/SVGAltGlyphElement.cpp => dom/svg/SVGAltGlyphElement.cpp
rename : content/svg/content/src/SVGAltGlyphElement.h => dom/svg/SVGAltGlyphElement.h
rename : content/svg/content/src/SVGAngle.cpp => dom/svg/SVGAngle.cpp
rename : content/svg/content/src/SVGAngle.h => dom/svg/SVGAngle.h
rename : content/svg/content/src/SVGAnimateElement.cpp => dom/svg/SVGAnimateElement.cpp
rename : content/svg/content/src/SVGAnimateElement.h => dom/svg/SVGAnimateElement.h
rename : content/svg/content/src/SVGAnimateMotionElement.cpp => dom/svg/SVGAnimateMotionElement.cpp
rename : content/svg/content/src/SVGAnimateMotionElement.h => dom/svg/SVGAnimateMotionElement.h
rename : content/svg/content/src/SVGAnimateTransformElement.cpp => dom/svg/SVGAnimateTransformElement.cpp
rename : content/svg/content/src/SVGAnimateTransformElement.h => dom/svg/SVGAnimateTransformElement.h
rename : content/svg/content/src/SVGAnimatedAngle.cpp => dom/svg/SVGAnimatedAngle.cpp
rename : content/svg/content/src/SVGAnimatedAngle.h => dom/svg/SVGAnimatedAngle.h
rename : content/svg/content/src/SVGAnimatedBoolean.cpp => dom/svg/SVGAnimatedBoolean.cpp
rename : content/svg/content/src/SVGAnimatedBoolean.h => dom/svg/SVGAnimatedBoolean.h
rename : content/svg/content/src/SVGAnimatedEnumeration.cpp => dom/svg/SVGAnimatedEnumeration.cpp
rename : content/svg/content/src/SVGAnimatedEnumeration.h => dom/svg/SVGAnimatedEnumeration.h
rename : content/svg/content/src/SVGAnimatedInteger.cpp => dom/svg/SVGAnimatedInteger.cpp
rename : content/svg/content/src/SVGAnimatedInteger.h => dom/svg/SVGAnimatedInteger.h
rename : content/svg/content/src/SVGAnimatedLength.cpp => dom/svg/SVGAnimatedLength.cpp
rename : content/svg/content/src/SVGAnimatedLength.h => dom/svg/SVGAnimatedLength.h
rename : content/svg/content/src/SVGAnimatedLengthList.cpp => dom/svg/SVGAnimatedLengthList.cpp
rename : content/svg/content/src/SVGAnimatedLengthList.h => dom/svg/SVGAnimatedLengthList.h
rename : content/svg/content/src/SVGAnimatedNumber.cpp => dom/svg/SVGAnimatedNumber.cpp
rename : content/svg/content/src/SVGAnimatedNumber.h => dom/svg/SVGAnimatedNumber.h
rename : content/svg/content/src/SVGAnimatedNumberList.cpp => dom/svg/SVGAnimatedNumberList.cpp
rename : content/svg/content/src/SVGAnimatedNumberList.h => dom/svg/SVGAnimatedNumberList.h
rename : content/svg/content/src/SVGAnimatedPathSegList.cpp => dom/svg/SVGAnimatedPathSegList.cpp
rename : content/svg/content/src/SVGAnimatedPathSegList.h => dom/svg/SVGAnimatedPathSegList.h
rename : content/svg/content/src/SVGAnimatedPointList.cpp => dom/svg/SVGAnimatedPointList.cpp
rename : content/svg/content/src/SVGAnimatedPointList.h => dom/svg/SVGAnimatedPointList.h
rename : content/svg/content/src/SVGAnimatedPreserveAspectRatio.cpp => dom/svg/SVGAnimatedPreserveAspectRatio.cpp
rename : content/svg/content/src/SVGAnimatedPreserveAspectRatio.h => dom/svg/SVGAnimatedPreserveAspectRatio.h
rename : content/svg/content/src/SVGAnimatedRect.cpp => dom/svg/SVGAnimatedRect.cpp
rename : content/svg/content/src/SVGAnimatedRect.h => dom/svg/SVGAnimatedRect.h
rename : content/svg/content/src/SVGAnimatedString.cpp => dom/svg/SVGAnimatedString.cpp
rename : content/svg/content/src/SVGAnimatedString.h => dom/svg/SVGAnimatedString.h
rename : content/svg/content/src/SVGAnimatedTransformList.cpp => dom/svg/SVGAnimatedTransformList.cpp
rename : content/svg/content/src/SVGAnimatedTransformList.h => dom/svg/SVGAnimatedTransformList.h
rename : content/svg/content/src/SVGAnimationElement.cpp => dom/svg/SVGAnimationElement.cpp
rename : content/svg/content/src/SVGAnimationElement.h => dom/svg/SVGAnimationElement.h
rename : content/svg/content/src/SVGAttrValueWrapper.cpp => dom/svg/SVGAttrValueWrapper.cpp
rename : content/svg/content/src/SVGAttrValueWrapper.h => dom/svg/SVGAttrValueWrapper.h
rename : content/svg/content/src/SVGCircleElement.cpp => dom/svg/SVGCircleElement.cpp
rename : content/svg/content/src/SVGCircleElement.h => dom/svg/SVGCircleElement.h
rename : content/svg/content/src/SVGClipPathElement.cpp => dom/svg/SVGClipPathElement.cpp
rename : content/svg/content/src/SVGClipPathElement.h => dom/svg/SVGClipPathElement.h
rename : content/svg/content/src/SVGComponentTransferFunctionElement.h => dom/svg/SVGComponentTransferFunctionElement.h
rename : content/svg/content/src/SVGContentUtils.cpp => dom/svg/SVGContentUtils.cpp
rename : content/svg/content/src/SVGContentUtils.h => dom/svg/SVGContentUtils.h
rename : content/svg/content/src/SVGDefsElement.cpp => dom/svg/SVGDefsElement.cpp
rename : content/svg/content/src/SVGDefsElement.h => dom/svg/SVGDefsElement.h
rename : content/svg/content/src/SVGDescElement.cpp => dom/svg/SVGDescElement.cpp
rename : content/svg/content/src/SVGDescElement.h => dom/svg/SVGDescElement.h
rename : content/svg/document/src/SVGDocument.cpp => dom/svg/SVGDocument.cpp
rename : content/svg/document/src/SVGDocument.h => dom/svg/SVGDocument.h
rename : content/svg/content/src/SVGElementFactory.cpp => dom/svg/SVGElementFactory.cpp
rename : content/svg/content/src/SVGElementFactory.h => dom/svg/SVGElementFactory.h
rename : content/svg/content/src/SVGEllipseElement.cpp => dom/svg/SVGEllipseElement.cpp
rename : content/svg/content/src/SVGEllipseElement.h => dom/svg/SVGEllipseElement.h
rename : content/svg/content/src/SVGFEBlendElement.cpp => dom/svg/SVGFEBlendElement.cpp
rename : content/svg/content/src/SVGFEBlendElement.h => dom/svg/SVGFEBlendElement.h
rename : content/svg/content/src/SVGFEColorMatrixElement.cpp => dom/svg/SVGFEColorMatrixElement.cpp
rename : content/svg/content/src/SVGFEColorMatrixElement.h => dom/svg/SVGFEColorMatrixElement.h
rename : content/svg/content/src/SVGFEComponentTransferElement.cpp => dom/svg/SVGFEComponentTransferElement.cpp
rename : content/svg/content/src/SVGFEComponentTransferElement.h => dom/svg/SVGFEComponentTransferElement.h
rename : content/svg/content/src/SVGFECompositeElement.cpp => dom/svg/SVGFECompositeElement.cpp
rename : content/svg/content/src/SVGFECompositeElement.h => dom/svg/SVGFECompositeElement.h
rename : content/svg/content/src/SVGFEConvolveMatrixElement.cpp => dom/svg/SVGFEConvolveMatrixElement.cpp
rename : content/svg/content/src/SVGFEConvolveMatrixElement.h => dom/svg/SVGFEConvolveMatrixElement.h
rename : content/svg/content/src/SVGFEDiffuseLightingElement.cpp => dom/svg/SVGFEDiffuseLightingElement.cpp
rename : content/svg/content/src/SVGFEDiffuseLightingElement.h => dom/svg/SVGFEDiffuseLightingElement.h
rename : content/svg/content/src/SVGFEDisplacementMapElement.cpp => dom/svg/SVGFEDisplacementMapElement.cpp
rename : content/svg/content/src/SVGFEDisplacementMapElement.h => dom/svg/SVGFEDisplacementMapElement.h
rename : content/svg/content/src/SVGFEDistantLightElement.cpp => dom/svg/SVGFEDistantLightElement.cpp
rename : content/svg/content/src/SVGFEDistantLightElement.h => dom/svg/SVGFEDistantLightElement.h
rename : content/svg/content/src/SVGFEDropShadowElement.cpp => dom/svg/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEDropShadowElement.h => dom/svg/SVGFEDropShadowElement.h
rename : content/svg/content/src/SVGFEFloodElement.cpp => dom/svg/SVGFEFloodElement.cpp
rename : content/svg/content/src/SVGFEFloodElement.h => dom/svg/SVGFEFloodElement.h
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => dom/svg/SVGFEGaussianBlurElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => dom/svg/SVGFEGaussianBlurElement.h
rename : content/svg/content/src/SVGFEImageElement.cpp => dom/svg/SVGFEImageElement.cpp
rename : content/svg/content/src/SVGFEImageElement.h => dom/svg/SVGFEImageElement.h
rename : content/svg/content/src/SVGFEMergeElement.cpp => dom/svg/SVGFEMergeElement.cpp
rename : content/svg/content/src/SVGFEMergeElement.h => dom/svg/SVGFEMergeElement.h
rename : content/svg/content/src/SVGFEMergeNodeElement.cpp => dom/svg/SVGFEMergeNodeElement.cpp
rename : content/svg/content/src/SVGFEMergeNodeElement.h => dom/svg/SVGFEMergeNodeElement.h
rename : content/svg/content/src/SVGFEMorphologyElement.cpp => dom/svg/SVGFEMorphologyElement.cpp
rename : content/svg/content/src/SVGFEMorphologyElement.h => dom/svg/SVGFEMorphologyElement.h
rename : content/svg/content/src/SVGFEOffsetElement.cpp => dom/svg/SVGFEOffsetElement.cpp
rename : content/svg/content/src/SVGFEOffsetElement.h => dom/svg/SVGFEOffsetElement.h
rename : content/svg/content/src/SVGFEPointLightElement.cpp => dom/svg/SVGFEPointLightElement.cpp
rename : content/svg/content/src/SVGFEPointLightElement.h => dom/svg/SVGFEPointLightElement.h
rename : content/svg/content/src/SVGFESpecularLightingElement.cpp => dom/svg/SVGFESpecularLightingElement.cpp
rename : content/svg/content/src/SVGFESpecularLightingElement.h => dom/svg/SVGFESpecularLightingElement.h
rename : content/svg/content/src/SVGFESpotLightElement.cpp => dom/svg/SVGFESpotLightElement.cpp
rename : content/svg/content/src/SVGFESpotLightElement.h => dom/svg/SVGFESpotLightElement.h
rename : content/svg/content/src/SVGFETileElement.cpp => dom/svg/SVGFETileElement.cpp
rename : content/svg/content/src/SVGFETileElement.h => dom/svg/SVGFETileElement.h
rename : content/svg/content/src/SVGFETurbulenceElement.cpp => dom/svg/SVGFETurbulenceElement.cpp
rename : content/svg/content/src/SVGFETurbulenceElement.h => dom/svg/SVGFETurbulenceElement.h
rename : content/svg/content/src/SVGFilterElement.cpp => dom/svg/SVGFilterElement.cpp
rename : content/svg/content/src/SVGFilterElement.h => dom/svg/SVGFilterElement.h
rename : content/svg/content/src/SVGForeignObjectElement.cpp => dom/svg/SVGForeignObjectElement.cpp
rename : content/svg/content/src/SVGForeignObjectElement.h => dom/svg/SVGForeignObjectElement.h
rename : content/svg/content/src/SVGFragmentIdentifier.cpp => dom/svg/SVGFragmentIdentifier.cpp
rename : content/svg/content/src/SVGFragmentIdentifier.h => dom/svg/SVGFragmentIdentifier.h
rename : content/svg/content/src/SVGGElement.cpp => dom/svg/SVGGElement.cpp
rename : content/svg/content/src/SVGGElement.h => dom/svg/SVGGElement.h
rename : content/svg/content/src/SVGGradientElement.cpp => dom/svg/SVGGradientElement.cpp
rename : content/svg/content/src/SVGGradientElement.h => dom/svg/SVGGradientElement.h
rename : content/svg/content/src/SVGGraphicsElement.cpp => dom/svg/SVGGraphicsElement.cpp
rename : content/svg/content/src/SVGGraphicsElement.h => dom/svg/SVGGraphicsElement.h
rename : content/svg/content/src/SVGIFrameElement.cpp => dom/svg/SVGIFrameElement.cpp
rename : content/svg/content/src/SVGIFrameElement.h => dom/svg/SVGIFrameElement.h
rename : content/svg/content/src/SVGIRect.h => dom/svg/SVGIRect.h
rename : content/svg/content/src/SVGImageElement.cpp => dom/svg/SVGImageElement.cpp
rename : content/svg/content/src/SVGImageElement.h => dom/svg/SVGImageElement.h
rename : content/svg/content/src/SVGIntegerPairSMILType.cpp => dom/svg/SVGIntegerPairSMILType.cpp
rename : content/svg/content/src/SVGIntegerPairSMILType.h => dom/svg/SVGIntegerPairSMILType.h
rename : content/svg/content/src/SVGLength.cpp => dom/svg/SVGLength.cpp
rename : content/svg/content/src/SVGLength.h => dom/svg/SVGLength.h
rename : content/svg/content/src/SVGLengthList.cpp => dom/svg/SVGLengthList.cpp
rename : content/svg/content/src/SVGLengthList.h => dom/svg/SVGLengthList.h
rename : content/svg/content/src/SVGLengthListSMILType.cpp => dom/svg/SVGLengthListSMILType.cpp
rename : content/svg/content/src/SVGLengthListSMILType.h => dom/svg/SVGLengthListSMILType.h
rename : content/svg/content/src/SVGLineElement.cpp => dom/svg/SVGLineElement.cpp
rename : content/svg/content/src/SVGLineElement.h => dom/svg/SVGLineElement.h
rename : content/svg/content/src/SVGMPathElement.cpp => dom/svg/SVGMPathElement.cpp
rename : content/svg/content/src/SVGMPathElement.h => dom/svg/SVGMPathElement.h
rename : content/svg/content/src/SVGMarkerElement.cpp => dom/svg/SVGMarkerElement.cpp
rename : content/svg/content/src/SVGMarkerElement.h => dom/svg/SVGMarkerElement.h
rename : content/svg/content/src/SVGMaskElement.cpp => dom/svg/SVGMaskElement.cpp
rename : content/svg/content/src/SVGMaskElement.h => dom/svg/SVGMaskElement.h
rename : content/svg/content/src/SVGMatrix.cpp => dom/svg/SVGMatrix.cpp
rename : content/svg/content/src/SVGMatrix.h => dom/svg/SVGMatrix.h
rename : content/svg/content/src/SVGMetadataElement.cpp => dom/svg/SVGMetadataElement.cpp
rename : content/svg/content/src/SVGMetadataElement.h => dom/svg/SVGMetadataElement.h
rename : content/svg/content/src/SVGMotionSMILAnimationFunction.cpp => dom/svg/SVGMotionSMILAnimationFunction.cpp
rename : content/svg/content/src/SVGMotionSMILAnimationFunction.h => dom/svg/SVGMotionSMILAnimationFunction.h
rename : content/svg/content/src/SVGMotionSMILAttr.cpp => dom/svg/SVGMotionSMILAttr.cpp
rename : content/svg/content/src/SVGMotionSMILAttr.h => dom/svg/SVGMotionSMILAttr.h
rename : content/svg/content/src/SVGMotionSMILPathUtils.cpp => dom/svg/SVGMotionSMILPathUtils.cpp
rename : content/svg/content/src/SVGMotionSMILPathUtils.h => dom/svg/SVGMotionSMILPathUtils.h
rename : content/svg/content/src/SVGMotionSMILType.cpp => dom/svg/SVGMotionSMILType.cpp
rename : content/svg/content/src/SVGMotionSMILType.h => dom/svg/SVGMotionSMILType.h
rename : content/svg/content/src/SVGNumberList.cpp => dom/svg/SVGNumberList.cpp
rename : content/svg/content/src/SVGNumberList.h => dom/svg/SVGNumberList.h
rename : content/svg/content/src/SVGNumberListSMILType.cpp => dom/svg/SVGNumberListSMILType.cpp
rename : content/svg/content/src/SVGNumberListSMILType.h => dom/svg/SVGNumberListSMILType.h
rename : content/svg/content/src/SVGNumberPairSMILType.cpp => dom/svg/SVGNumberPairSMILType.cpp
rename : content/svg/content/src/SVGNumberPairSMILType.h => dom/svg/SVGNumberPairSMILType.h
rename : content/svg/content/src/SVGOrientSMILType.cpp => dom/svg/SVGOrientSMILType.cpp
rename : content/svg/content/src/SVGOrientSMILType.h => dom/svg/SVGOrientSMILType.h
rename : content/svg/content/src/SVGPathData.cpp => dom/svg/SVGPathData.cpp
rename : content/svg/content/src/SVGPathData.h => dom/svg/SVGPathData.h
rename : content/svg/content/src/SVGPathElement.cpp => dom/svg/SVGPathElement.cpp
rename : content/svg/content/src/SVGPathElement.h => dom/svg/SVGPathElement.h
rename : content/svg/content/src/SVGPathSegListSMILType.cpp => dom/svg/SVGPathSegListSMILType.cpp
rename : content/svg/content/src/SVGPathSegListSMILType.h => dom/svg/SVGPathSegListSMILType.h
rename : content/svg/content/src/SVGPathSegUtils.cpp => dom/svg/SVGPathSegUtils.cpp
rename : content/svg/content/src/SVGPathSegUtils.h => dom/svg/SVGPathSegUtils.h
rename : content/svg/content/src/SVGPatternElement.cpp => dom/svg/SVGPatternElement.cpp
rename : content/svg/content/src/SVGPatternElement.h => dom/svg/SVGPatternElement.h
rename : content/svg/content/src/SVGPoint.h => dom/svg/SVGPoint.h
rename : content/svg/content/src/SVGPointList.cpp => dom/svg/SVGPointList.cpp
rename : content/svg/content/src/SVGPointList.h => dom/svg/SVGPointList.h
rename : content/svg/content/src/SVGPointListSMILType.cpp => dom/svg/SVGPointListSMILType.cpp
rename : content/svg/content/src/SVGPointListSMILType.h => dom/svg/SVGPointListSMILType.h
rename : content/svg/content/src/SVGPolygonElement.cpp => dom/svg/SVGPolygonElement.cpp
rename : content/svg/content/src/SVGPolygonElement.h => dom/svg/SVGPolygonElement.h
rename : content/svg/content/src/SVGPolylineElement.cpp => dom/svg/SVGPolylineElement.cpp
rename : content/svg/content/src/SVGPolylineElement.h => dom/svg/SVGPolylineElement.h
rename : content/svg/content/src/SVGPreserveAspectRatio.cpp => dom/svg/SVGPreserveAspectRatio.cpp
rename : content/svg/content/src/SVGPreserveAspectRatio.h => dom/svg/SVGPreserveAspectRatio.h
rename : content/svg/content/src/SVGRect.cpp => dom/svg/SVGRect.cpp
rename : content/svg/content/src/SVGRect.h => dom/svg/SVGRect.h
rename : content/svg/content/src/SVGRectElement.cpp => dom/svg/SVGRectElement.cpp
rename : content/svg/content/src/SVGRectElement.h => dom/svg/SVGRectElement.h
rename : content/svg/content/src/SVGSVGElement.cpp => dom/svg/SVGSVGElement.cpp
rename : content/svg/content/src/SVGSVGElement.h => dom/svg/SVGSVGElement.h
rename : content/svg/content/src/SVGScriptElement.cpp => dom/svg/SVGScriptElement.cpp
rename : content/svg/content/src/SVGScriptElement.h => dom/svg/SVGScriptElement.h
rename : content/svg/content/src/SVGSetElement.cpp => dom/svg/SVGSetElement.cpp
rename : content/svg/content/src/SVGSetElement.h => dom/svg/SVGSetElement.h
rename : content/svg/content/src/SVGStopElement.cpp => dom/svg/SVGStopElement.cpp
rename : content/svg/content/src/SVGStopElement.h => dom/svg/SVGStopElement.h
rename : content/svg/content/src/SVGStringList.cpp => dom/svg/SVGStringList.cpp
rename : content/svg/content/src/SVGStringList.h => dom/svg/SVGStringList.h
rename : content/svg/content/src/SVGStyleElement.cpp => dom/svg/SVGStyleElement.cpp
rename : content/svg/content/src/SVGStyleElement.h => dom/svg/SVGStyleElement.h
rename : content/svg/content/src/SVGSwitchElement.cpp => dom/svg/SVGSwitchElement.cpp
rename : content/svg/content/src/SVGSwitchElement.h => dom/svg/SVGSwitchElement.h
rename : content/svg/content/src/SVGSymbolElement.cpp => dom/svg/SVGSymbolElement.cpp
rename : content/svg/content/src/SVGSymbolElement.h => dom/svg/SVGSymbolElement.h
rename : content/svg/content/src/SVGTSpanElement.cpp => dom/svg/SVGTSpanElement.cpp
rename : content/svg/content/src/SVGTSpanElement.h => dom/svg/SVGTSpanElement.h
rename : content/svg/content/src/SVGTagList.h => dom/svg/SVGTagList.h
rename : content/svg/content/src/SVGTests.cpp => dom/svg/SVGTests.cpp
rename : content/svg/content/src/SVGTests.h => dom/svg/SVGTests.h
rename : content/svg/content/src/SVGTextContentElement.cpp => dom/svg/SVGTextContentElement.cpp
rename : content/svg/content/src/SVGTextContentElement.h => dom/svg/SVGTextContentElement.h
rename : content/svg/content/src/SVGTextElement.cpp => dom/svg/SVGTextElement.cpp
rename : content/svg/content/src/SVGTextElement.h => dom/svg/SVGTextElement.h
rename : content/svg/content/src/SVGTextPathElement.cpp => dom/svg/SVGTextPathElement.cpp
rename : content/svg/content/src/SVGTextPathElement.h => dom/svg/SVGTextPathElement.h
rename : content/svg/content/src/SVGTextPositioningElement.cpp => dom/svg/SVGTextPositioningElement.cpp
rename : content/svg/content/src/SVGTextPositioningElement.h => dom/svg/SVGTextPositioningElement.h
rename : content/svg/content/src/SVGTitleElement.cpp => dom/svg/SVGTitleElement.cpp
rename : content/svg/content/src/SVGTitleElement.h => dom/svg/SVGTitleElement.h
rename : content/svg/content/src/SVGTransform.cpp => dom/svg/SVGTransform.cpp
rename : content/svg/content/src/SVGTransform.h => dom/svg/SVGTransform.h
rename : content/svg/content/src/SVGTransformList.cpp => dom/svg/SVGTransformList.cpp
rename : content/svg/content/src/SVGTransformList.h => dom/svg/SVGTransformList.h
rename : content/svg/content/src/SVGTransformListParser.cpp => dom/svg/SVGTransformListParser.cpp
rename : content/svg/content/src/SVGTransformListParser.h => dom/svg/SVGTransformListParser.h
rename : content/svg/content/src/SVGTransformListSMILType.cpp => dom/svg/SVGTransformListSMILType.cpp
rename : content/svg/content/src/SVGTransformListSMILType.h => dom/svg/SVGTransformListSMILType.h
rename : content/svg/content/src/SVGTransformableElement.cpp => dom/svg/SVGTransformableElement.cpp
rename : content/svg/content/src/SVGTransformableElement.h => dom/svg/SVGTransformableElement.h
rename : content/svg/content/src/SVGUseElement.cpp => dom/svg/SVGUseElement.cpp
rename : content/svg/content/src/SVGUseElement.h => dom/svg/SVGUseElement.h
rename : content/svg/content/src/SVGViewBoxSMILType.cpp => dom/svg/SVGViewBoxSMILType.cpp
rename : content/svg/content/src/SVGViewBoxSMILType.h => dom/svg/SVGViewBoxSMILType.h
rename : content/svg/content/src/SVGViewElement.cpp => dom/svg/SVGViewElement.cpp
rename : content/svg/content/src/SVGViewElement.h => dom/svg/SVGViewElement.h
rename : content/svg/content/src/SVGZoomEvent.cpp => dom/svg/SVGZoomEvent.cpp
rename : content/svg/content/src/SVGZoomEvent.h => dom/svg/SVGZoomEvent.h
rename : content/svg/content/src/crashtests/307322-1.svg => dom/svg/crashtests/307322-1.svg
rename : content/svg/content/src/crashtests/327705-1.svg => dom/svg/crashtests/327705-1.svg
rename : content/svg/content/src/crashtests/336994-1.html => dom/svg/crashtests/336994-1.html
rename : content/svg/content/src/crashtests/344888-1.svg => dom/svg/crashtests/344888-1.svg
rename : content/svg/content/src/crashtests/345445-1.svg => dom/svg/crashtests/345445-1.svg
rename : content/svg/content/src/crashtests/360836-1.svg => dom/svg/crashtests/360836-1.svg
rename : content/svg/content/src/crashtests/367357-1.xhtml => dom/svg/crashtests/367357-1.xhtml
rename : content/svg/content/src/crashtests/369051-1.svg => dom/svg/crashtests/369051-1.svg
rename : content/svg/content/src/crashtests/369249-1.svg => dom/svg/crashtests/369249-1.svg
rename : content/svg/content/src/crashtests/369291-1.svg => dom/svg/crashtests/369291-1.svg
rename : content/svg/content/src/crashtests/369291-2.svg => dom/svg/crashtests/369291-2.svg
rename : content/svg/content/src/crashtests/369568-1.svg => dom/svg/crashtests/369568-1.svg
rename : content/svg/content/src/crashtests/372046-1.svg => dom/svg/crashtests/372046-1.svg
rename : content/svg/content/src/crashtests/372046-2.svg => dom/svg/crashtests/372046-2.svg
rename : content/svg/content/src/crashtests/374882-1.svg => dom/svg/crashtests/374882-1.svg
rename : content/svg/content/src/crashtests/380101-1.svg => dom/svg/crashtests/380101-1.svg
rename : content/svg/content/src/crashtests/381777-1.svg => dom/svg/crashtests/381777-1.svg
rename : content/svg/content/src/crashtests/383685-1.svg => dom/svg/crashtests/383685-1.svg
rename : content/svg/content/src/crashtests/385096.html => dom/svg/crashtests/385096.html
rename : content/svg/content/src/crashtests/385554-1.html => dom/svg/crashtests/385554-1.html
rename : content/svg/content/src/crashtests/385554-2.xul => dom/svg/crashtests/385554-2.xul
rename : content/svg/content/src/crashtests/388712-1.svg => dom/svg/crashtests/388712-1.svg
rename : content/svg/content/src/crashtests/395616-1.html => dom/svg/crashtests/395616-1.html
rename : content/svg/content/src/crashtests/396618-1.html => dom/svg/crashtests/396618-1.html
rename : content/svg/content/src/crashtests/397017-1.html => dom/svg/crashtests/397017-1.html
rename : content/svg/content/src/crashtests/397551-1.svg => dom/svg/crashtests/397551-1.svg
rename : content/svg/content/src/crashtests/397704-1.svg => dom/svg/crashtests/397704-1.svg
rename : content/svg/content/src/crashtests/398926-both-different.svg => dom/svg/crashtests/398926-both-different.svg
rename : content/svg/content/src/crashtests/398926-both-same.svg => dom/svg/crashtests/398926-both-same.svg
rename : content/svg/content/src/crashtests/398926-fill.svg => dom/svg/crashtests/398926-fill.svg
rename : content/svg/content/src/crashtests/398926-stroke.svg => dom/svg/crashtests/398926-stroke.svg
rename : content/svg/content/src/crashtests/405639-1.svg => dom/svg/crashtests/405639-1.svg
rename : content/svg/content/src/crashtests/406361-1.html => dom/svg/crashtests/406361-1.html
rename : content/svg/content/src/crashtests/409811-1.html => dom/svg/crashtests/409811-1.html
rename : content/svg/content/src/crashtests/410659-1.svg => dom/svg/crashtests/410659-1.svg
rename : content/svg/content/src/crashtests/410659-2.svg => dom/svg/crashtests/410659-2.svg
rename : content/svg/content/src/crashtests/410659-3.svg => dom/svg/crashtests/410659-3.svg
rename : content/svg/content/src/crashtests/412104-1.svg => dom/svg/crashtests/412104-1.svg
rename : content/svg/content/src/crashtests/413174-1.svg => dom/svg/crashtests/413174-1.svg
rename : content/svg/content/src/crashtests/414188-1.svg => dom/svg/crashtests/414188-1.svg
rename : content/svg/content/src/crashtests/427325-1.svg => dom/svg/crashtests/427325-1.svg
rename : content/svg/content/src/crashtests/428228-1.svg => dom/svg/crashtests/428228-1.svg
rename : content/svg/content/src/crashtests/428841-1.svg => dom/svg/crashtests/428841-1.svg
rename : content/svg/content/src/crashtests/435209-1.svg => dom/svg/crashtests/435209-1.svg
rename : content/svg/content/src/crashtests/436418-mpathRoot-1.svg => dom/svg/crashtests/436418-mpathRoot-1.svg
rename : content/svg/content/src/crashtests/448244-1.svg => dom/svg/crashtests/448244-1.svg
rename : content/svg/content/src/crashtests/466576-1.xhtml => dom/svg/crashtests/466576-1.xhtml
rename : content/svg/content/src/crashtests/499879-1.svg => dom/svg/crashtests/499879-1.svg
rename : content/svg/content/src/crashtests/535691-1.svg => dom/svg/crashtests/535691-1.svg
rename : content/svg/content/src/crashtests/539167-1.svg => dom/svg/crashtests/539167-1.svg
rename : content/svg/content/src/crashtests/573316-1.svg => dom/svg/crashtests/573316-1.svg
rename : content/svg/content/src/crashtests/579356-1.svg => dom/svg/crashtests/579356-1.svg
rename : content/svg/content/src/crashtests/579356-2.svg => dom/svg/crashtests/579356-2.svg
rename : content/svg/content/src/crashtests/595608-1.svg => dom/svg/crashtests/595608-1.svg
rename : content/svg/content/src/crashtests/601251-1.html => dom/svg/crashtests/601251-1.html
rename : content/svg/content/src/crashtests/601406-1.svg => dom/svg/crashtests/601406-1.svg
rename : content/svg/content/src/crashtests/603145-1.svg => dom/svg/crashtests/603145-1.svg
rename : content/svg/content/src/crashtests/613899-1.svg => dom/svg/crashtests/613899-1.svg
rename : content/svg/content/src/crashtests/613899-2.svg => dom/svg/crashtests/613899-2.svg
rename : content/svg/content/src/crashtests/719779-1.svg => dom/svg/crashtests/719779-1.svg
rename : content/svg/content/src/crashtests/723441-1.html => dom/svg/crashtests/723441-1.html
rename : content/svg/content/src/crashtests/723441-resource.svg => dom/svg/crashtests/723441-resource.svg
rename : content/svg/content/src/crashtests/751515-1.svg => dom/svg/crashtests/751515-1.svg
rename : content/svg/content/src/crashtests/761507-1.svg => dom/svg/crashtests/761507-1.svg
rename : content/svg/content/src/crashtests/831561.html => dom/svg/crashtests/831561.html
rename : content/svg/content/src/crashtests/837450-1.svg => dom/svg/crashtests/837450-1.svg
rename : content/svg/content/src/crashtests/842463-1.html => dom/svg/crashtests/842463-1.html
rename : content/svg/content/src/crashtests/847138-1.svg => dom/svg/crashtests/847138-1.svg
rename : content/svg/content/src/crashtests/864509.svg => dom/svg/crashtests/864509.svg
rename : content/svg/content/src/crashtests/880544-1.svg => dom/svg/crashtests/880544-1.svg
rename : content/svg/content/src/crashtests/880544-2.svg => dom/svg/crashtests/880544-2.svg
rename : content/svg/content/src/crashtests/880544-3.svg => dom/svg/crashtests/880544-3.svg
rename : content/svg/content/src/crashtests/880544-4.svg => dom/svg/crashtests/880544-4.svg
rename : content/svg/content/src/crashtests/880544-5.svg => dom/svg/crashtests/880544-5.svg
rename : content/svg/content/src/crashtests/898915-1.svg => dom/svg/crashtests/898915-1.svg
rename : content/svg/content/src/crashtests/crashtests.list => dom/svg/crashtests/crashtests.list
rename : content/svg/content/src/crashtests/zero-size-image.svg => dom/svg/crashtests/zero-size-image.svg
rename : content/svg/moz.build => dom/svg/moz.build
rename : content/svg/content/src/nsISVGPoint.cpp => dom/svg/nsISVGPoint.cpp
rename : content/svg/content/src/nsISVGPoint.h => dom/svg/nsISVGPoint.h
rename : content/svg/content/src/nsSVGAngle.cpp => dom/svg/nsSVGAngle.cpp
rename : content/svg/content/src/nsSVGAngle.h => dom/svg/nsSVGAngle.h
rename : content/svg/content/src/nsSVGAnimatedTransformList.cpp => dom/svg/nsSVGAnimatedTransformList.cpp
rename : content/svg/content/src/nsSVGAnimatedTransformList.h => dom/svg/nsSVGAnimatedTransformList.h
rename : content/svg/content/src/nsSVGAttrTearoffTable.h => dom/svg/nsSVGAttrTearoffTable.h
rename : content/svg/content/src/nsSVGBoolean.cpp => dom/svg/nsSVGBoolean.cpp
rename : content/svg/content/src/nsSVGBoolean.h => dom/svg/nsSVGBoolean.h
rename : content/svg/content/src/nsSVGClass.cpp => dom/svg/nsSVGClass.cpp
rename : content/svg/content/src/nsSVGClass.h => dom/svg/nsSVGClass.h
rename : content/svg/content/src/nsSVGDataParser.cpp => dom/svg/nsSVGDataParser.cpp
rename : content/svg/content/src/nsSVGDataParser.h => dom/svg/nsSVGDataParser.h
rename : content/svg/content/src/nsSVGElement.cpp => dom/svg/nsSVGElement.cpp
rename : content/svg/content/src/nsSVGElement.h => dom/svg/nsSVGElement.h
rename : content/svg/content/src/nsSVGEnum.cpp => dom/svg/nsSVGEnum.cpp
rename : content/svg/content/src/nsSVGEnum.h => dom/svg/nsSVGEnum.h
rename : content/svg/content/src/nsSVGFeatures.cpp => dom/svg/nsSVGFeatures.cpp
rename : content/svg/content/src/nsSVGFeatures.h => dom/svg/nsSVGFeatures.h
rename : content/svg/content/src/nsSVGFeaturesList.h => dom/svg/nsSVGFeaturesList.h
rename : content/svg/content/src/nsSVGFilters.cpp => dom/svg/nsSVGFilters.cpp
rename : content/svg/content/src/nsSVGFilters.h => dom/svg/nsSVGFilters.h
rename : content/svg/content/src/nsSVGInteger.cpp => dom/svg/nsSVGInteger.cpp
rename : content/svg/content/src/nsSVGInteger.h => dom/svg/nsSVGInteger.h
rename : content/svg/content/src/nsSVGIntegerPair.cpp => dom/svg/nsSVGIntegerPair.cpp
rename : content/svg/content/src/nsSVGIntegerPair.h => dom/svg/nsSVGIntegerPair.h
rename : content/svg/content/src/nsSVGLength2.cpp => dom/svg/nsSVGLength2.cpp
rename : content/svg/content/src/nsSVGLength2.h => dom/svg/nsSVGLength2.h
rename : content/svg/content/src/nsSVGNumber2.cpp => dom/svg/nsSVGNumber2.cpp
rename : content/svg/content/src/nsSVGNumber2.h => dom/svg/nsSVGNumber2.h
rename : content/svg/content/src/nsSVGNumberPair.cpp => dom/svg/nsSVGNumberPair.cpp
rename : content/svg/content/src/nsSVGNumberPair.h => dom/svg/nsSVGNumberPair.h
rename : content/svg/content/src/nsSVGPathDataParser.cpp => dom/svg/nsSVGPathDataParser.cpp
rename : content/svg/content/src/nsSVGPathDataParser.h => dom/svg/nsSVGPathDataParser.h
rename : content/svg/content/src/nsSVGPathGeometryElement.cpp => dom/svg/nsSVGPathGeometryElement.cpp
rename : content/svg/content/src/nsSVGPathGeometryElement.h => dom/svg/nsSVGPathGeometryElement.h
rename : content/svg/content/src/nsSVGPolyElement.cpp => dom/svg/nsSVGPolyElement.cpp
rename : content/svg/content/src/nsSVGPolyElement.h => dom/svg/nsSVGPolyElement.h
rename : content/svg/content/src/nsSVGString.cpp => dom/svg/nsSVGString.cpp
rename : content/svg/content/src/nsSVGString.h => dom/svg/nsSVGString.h
rename : content/svg/content/src/nsSVGTransform.cpp => dom/svg/nsSVGTransform.cpp
rename : content/svg/content/src/nsSVGTransform.h => dom/svg/nsSVGTransform.h
rename : content/svg/content/src/nsSVGViewBox.cpp => dom/svg/nsSVGViewBox.cpp
rename : content/svg/content/src/nsSVGViewBox.h => dom/svg/nsSVGViewBox.h
rename : content/svg/content/test/MutationEventChecker.js => dom/svg/test/MutationEventChecker.js
rename : content/svg/content/test/a_href_destination.svg => dom/svg/test/a_href_destination.svg
rename : content/svg/content/test/a_href_helper_01.svg => dom/svg/test/a_href_helper_01.svg
rename : content/svg/content/test/a_href_helper_02_03.svg => dom/svg/test/a_href_helper_02_03.svg
rename : content/svg/content/test/a_href_helper_04.svg => dom/svg/test/a_href_helper_04.svg
rename : content/svg/content/test/animated-svg-image-helper.html => dom/svg/test/animated-svg-image-helper.html
rename : content/svg/content/test/animated-svg-image-helper.svg => dom/svg/test/animated-svg-image-helper.svg
rename : content/svg/content/test/bbox-helper.svg => dom/svg/test/bbox-helper.svg
rename : content/svg/content/test/bounds-helper.svg => dom/svg/test/bounds-helper.svg
rename : content/svg/content/test/dataTypes-helper.svg => dom/svg/test/dataTypes-helper.svg
rename : content/svg/content/test/fragments-helper.svg => dom/svg/test/fragments-helper.svg
rename : content/svg/content/test/getBBox-method-helper.svg => dom/svg/test/getBBox-method-helper.svg
rename : content/svg/content/test/getCTM-helper.svg => dom/svg/test/getCTM-helper.svg
rename : content/svg/content/test/getSubStringLength-helper.svg => dom/svg/test/getSubStringLength-helper.svg
rename : content/svg/content/test/matrixUtils.js => dom/svg/test/matrixUtils.js
rename : content/svg/content/test/mochitest.ini => dom/svg/test/mochitest.ini
rename : content/svg/content/test/pointer-events.js => dom/svg/test/pointer-events.js
rename : content/svg/content/test/scientific-helper.svg => dom/svg/test/scientific-helper.svg
rename : content/svg/content/test/selectSubString-helper.svg => dom/svg/test/selectSubString-helper.svg
rename : content/svg/content/test/switch-helper.svg => dom/svg/test/switch-helper.svg
rename : content/svg/content/test/test_SVGLengthList-2.xhtml => dom/svg/test/test_SVGLengthList-2.xhtml
rename : content/svg/content/test/test_SVGLengthList.xhtml => dom/svg/test/test_SVGLengthList.xhtml
rename : content/svg/content/test/test_SVGMatrix.xhtml => dom/svg/test/test_SVGMatrix.xhtml
rename : content/svg/content/test/test_SVGNumberList.xhtml => dom/svg/test/test_SVGNumberList.xhtml
rename : content/svg/content/test/test_SVGPathSegList.xhtml => dom/svg/test/test_SVGPathSegList.xhtml
rename : content/svg/content/test/test_SVGPointList.xhtml => dom/svg/test/test_SVGPointList.xhtml
rename : content/svg/content/test/test_SVGStringList.xhtml => dom/svg/test/test_SVGStringList.xhtml
rename : content/svg/content/test/test_SVGStyleElement.xhtml => dom/svg/test/test_SVGStyleElement.xhtml
rename : content/svg/content/test/test_SVGTransformList.xhtml => dom/svg/test/test_SVGTransformList.xhtml
rename : content/svg/content/test/test_SVGTransformListAddition.xhtml => dom/svg/test/test_SVGTransformListAddition.xhtml
rename : content/svg/content/test/test_SVGUnitTypes.html => dom/svg/test/test_SVGUnitTypes.html
rename : content/svg/content/test/test_SVG_namespace_ids.html => dom/svg/test/test_SVG_namespace_ids.html
rename : content/svg/content/test/test_SVGxxxList.xhtml => dom/svg/test/test_SVGxxxList.xhtml
rename : content/svg/content/test/test_SVGxxxListIndexing.xhtml => dom/svg/test/test_SVGxxxListIndexing.xhtml
rename : content/svg/content/test/test_a_href_01.xhtml => dom/svg/test/test_a_href_01.xhtml
rename : content/svg/content/test/test_a_href_02.xhtml => dom/svg/test/test_a_href_02.xhtml
rename : content/svg/content/test/test_animLengthObjectIdentity.xhtml => dom/svg/test/test_animLengthObjectIdentity.xhtml
rename : content/svg/content/test/test_animLengthReadonly.xhtml => dom/svg/test/test_animLengthReadonly.xhtml
rename : content/svg/content/test/test_animLengthUnits.xhtml => dom/svg/test/test_animLengthUnits.xhtml
rename : content/svg/content/test/test_bbox-with-invalid-viewBox.xhtml => dom/svg/test/test_bbox-with-invalid-viewBox.xhtml
rename : content/svg/content/test/test_bbox.xhtml => dom/svg/test/test_bbox.xhtml
rename : content/svg/content/test/test_bounds.html => dom/svg/test/test_bounds.html
rename : content/svg/content/test/test_bug872812.html => dom/svg/test/test_bug872812.html
rename : content/svg/content/test/test_dataTypes.html => dom/svg/test/test_dataTypes.html
rename : content/svg/content/test/test_dataTypesModEvents.html => dom/svg/test/test_dataTypesModEvents.html
rename : content/svg/content/test/test_fragments.html => dom/svg/test/test_fragments.html
rename : content/svg/content/test/test_getBBox-method.html => dom/svg/test/test_getBBox-method.html
rename : content/svg/content/test/test_getCTM.html => dom/svg/test/test_getCTM.html
rename : content/svg/content/test/test_getElementById.xhtml => dom/svg/test/test_getElementById.xhtml
rename : content/svg/content/test/test_getSubStringLength.xhtml => dom/svg/test/test_getSubStringLength.xhtml
rename : content/svg/content/test/test_hasFeature.xhtml => dom/svg/test/test_hasFeature.xhtml
rename : content/svg/content/test/test_lang.xhtml => dom/svg/test/test_lang.xhtml
rename : content/svg/content/test/test_length.xhtml => dom/svg/test/test_length.xhtml
rename : content/svg/content/test/test_lengthParsing.html => dom/svg/test/test_lengthParsing.html
rename : content/svg/content/test/test_non-scaling-stroke.html => dom/svg/test/test_non-scaling-stroke.html
rename : content/svg/content/test/test_nonAnimStrings.xhtml => dom/svg/test/test_nonAnimStrings.xhtml
rename : content/svg/content/test/test_onerror.xhtml => dom/svg/test/test_onerror.xhtml
rename : content/svg/content/test/test_pathAnimInterpolation.xhtml => dom/svg/test/test_pathAnimInterpolation.xhtml
rename : content/svg/content/test/test_pathLength.html => dom/svg/test/test_pathLength.html
rename : content/svg/content/test/test_pathSeg.xhtml => dom/svg/test/test_pathSeg.xhtml
rename : content/svg/content/test/test_pointAtLength.xhtml => dom/svg/test/test_pointAtLength.xhtml
rename : content/svg/content/test/test_pointer-events-1a.xhtml => dom/svg/test/test_pointer-events-1a.xhtml
rename : content/svg/content/test/test_pointer-events-1b.xhtml => dom/svg/test/test_pointer-events-1b.xhtml
rename : content/svg/content/test/test_pointer-events-2.xhtml => dom/svg/test/test_pointer-events-2.xhtml
rename : content/svg/content/test/test_pointer-events-3.xhtml => dom/svg/test/test_pointer-events-3.xhtml
rename : content/svg/content/test/test_pointer-events-4.xhtml => dom/svg/test/test_pointer-events-4.xhtml
rename : content/svg/content/test/test_pointer-events-5.xhtml => dom/svg/test/test_pointer-events-5.xhtml
rename : content/svg/content/test/test_pointer-events-6.xhtml => dom/svg/test/test_pointer-events-6.xhtml
rename : content/svg/content/test/test_scientific.html => dom/svg/test/test_scientific.html
rename : content/svg/content/test/test_selectSubString.xhtml => dom/svg/test/test_selectSubString.xhtml
rename : content/svg/content/test/test_stroke-linecap-hit-testing.xhtml => dom/svg/test/test_stroke-linecap-hit-testing.xhtml
rename : content/svg/content/test/test_switch.xhtml => dom/svg/test/test_switch.xhtml
rename : content/svg/content/test/test_text.html => dom/svg/test/test_text.html
rename : content/svg/content/test/test_text_2.html => dom/svg/test/test_text_2.html
rename : content/svg/content/test/test_text_dirty.html => dom/svg/test/test_text_dirty.html
rename : content/svg/content/test/test_text_lengthAdjust.html => dom/svg/test/test_text_lengthAdjust.html
rename : content/svg/content/test/test_text_scaled.html => dom/svg/test/test_text_scaled.html
rename : content/svg/content/test/test_text_selection.html => dom/svg/test/test_text_selection.html
rename : content/svg/content/test/test_text_update.html => dom/svg/test/test_text_update.html
rename : content/svg/content/test/test_transform.xhtml => dom/svg/test/test_transform.xhtml
rename : content/svg/content/test/test_transformParsing.html => dom/svg/test/test_transformParsing.html
rename : content/svg/content/test/test_valueAsString.xhtml => dom/svg/test/test_valueAsString.xhtml
rename : content/svg/content/test/test_valueLeaks.xhtml => dom/svg/test/test_valueLeaks.xhtml
rename : content/svg/content/test/test_viewport.html => dom/svg/test/test_viewport.html
rename : content/svg/content/test/test_zoom.xhtml => dom/svg/test/test_zoom.xhtml
rename : content/svg/content/test/text-helper-scaled.svg => dom/svg/test/text-helper-scaled.svg
rename : content/svg/content/test/text-helper-selection.svg => dom/svg/test/text-helper-selection.svg
rename : content/svg/content/test/text-helper.svg => dom/svg/test/text-helper.svg
rename : content/svg/content/test/viewport-helper.svg => dom/svg/test/viewport-helper.svg
rename : content/svg/content/test/zoom-helper.svg => dom/svg/test/zoom-helper.svg
2014-08-06 06:19:50 -07:00
Bill McCloskey
0059878da5 Bug 1042587 - Warn when script is ignored because of script blocker (r=bent) 2014-08-05 21:44:13 -07:00
Mike Hommey
1cb5547cd1 Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal 2014-08-06 07:25:33 +09:00
Bob Owen
6ecc645737 Bug 1037936 - Part 3: Replace nsCxPusher in nsWindowWatcher::OpenWindowInternal. r=bholley 2014-07-28 08:12:54 +01:00
Bob Owen
d8ab71ad46 Bug 1037936 - Part 2: Replace second nsCxPusher in nsWindowWatcher::OpenWindowInternal. r=bholley 2014-07-28 07:57:31 +01:00
Andrea Marchesini
179c6c5321 Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer 2014-07-23 01:07:12 -04:00
Mike Hommey
5659a611dd Bug 1036894 part 8 - Move most in-tree library linkage information to moz.build, as USE_LIBS. r=gps 2014-07-23 13:30:52 +09:00
Mike Hommey
33ef4f2c39 Bug 1041864 - Remove LIBRARY_NAMEs that aren't used. r=mshal 2014-07-23 08:39:56 +09:00
Mike Hommey
9ae3c48776 Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal 2014-07-23 08:37:51 +09:00
Trevor Saunders
dcbd7db871 bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug 2014-07-09 17:27:49 -04:00
Ehsan Akhgari
9750c2acae Bug 1038204 - Make two destructors in the Windows print GUI code private; r=bjacob 2014-07-15 15:00:15 -04:00
Benoit Jacob
1f6562d6f3 Bug 1028588 - Fix dangerous public destructors of Mac-specific reference-counted classes - r=mstange 2014-07-06 11:25:31 -04:00
Benoit Jacob
6b1f1f8a40 Bug 1028588 - Fix dangerous public destructors in embedding/ - r=bsmedberg 2014-06-30 18:11:52 -04:00
Wes Kocher
5414ff6193 Backed out 4 changesets (bug 1028588) for build bustage
Backed out changeset 13a8bae671ca (bug 1028588)
Backed out changeset 19a19833f1d6 (bug 1028588)
Backed out changeset d5fae80054de (bug 1028588)
Backed out changeset 5942ad3859b8 (bug 1028588)
2014-06-30 15:50:19 -07:00
Benoit Jacob
ff5114850e Bug 1028588 - Fix dangerous public destructors in embedding/ - r=bsmedberg 2014-06-30 18:11:52 -04:00
Mike Conley
829a435f5f Bug 989501 - Part 2: When content in an e10s tab requests a new window be opened, forward that call to the TabParent, and have the TabParent pass itself in when creating the new window. r=smaug. 2014-06-20 14:07:47 -04:00
Mike Conley
2e3301cc33 Bug 1021466 - Part 2: Make it possible to pass in an nsITabParent when opening windows, and then stash that nsITabParent in the newly created chrome docshell. r=smaug. 2014-06-05 22:51:14 -04:00
Trevor Saunders
876b806f62 bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug 2014-01-09 21:03:47 -05:00
Birunthan Mohanathas
f59f0e1fd0 Bug 869836 - Part 8: Use Append('c') instead of Append("c"). r=ehsan 2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
c6f127456b Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
e5b0697f13 Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Boris Zbarsky
153192ed49 Bug 1004458. Maintain modal state on outer windows only instead of relying on forwarding from inner to outer. r=peterv 2014-05-15 10:26:23 -07:00
Ryan VanderMeulen
63cd113b5a Revert to revision 63dfac3c9c87 due to mass bustage pile-ups that landed after it on a CLOSED TREE. 2014-05-16 12:29:37 -04:00
Boris Zbarsky
016b193698 Bug 1004458. Maintain modal state on outer windows only instead of relying on forwarding from inner to outer. r=peterv 2014-05-15 10:26:23 -07:00
Ryan VanderMeulen
8065df607f Backed out 4 changesets (bug 1008236, bug 1010344, bug 1004458, bug 1008719) for mochitest crashes on a CLOSED TREE.
Backed out changeset 28ecab881472 (bug 1008719)
Backed out changeset 7eebcecb7e26 (bug 1004458)
Backed out changeset 17ea7f2276ac (bug 1010344)
Backed out changeset 184ead7f6e37 (bug 1008236)
2014-05-15 14:24:12 -04:00
Boris Zbarsky
45d3ff5181 Bug 1004458. Maintain modal state on outer windows only instead of relying on forwarding from inner to outer. r=peterv 2014-05-15 10:26:23 -07:00
Nick Lebedev
7d585aca9e Bug 998002 - Rename nsContentUtils::Get{Subject,Object}Principal to nsContentUtils::{Subject,Object}Principal. r=bholley 2014-05-13 11:58:00 +02:00
Anuj Agarwal
2aec8e32d5 Bug 984123, part 2 - Converted nsTArray<char*> to nsTArray<nsCString>. r=ehsan 2014-05-13 09:46:37 -07:00
Andrew McCreight
f16aba36d4 Backed out changeset 22994a1e0af4 for having the wrong author. 2014-05-13 09:45:41 -07:00
Andrew McCreight
98cf74e9ed Bug 984123, part 2 - Convert nsTArray<char*> to nsTArray<nsCString>. r=ehsan 2014-05-13 09:42:41 -07:00
Anuj Agarwal
2057c3ed46 Bug 984123, part 1 - Convert nsControllerCommandGroup::mGroupsHash and nsGroupsEnumerator::mHashtable to nsClassHashtable. r=ehsan 2014-05-13 09:42:41 -07:00
Wes Kocher
9fa715ca60 Backed out 3 changesets (bug 946065) for b2g mochitest-6 permafail on a CLOSED TREE
Backed out changeset 85228ee8ce8b (bug 946065)
Backed out changeset 7b6b04006c1b (bug 946065)
Backed out changeset 9b673ac36f66 (bug 946065)

--HG--
rename : dom/mathml/crashtests/462929-1.html => content/mathml/content/crashtests/462929-1.html
rename : dom/mathml/crashtests/770710-1.html => content/mathml/content/crashtests/770710-1.html
rename : dom/mathml/crashtests/crashtests.list => content/mathml/content/crashtests/crashtests.list
rename : dom/mathml/moz.build => content/mathml/content/src/moz.build
rename : dom/mathml/nsMathMLElement.cpp => content/mathml/content/src/nsMathMLElement.cpp
rename : dom/mathml/nsMathMLElement.h => content/mathml/content/src/nsMathMLElement.h
rename : dom/mathml/nsMathMLElementFactory.cpp => content/mathml/content/src/nsMathMLElementFactory.cpp
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/moz.build => content/svg/content/src/moz.build
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/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_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_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_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/xml/crashtests/420429.xul => content/xml/content/crashtest/420429.xul
rename : dom/xml/crashtests/453278-frame.xml => content/xml/content/crashtest/453278-frame.xml
rename : dom/xml/crashtests/453278.html => content/xml/content/crashtest/453278.html
rename : dom/xml/crashtests/803586.xhtml => content/xml/content/crashtest/803586.xhtml
rename : dom/xml/CDATASection.cpp => content/xml/content/src/CDATASection.cpp
rename : dom/xml/CDATASection.h => content/xml/content/src/CDATASection.h
rename : dom/xml/ProcessingInstruction.cpp => content/xml/content/src/ProcessingInstruction.cpp
rename : dom/xml/ProcessingInstruction.h => content/xml/content/src/ProcessingInstruction.h
rename : dom/xml/XMLStylesheetProcessingInstruction.cpp => content/xml/content/src/XMLStylesheetProcessingInstruction.cpp
rename : dom/xml/XMLStylesheetProcessingInstruction.h => content/xml/content/src/XMLStylesheetProcessingInstruction.h
rename : dom/xml/htmlmathml-f.ent => content/xml/content/src/htmlmathml-f.ent
rename : dom/xml/moz.build => content/xml/content/src/moz.build
rename : dom/xml/nsXMLElement.cpp => content/xml/content/src/nsXMLElement.cpp
rename : dom/xml/nsXMLElement.h => content/xml/content/src/nsXMLElement.h
rename : dom/xml/crashtests/136896-1.xml => content/xml/document/crashtests/136896-1.xml
rename : dom/xml/crashtests/185285-1.xml => content/xml/document/crashtests/185285-1.xml
rename : dom/xml/crashtests/382636-1.xml => content/xml/document/crashtests/382636-1.xml
rename : dom/xml/crashtests/382636-2.svg => content/xml/document/crashtests/382636-2.svg
rename : dom/xml/crashtests/382636-3.xhtml => content/xml/document/crashtests/382636-3.xhtml
rename : dom/xml/crashtests/382636-4.xul => content/xml/document/crashtests/382636-4.xul
rename : dom/xml/crashtests/431703-1.xhtml => content/xml/document/crashtests/431703-1.xhtml
rename : dom/xml/crashtests/crashtests.list => content/xml/document/crashtests/crashtests.list
rename : dom/xml/crashtests/tree.gif => content/xml/document/crashtests/tree.gif
rename : dom/xml/nsIXMLContentSink.h => content/xml/document/public/nsIXMLContentSink.h
rename : dom/xml/resources/XMLMonoPrint.css => content/xml/document/resources/XMLMonoPrint.css
rename : dom/xml/resources/XMLPrettyPrint.css => content/xml/document/resources/XMLPrettyPrint.css
rename : dom/xml/resources/XMLPrettyPrint.xml => content/xml/document/resources/XMLPrettyPrint.xml
rename : dom/xml/resources/XMLPrettyPrint.xsl => content/xml/document/resources/XMLPrettyPrint.xsl
rename : dom/xml/resources/jar.mn => content/xml/document/resources/jar.mn
rename : dom/xml/resources/moz.build => content/xml/document/resources/moz.build
rename : dom/xml/XMLDocument.cpp => content/xml/document/src/XMLDocument.cpp
rename : dom/xml/XMLDocument.h => content/xml/document/src/XMLDocument.h
rename : dom/xml/nsXMLContentSink.cpp => content/xml/document/src/nsXMLContentSink.cpp
rename : dom/xml/nsXMLContentSink.h => content/xml/document/src/nsXMLContentSink.h
rename : dom/xml/nsXMLFragmentContentSink.cpp => content/xml/document/src/nsXMLFragmentContentSink.cpp
rename : dom/xml/nsXMLPrettyPrinter.cpp => content/xml/document/src/nsXMLPrettyPrinter.cpp
rename : dom/xml/nsXMLPrettyPrinter.h => content/xml/document/src/nsXMLPrettyPrinter.h
rename : dom/xml/test/file_bug293347.xml => content/xml/document/test/file_bug293347.xml
rename : dom/xml/test/file_bug293347xslt.xml => content/xml/document/test/file_bug293347xslt.xml
rename : dom/xml/test/mochitest.ini => content/xml/document/test/mochitest.ini
rename : dom/xml/test/moz.build => content/xml/document/test/moz.build
rename : dom/xml/test/test_bug232004.xhtml => content/xml/document/test/test_bug232004.xhtml
rename : dom/xml/test/test_bug293347.html => content/xml/document/test/test_bug293347.html
rename : dom/xml/test/test_bug343870.xhtml => content/xml/document/test/test_bug343870.xhtml
rename : dom/xml/test/test_bug355213.xhtml => content/xml/document/test/test_bug355213.xhtml
rename : dom/xml/test/test_bug392338.html => content/xml/document/test/test_bug392338.html
rename : dom/xml/test/test_bug399502.xhtml => content/xml/document/test/test_bug399502.xhtml
rename : dom/xml/test/test_bug445330.html => content/xml/document/test/test_bug445330.html
rename : dom/xml/test/test_bug691215.html => content/xml/document/test/test_bug691215.html
rename : dom/xml/test/test_viewport.xhtml => content/xml/document/test/test_viewport.xhtml
rename : dom/xml/test/old/books/bethlehem.gif => content/xml/tests/books/bethlehem.gif
rename : dom/xml/test/old/books/bill.gif => content/xml/tests/books/bill.gif
rename : dom/xml/test/old/books/books.js => content/xml/tests/books/books.js
rename : dom/xml/test/old/books/books.xml => content/xml/tests/books/books.xml
rename : dom/xml/test/old/books/charing.gif => content/xml/tests/books/charing.gif
rename : dom/xml/test/old/books/classic.css => content/xml/tests/books/classic.css
rename : dom/xml/test/old/books/common.css => content/xml/tests/books/common.css
rename : dom/xml/test/old/books/kerouac.gif => content/xml/tests/books/kerouac.gif
rename : dom/xml/test/old/books/list.css => content/xml/tests/books/list.css
rename : dom/xml/test/old/books/road.gif => content/xml/tests/books/road.gif
rename : dom/xml/test/old/books/welville.gif => content/xml/tests/books/welville.gif
rename : dom/xml/test/old/docbook.css => content/xml/tests/docbook.css
rename : dom/xml/test/old/docbooktest.xml => content/xml/tests/docbooktest.xml
rename : dom/xml/test/old/flamer.gif => content/xml/tests/flamer.gif
rename : dom/xml/test/old/load/display.css => content/xml/tests/load/display.css
rename : dom/xml/test/old/load/display.xml => content/xml/tests/load/display.xml
rename : dom/xml/test/old/load/load.html => content/xml/tests/load/load.html
rename : dom/xml/test/old/load/loadauth.html => content/xml/tests/load/loadauth.html
rename : dom/xml/test/old/load/loaddisplay.html => content/xml/tests/load/loaddisplay.html
rename : dom/xml/test/old/load/test.xml => content/xml/tests/load/test.xml
rename : dom/xml/test/old/script.xml => content/xml/tests/script.xml
rename : dom/xml/test/old/simple.xml => content/xml/tests/simple.xml
rename : dom/xml/test/old/toc/book.css => content/xml/tests/toc/book.css
rename : dom/xml/test/old/toc/irslogo.gif => content/xml/tests/toc/irslogo.gif
rename : dom/xml/test/old/toc/minus.gif => content/xml/tests/toc/minus.gif
rename : dom/xml/test/old/toc/plus.gif => content/xml/tests/toc/plus.gif
rename : dom/xml/test/old/toc/rights.xml => content/xml/tests/toc/rights.xml
rename : dom/xml/test/old/toc/toc.css => content/xml/tests/toc/toc.css
rename : dom/xml/test/old/toc/toc.js => content/xml/tests/toc/toc.js
rename : dom/xml/test/old/xlink/auto.xml => content/xml/tests/xlink/auto.xml
rename : dom/xml/test/old/xlink/link.css => content/xml/tests/xlink/link.css
rename : dom/xml/test/old/xlink/manual.xml => content/xml/tests/xlink/manual.xml
rename : dom/xml/test/old/xmlbase/xmlbase.css => content/xml/tests/xmlbase/xmlbase.css
rename : dom/xml/test/old/xmlbase/xmlbase.xml => content/xml/tests/xmlbase/xmlbase.xml
2014-05-12 15:40:41 -07:00
Birunthan Mohanathas
80ce639405 Bug 946065 - Part 8: Move content/svg/ to dom/ and flatten subdirectories. r=jwatt
--HG--
rename : content/svg/content/src/DOMSVGAnimatedLengthList.cpp => dom/svg/DOMSVGAnimatedLengthList.cpp
rename : content/svg/content/src/DOMSVGAnimatedLengthList.h => dom/svg/DOMSVGAnimatedLengthList.h
rename : content/svg/content/src/DOMSVGAnimatedNumberList.cpp => dom/svg/DOMSVGAnimatedNumberList.cpp
rename : content/svg/content/src/DOMSVGAnimatedNumberList.h => dom/svg/DOMSVGAnimatedNumberList.h
rename : content/svg/content/src/DOMSVGLength.cpp => dom/svg/DOMSVGLength.cpp
rename : content/svg/content/src/DOMSVGLength.h => dom/svg/DOMSVGLength.h
rename : content/svg/content/src/DOMSVGLengthList.cpp => dom/svg/DOMSVGLengthList.cpp
rename : content/svg/content/src/DOMSVGLengthList.h => dom/svg/DOMSVGLengthList.h
rename : content/svg/content/src/DOMSVGNumber.cpp => dom/svg/DOMSVGNumber.cpp
rename : content/svg/content/src/DOMSVGNumber.h => dom/svg/DOMSVGNumber.h
rename : content/svg/content/src/DOMSVGNumberList.cpp => dom/svg/DOMSVGNumberList.cpp
rename : content/svg/content/src/DOMSVGNumberList.h => dom/svg/DOMSVGNumberList.h
rename : content/svg/content/src/DOMSVGPathSeg.cpp => dom/svg/DOMSVGPathSeg.cpp
rename : content/svg/content/src/DOMSVGPathSeg.h => dom/svg/DOMSVGPathSeg.h
rename : content/svg/content/src/DOMSVGPathSegList.cpp => dom/svg/DOMSVGPathSegList.cpp
rename : content/svg/content/src/DOMSVGPathSegList.h => dom/svg/DOMSVGPathSegList.h
rename : content/svg/content/src/DOMSVGPoint.cpp => dom/svg/DOMSVGPoint.cpp
rename : content/svg/content/src/DOMSVGPoint.h => dom/svg/DOMSVGPoint.h
rename : content/svg/content/src/DOMSVGPointList.cpp => dom/svg/DOMSVGPointList.cpp
rename : content/svg/content/src/DOMSVGPointList.h => dom/svg/DOMSVGPointList.h
rename : content/svg/content/src/DOMSVGStringList.cpp => dom/svg/DOMSVGStringList.cpp
rename : content/svg/content/src/DOMSVGStringList.h => dom/svg/DOMSVGStringList.h
rename : content/svg/content/src/DOMSVGTransformList.cpp => dom/svg/DOMSVGTransformList.cpp
rename : content/svg/content/src/DOMSVGTransformList.h => dom/svg/DOMSVGTransformList.h
rename : content/svg/content/src/SVGAElement.cpp => dom/svg/SVGAElement.cpp
rename : content/svg/content/src/SVGAElement.h => dom/svg/SVGAElement.h
rename : content/svg/content/src/SVGAltGlyphElement.cpp => dom/svg/SVGAltGlyphElement.cpp
rename : content/svg/content/src/SVGAltGlyphElement.h => dom/svg/SVGAltGlyphElement.h
rename : content/svg/content/src/SVGAngle.cpp => dom/svg/SVGAngle.cpp
rename : content/svg/content/src/SVGAngle.h => dom/svg/SVGAngle.h
rename : content/svg/content/src/SVGAnimateElement.cpp => dom/svg/SVGAnimateElement.cpp
rename : content/svg/content/src/SVGAnimateElement.h => dom/svg/SVGAnimateElement.h
rename : content/svg/content/src/SVGAnimateMotionElement.cpp => dom/svg/SVGAnimateMotionElement.cpp
rename : content/svg/content/src/SVGAnimateMotionElement.h => dom/svg/SVGAnimateMotionElement.h
rename : content/svg/content/src/SVGAnimateTransformElement.cpp => dom/svg/SVGAnimateTransformElement.cpp
rename : content/svg/content/src/SVGAnimateTransformElement.h => dom/svg/SVGAnimateTransformElement.h
rename : content/svg/content/src/SVGAnimatedAngle.cpp => dom/svg/SVGAnimatedAngle.cpp
rename : content/svg/content/src/SVGAnimatedAngle.h => dom/svg/SVGAnimatedAngle.h
rename : content/svg/content/src/SVGAnimatedBoolean.cpp => dom/svg/SVGAnimatedBoolean.cpp
rename : content/svg/content/src/SVGAnimatedBoolean.h => dom/svg/SVGAnimatedBoolean.h
rename : content/svg/content/src/SVGAnimatedEnumeration.cpp => dom/svg/SVGAnimatedEnumeration.cpp
rename : content/svg/content/src/SVGAnimatedEnumeration.h => dom/svg/SVGAnimatedEnumeration.h
rename : content/svg/content/src/SVGAnimatedInteger.cpp => dom/svg/SVGAnimatedInteger.cpp
rename : content/svg/content/src/SVGAnimatedInteger.h => dom/svg/SVGAnimatedInteger.h
rename : content/svg/content/src/SVGAnimatedLength.cpp => dom/svg/SVGAnimatedLength.cpp
rename : content/svg/content/src/SVGAnimatedLength.h => dom/svg/SVGAnimatedLength.h
rename : content/svg/content/src/SVGAnimatedLengthList.cpp => dom/svg/SVGAnimatedLengthList.cpp
rename : content/svg/content/src/SVGAnimatedLengthList.h => dom/svg/SVGAnimatedLengthList.h
rename : content/svg/content/src/SVGAnimatedNumber.cpp => dom/svg/SVGAnimatedNumber.cpp
rename : content/svg/content/src/SVGAnimatedNumber.h => dom/svg/SVGAnimatedNumber.h
rename : content/svg/content/src/SVGAnimatedNumberList.cpp => dom/svg/SVGAnimatedNumberList.cpp
rename : content/svg/content/src/SVGAnimatedNumberList.h => dom/svg/SVGAnimatedNumberList.h
rename : content/svg/content/src/SVGAnimatedPathSegList.cpp => dom/svg/SVGAnimatedPathSegList.cpp
rename : content/svg/content/src/SVGAnimatedPathSegList.h => dom/svg/SVGAnimatedPathSegList.h
rename : content/svg/content/src/SVGAnimatedPointList.cpp => dom/svg/SVGAnimatedPointList.cpp
rename : content/svg/content/src/SVGAnimatedPointList.h => dom/svg/SVGAnimatedPointList.h
rename : content/svg/content/src/SVGAnimatedPreserveAspectRatio.cpp => dom/svg/SVGAnimatedPreserveAspectRatio.cpp
rename : content/svg/content/src/SVGAnimatedPreserveAspectRatio.h => dom/svg/SVGAnimatedPreserveAspectRatio.h
rename : content/svg/content/src/SVGAnimatedRect.cpp => dom/svg/SVGAnimatedRect.cpp
rename : content/svg/content/src/SVGAnimatedRect.h => dom/svg/SVGAnimatedRect.h
rename : content/svg/content/src/SVGAnimatedString.cpp => dom/svg/SVGAnimatedString.cpp
rename : content/svg/content/src/SVGAnimatedString.h => dom/svg/SVGAnimatedString.h
rename : content/svg/content/src/SVGAnimatedTransformList.cpp => dom/svg/SVGAnimatedTransformList.cpp
rename : content/svg/content/src/SVGAnimatedTransformList.h => dom/svg/SVGAnimatedTransformList.h
rename : content/svg/content/src/SVGAnimationElement.cpp => dom/svg/SVGAnimationElement.cpp
rename : content/svg/content/src/SVGAnimationElement.h => dom/svg/SVGAnimationElement.h
rename : content/svg/content/src/SVGAttrValueWrapper.cpp => dom/svg/SVGAttrValueWrapper.cpp
rename : content/svg/content/src/SVGAttrValueWrapper.h => dom/svg/SVGAttrValueWrapper.h
rename : content/svg/content/src/SVGCircleElement.cpp => dom/svg/SVGCircleElement.cpp
rename : content/svg/content/src/SVGCircleElement.h => dom/svg/SVGCircleElement.h
rename : content/svg/content/src/SVGClipPathElement.cpp => dom/svg/SVGClipPathElement.cpp
rename : content/svg/content/src/SVGClipPathElement.h => dom/svg/SVGClipPathElement.h
rename : content/svg/content/src/SVGComponentTransferFunctionElement.h => dom/svg/SVGComponentTransferFunctionElement.h
rename : content/svg/content/src/SVGContentUtils.cpp => dom/svg/SVGContentUtils.cpp
rename : content/svg/content/src/SVGContentUtils.h => dom/svg/SVGContentUtils.h
rename : content/svg/content/src/SVGDefsElement.cpp => dom/svg/SVGDefsElement.cpp
rename : content/svg/content/src/SVGDefsElement.h => dom/svg/SVGDefsElement.h
rename : content/svg/content/src/SVGDescElement.cpp => dom/svg/SVGDescElement.cpp
rename : content/svg/content/src/SVGDescElement.h => dom/svg/SVGDescElement.h
rename : content/svg/document/src/SVGDocument.cpp => dom/svg/SVGDocument.cpp
rename : content/svg/document/src/SVGDocument.h => dom/svg/SVGDocument.h
rename : content/svg/content/src/SVGElementFactory.cpp => dom/svg/SVGElementFactory.cpp
rename : content/svg/content/src/SVGElementFactory.h => dom/svg/SVGElementFactory.h
rename : content/svg/content/src/SVGEllipseElement.cpp => dom/svg/SVGEllipseElement.cpp
rename : content/svg/content/src/SVGEllipseElement.h => dom/svg/SVGEllipseElement.h
rename : content/svg/content/src/SVGFEBlendElement.cpp => dom/svg/SVGFEBlendElement.cpp
rename : content/svg/content/src/SVGFEBlendElement.h => dom/svg/SVGFEBlendElement.h
rename : content/svg/content/src/SVGFEColorMatrixElement.cpp => dom/svg/SVGFEColorMatrixElement.cpp
rename : content/svg/content/src/SVGFEColorMatrixElement.h => dom/svg/SVGFEColorMatrixElement.h
rename : content/svg/content/src/SVGFEComponentTransferElement.cpp => dom/svg/SVGFEComponentTransferElement.cpp
rename : content/svg/content/src/SVGFEComponentTransferElement.h => dom/svg/SVGFEComponentTransferElement.h
rename : content/svg/content/src/SVGFECompositeElement.cpp => dom/svg/SVGFECompositeElement.cpp
rename : content/svg/content/src/SVGFECompositeElement.h => dom/svg/SVGFECompositeElement.h
rename : content/svg/content/src/SVGFEConvolveMatrixElement.cpp => dom/svg/SVGFEConvolveMatrixElement.cpp
rename : content/svg/content/src/SVGFEConvolveMatrixElement.h => dom/svg/SVGFEConvolveMatrixElement.h
rename : content/svg/content/src/SVGFEDiffuseLightingElement.cpp => dom/svg/SVGFEDiffuseLightingElement.cpp
rename : content/svg/content/src/SVGFEDiffuseLightingElement.h => dom/svg/SVGFEDiffuseLightingElement.h
rename : content/svg/content/src/SVGFEDisplacementMapElement.cpp => dom/svg/SVGFEDisplacementMapElement.cpp
rename : content/svg/content/src/SVGFEDisplacementMapElement.h => dom/svg/SVGFEDisplacementMapElement.h
rename : content/svg/content/src/SVGFEDistantLightElement.cpp => dom/svg/SVGFEDistantLightElement.cpp
rename : content/svg/content/src/SVGFEDistantLightElement.h => dom/svg/SVGFEDistantLightElement.h
rename : content/svg/content/src/SVGFEDropShadowElement.cpp => dom/svg/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEDropShadowElement.h => dom/svg/SVGFEDropShadowElement.h
rename : content/svg/content/src/SVGFEFloodElement.cpp => dom/svg/SVGFEFloodElement.cpp
rename : content/svg/content/src/SVGFEFloodElement.h => dom/svg/SVGFEFloodElement.h
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => dom/svg/SVGFEGaussianBlurElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => dom/svg/SVGFEGaussianBlurElement.h
rename : content/svg/content/src/SVGFEImageElement.cpp => dom/svg/SVGFEImageElement.cpp
rename : content/svg/content/src/SVGFEImageElement.h => dom/svg/SVGFEImageElement.h
rename : content/svg/content/src/SVGFEMergeElement.cpp => dom/svg/SVGFEMergeElement.cpp
rename : content/svg/content/src/SVGFEMergeElement.h => dom/svg/SVGFEMergeElement.h
rename : content/svg/content/src/SVGFEMergeNodeElement.cpp => dom/svg/SVGFEMergeNodeElement.cpp
rename : content/svg/content/src/SVGFEMergeNodeElement.h => dom/svg/SVGFEMergeNodeElement.h
rename : content/svg/content/src/SVGFEMorphologyElement.cpp => dom/svg/SVGFEMorphologyElement.cpp
rename : content/svg/content/src/SVGFEMorphologyElement.h => dom/svg/SVGFEMorphologyElement.h
rename : content/svg/content/src/SVGFEOffsetElement.cpp => dom/svg/SVGFEOffsetElement.cpp
rename : content/svg/content/src/SVGFEOffsetElement.h => dom/svg/SVGFEOffsetElement.h
rename : content/svg/content/src/SVGFEPointLightElement.cpp => dom/svg/SVGFEPointLightElement.cpp
rename : content/svg/content/src/SVGFEPointLightElement.h => dom/svg/SVGFEPointLightElement.h
rename : content/svg/content/src/SVGFESpecularLightingElement.cpp => dom/svg/SVGFESpecularLightingElement.cpp
rename : content/svg/content/src/SVGFESpecularLightingElement.h => dom/svg/SVGFESpecularLightingElement.h
rename : content/svg/content/src/SVGFESpotLightElement.cpp => dom/svg/SVGFESpotLightElement.cpp
rename : content/svg/content/src/SVGFESpotLightElement.h => dom/svg/SVGFESpotLightElement.h
rename : content/svg/content/src/SVGFETileElement.cpp => dom/svg/SVGFETileElement.cpp
rename : content/svg/content/src/SVGFETileElement.h => dom/svg/SVGFETileElement.h
rename : content/svg/content/src/SVGFETurbulenceElement.cpp => dom/svg/SVGFETurbulenceElement.cpp
rename : content/svg/content/src/SVGFETurbulenceElement.h => dom/svg/SVGFETurbulenceElement.h
rename : content/svg/content/src/SVGFilterElement.cpp => dom/svg/SVGFilterElement.cpp
rename : content/svg/content/src/SVGFilterElement.h => dom/svg/SVGFilterElement.h
rename : content/svg/content/src/SVGForeignObjectElement.cpp => dom/svg/SVGForeignObjectElement.cpp
rename : content/svg/content/src/SVGForeignObjectElement.h => dom/svg/SVGForeignObjectElement.h
rename : content/svg/content/src/SVGFragmentIdentifier.cpp => dom/svg/SVGFragmentIdentifier.cpp
rename : content/svg/content/src/SVGFragmentIdentifier.h => dom/svg/SVGFragmentIdentifier.h
rename : content/svg/content/src/SVGGElement.cpp => dom/svg/SVGGElement.cpp
rename : content/svg/content/src/SVGGElement.h => dom/svg/SVGGElement.h
rename : content/svg/content/src/SVGGradientElement.cpp => dom/svg/SVGGradientElement.cpp
rename : content/svg/content/src/SVGGradientElement.h => dom/svg/SVGGradientElement.h
rename : content/svg/content/src/SVGGraphicsElement.cpp => dom/svg/SVGGraphicsElement.cpp
rename : content/svg/content/src/SVGGraphicsElement.h => dom/svg/SVGGraphicsElement.h
rename : content/svg/content/src/SVGIFrameElement.cpp => dom/svg/SVGIFrameElement.cpp
rename : content/svg/content/src/SVGIFrameElement.h => dom/svg/SVGIFrameElement.h
rename : content/svg/content/src/SVGIRect.h => dom/svg/SVGIRect.h
rename : content/svg/content/src/SVGImageElement.cpp => dom/svg/SVGImageElement.cpp
rename : content/svg/content/src/SVGImageElement.h => dom/svg/SVGImageElement.h
rename : content/svg/content/src/SVGIntegerPairSMILType.cpp => dom/svg/SVGIntegerPairSMILType.cpp
rename : content/svg/content/src/SVGIntegerPairSMILType.h => dom/svg/SVGIntegerPairSMILType.h
rename : content/svg/content/src/SVGLength.cpp => dom/svg/SVGLength.cpp
rename : content/svg/content/src/SVGLength.h => dom/svg/SVGLength.h
rename : content/svg/content/src/SVGLengthList.cpp => dom/svg/SVGLengthList.cpp
rename : content/svg/content/src/SVGLengthList.h => dom/svg/SVGLengthList.h
rename : content/svg/content/src/SVGLengthListSMILType.cpp => dom/svg/SVGLengthListSMILType.cpp
rename : content/svg/content/src/SVGLengthListSMILType.h => dom/svg/SVGLengthListSMILType.h
rename : content/svg/content/src/SVGLineElement.cpp => dom/svg/SVGLineElement.cpp
rename : content/svg/content/src/SVGLineElement.h => dom/svg/SVGLineElement.h
rename : content/svg/content/src/SVGMPathElement.cpp => dom/svg/SVGMPathElement.cpp
rename : content/svg/content/src/SVGMPathElement.h => dom/svg/SVGMPathElement.h
rename : content/svg/content/src/SVGMarkerElement.cpp => dom/svg/SVGMarkerElement.cpp
rename : content/svg/content/src/SVGMarkerElement.h => dom/svg/SVGMarkerElement.h
rename : content/svg/content/src/SVGMaskElement.cpp => dom/svg/SVGMaskElement.cpp
rename : content/svg/content/src/SVGMaskElement.h => dom/svg/SVGMaskElement.h
rename : content/svg/content/src/SVGMatrix.cpp => dom/svg/SVGMatrix.cpp
rename : content/svg/content/src/SVGMatrix.h => dom/svg/SVGMatrix.h
rename : content/svg/content/src/SVGMetadataElement.cpp => dom/svg/SVGMetadataElement.cpp
rename : content/svg/content/src/SVGMetadataElement.h => dom/svg/SVGMetadataElement.h
rename : content/svg/content/src/SVGMotionSMILAnimationFunction.cpp => dom/svg/SVGMotionSMILAnimationFunction.cpp
rename : content/svg/content/src/SVGMotionSMILAnimationFunction.h => dom/svg/SVGMotionSMILAnimationFunction.h
rename : content/svg/content/src/SVGMotionSMILAttr.cpp => dom/svg/SVGMotionSMILAttr.cpp
rename : content/svg/content/src/SVGMotionSMILAttr.h => dom/svg/SVGMotionSMILAttr.h
rename : content/svg/content/src/SVGMotionSMILPathUtils.cpp => dom/svg/SVGMotionSMILPathUtils.cpp
rename : content/svg/content/src/SVGMotionSMILPathUtils.h => dom/svg/SVGMotionSMILPathUtils.h
rename : content/svg/content/src/SVGMotionSMILType.cpp => dom/svg/SVGMotionSMILType.cpp
rename : content/svg/content/src/SVGMotionSMILType.h => dom/svg/SVGMotionSMILType.h
rename : content/svg/content/src/SVGNumberList.cpp => dom/svg/SVGNumberList.cpp
rename : content/svg/content/src/SVGNumberList.h => dom/svg/SVGNumberList.h
rename : content/svg/content/src/SVGNumberListSMILType.cpp => dom/svg/SVGNumberListSMILType.cpp
rename : content/svg/content/src/SVGNumberListSMILType.h => dom/svg/SVGNumberListSMILType.h
rename : content/svg/content/src/SVGNumberPairSMILType.cpp => dom/svg/SVGNumberPairSMILType.cpp
rename : content/svg/content/src/SVGNumberPairSMILType.h => dom/svg/SVGNumberPairSMILType.h
rename : content/svg/content/src/SVGOrientSMILType.cpp => dom/svg/SVGOrientSMILType.cpp
rename : content/svg/content/src/SVGOrientSMILType.h => dom/svg/SVGOrientSMILType.h
rename : content/svg/content/src/SVGPathData.cpp => dom/svg/SVGPathData.cpp
rename : content/svg/content/src/SVGPathData.h => dom/svg/SVGPathData.h
rename : content/svg/content/src/SVGPathElement.cpp => dom/svg/SVGPathElement.cpp
rename : content/svg/content/src/SVGPathElement.h => dom/svg/SVGPathElement.h
rename : content/svg/content/src/SVGPathSegListSMILType.cpp => dom/svg/SVGPathSegListSMILType.cpp
rename : content/svg/content/src/SVGPathSegListSMILType.h => dom/svg/SVGPathSegListSMILType.h
rename : content/svg/content/src/SVGPathSegUtils.cpp => dom/svg/SVGPathSegUtils.cpp
rename : content/svg/content/src/SVGPathSegUtils.h => dom/svg/SVGPathSegUtils.h
rename : content/svg/content/src/SVGPatternElement.cpp => dom/svg/SVGPatternElement.cpp
rename : content/svg/content/src/SVGPatternElement.h => dom/svg/SVGPatternElement.h
rename : content/svg/content/src/SVGPoint.h => dom/svg/SVGPoint.h
rename : content/svg/content/src/SVGPointList.cpp => dom/svg/SVGPointList.cpp
rename : content/svg/content/src/SVGPointList.h => dom/svg/SVGPointList.h
rename : content/svg/content/src/SVGPointListSMILType.cpp => dom/svg/SVGPointListSMILType.cpp
rename : content/svg/content/src/SVGPointListSMILType.h => dom/svg/SVGPointListSMILType.h
rename : content/svg/content/src/SVGPolygonElement.cpp => dom/svg/SVGPolygonElement.cpp
rename : content/svg/content/src/SVGPolygonElement.h => dom/svg/SVGPolygonElement.h
rename : content/svg/content/src/SVGPolylineElement.cpp => dom/svg/SVGPolylineElement.cpp
rename : content/svg/content/src/SVGPolylineElement.h => dom/svg/SVGPolylineElement.h
rename : content/svg/content/src/SVGPreserveAspectRatio.cpp => dom/svg/SVGPreserveAspectRatio.cpp
rename : content/svg/content/src/SVGPreserveAspectRatio.h => dom/svg/SVGPreserveAspectRatio.h
rename : content/svg/content/src/SVGRect.cpp => dom/svg/SVGRect.cpp
rename : content/svg/content/src/SVGRect.h => dom/svg/SVGRect.h
rename : content/svg/content/src/SVGRectElement.cpp => dom/svg/SVGRectElement.cpp
rename : content/svg/content/src/SVGRectElement.h => dom/svg/SVGRectElement.h
rename : content/svg/content/src/SVGSVGElement.cpp => dom/svg/SVGSVGElement.cpp
rename : content/svg/content/src/SVGSVGElement.h => dom/svg/SVGSVGElement.h
rename : content/svg/content/src/SVGScriptElement.cpp => dom/svg/SVGScriptElement.cpp
rename : content/svg/content/src/SVGScriptElement.h => dom/svg/SVGScriptElement.h
rename : content/svg/content/src/SVGSetElement.cpp => dom/svg/SVGSetElement.cpp
rename : content/svg/content/src/SVGSetElement.h => dom/svg/SVGSetElement.h
rename : content/svg/content/src/SVGStopElement.cpp => dom/svg/SVGStopElement.cpp
rename : content/svg/content/src/SVGStopElement.h => dom/svg/SVGStopElement.h
rename : content/svg/content/src/SVGStringList.cpp => dom/svg/SVGStringList.cpp
rename : content/svg/content/src/SVGStringList.h => dom/svg/SVGStringList.h
rename : content/svg/content/src/SVGStyleElement.cpp => dom/svg/SVGStyleElement.cpp
rename : content/svg/content/src/SVGStyleElement.h => dom/svg/SVGStyleElement.h
rename : content/svg/content/src/SVGSwitchElement.cpp => dom/svg/SVGSwitchElement.cpp
rename : content/svg/content/src/SVGSwitchElement.h => dom/svg/SVGSwitchElement.h
rename : content/svg/content/src/SVGSymbolElement.cpp => dom/svg/SVGSymbolElement.cpp
rename : content/svg/content/src/SVGSymbolElement.h => dom/svg/SVGSymbolElement.h
rename : content/svg/content/src/SVGTSpanElement.cpp => dom/svg/SVGTSpanElement.cpp
rename : content/svg/content/src/SVGTSpanElement.h => dom/svg/SVGTSpanElement.h
rename : content/svg/content/src/SVGTagList.h => dom/svg/SVGTagList.h
rename : content/svg/content/src/SVGTests.cpp => dom/svg/SVGTests.cpp
rename : content/svg/content/src/SVGTests.h => dom/svg/SVGTests.h
rename : content/svg/content/src/SVGTextContentElement.cpp => dom/svg/SVGTextContentElement.cpp
rename : content/svg/content/src/SVGTextContentElement.h => dom/svg/SVGTextContentElement.h
rename : content/svg/content/src/SVGTextElement.cpp => dom/svg/SVGTextElement.cpp
rename : content/svg/content/src/SVGTextElement.h => dom/svg/SVGTextElement.h
rename : content/svg/content/src/SVGTextPathElement.cpp => dom/svg/SVGTextPathElement.cpp
rename : content/svg/content/src/SVGTextPathElement.h => dom/svg/SVGTextPathElement.h
rename : content/svg/content/src/SVGTextPositioningElement.cpp => dom/svg/SVGTextPositioningElement.cpp
rename : content/svg/content/src/SVGTextPositioningElement.h => dom/svg/SVGTextPositioningElement.h
rename : content/svg/content/src/SVGTitleElement.cpp => dom/svg/SVGTitleElement.cpp
rename : content/svg/content/src/SVGTitleElement.h => dom/svg/SVGTitleElement.h
rename : content/svg/content/src/SVGTransform.cpp => dom/svg/SVGTransform.cpp
rename : content/svg/content/src/SVGTransform.h => dom/svg/SVGTransform.h
rename : content/svg/content/src/SVGTransformList.cpp => dom/svg/SVGTransformList.cpp
rename : content/svg/content/src/SVGTransformList.h => dom/svg/SVGTransformList.h
rename : content/svg/content/src/SVGTransformListParser.cpp => dom/svg/SVGTransformListParser.cpp
rename : content/svg/content/src/SVGTransformListParser.h => dom/svg/SVGTransformListParser.h
rename : content/svg/content/src/SVGTransformListSMILType.cpp => dom/svg/SVGTransformListSMILType.cpp
rename : content/svg/content/src/SVGTransformListSMILType.h => dom/svg/SVGTransformListSMILType.h
rename : content/svg/content/src/SVGTransformableElement.cpp => dom/svg/SVGTransformableElement.cpp
rename : content/svg/content/src/SVGTransformableElement.h => dom/svg/SVGTransformableElement.h
rename : content/svg/content/src/SVGUseElement.cpp => dom/svg/SVGUseElement.cpp
rename : content/svg/content/src/SVGUseElement.h => dom/svg/SVGUseElement.h
rename : content/svg/content/src/SVGViewBoxSMILType.cpp => dom/svg/SVGViewBoxSMILType.cpp
rename : content/svg/content/src/SVGViewBoxSMILType.h => dom/svg/SVGViewBoxSMILType.h
rename : content/svg/content/src/SVGViewElement.cpp => dom/svg/SVGViewElement.cpp
rename : content/svg/content/src/SVGViewElement.h => dom/svg/SVGViewElement.h
rename : content/svg/content/src/SVGZoomEvent.cpp => dom/svg/SVGZoomEvent.cpp
rename : content/svg/content/src/SVGZoomEvent.h => dom/svg/SVGZoomEvent.h
rename : content/svg/content/src/crashtests/307322-1.svg => dom/svg/crashtests/307322-1.svg
rename : content/svg/content/src/crashtests/327705-1.svg => dom/svg/crashtests/327705-1.svg
rename : content/svg/content/src/crashtests/336994-1.html => dom/svg/crashtests/336994-1.html
rename : content/svg/content/src/crashtests/344888-1.svg => dom/svg/crashtests/344888-1.svg
rename : content/svg/content/src/crashtests/345445-1.svg => dom/svg/crashtests/345445-1.svg
rename : content/svg/content/src/crashtests/360836-1.svg => dom/svg/crashtests/360836-1.svg
rename : content/svg/content/src/crashtests/367357-1.xhtml => dom/svg/crashtests/367357-1.xhtml
rename : content/svg/content/src/crashtests/369051-1.svg => dom/svg/crashtests/369051-1.svg
rename : content/svg/content/src/crashtests/369249-1.svg => dom/svg/crashtests/369249-1.svg
rename : content/svg/content/src/crashtests/369291-1.svg => dom/svg/crashtests/369291-1.svg
rename : content/svg/content/src/crashtests/369291-2.svg => dom/svg/crashtests/369291-2.svg
rename : content/svg/content/src/crashtests/369568-1.svg => dom/svg/crashtests/369568-1.svg
rename : content/svg/content/src/crashtests/372046-1.svg => dom/svg/crashtests/372046-1.svg
rename : content/svg/content/src/crashtests/372046-2.svg => dom/svg/crashtests/372046-2.svg
rename : content/svg/content/src/crashtests/374882-1.svg => dom/svg/crashtests/374882-1.svg
rename : content/svg/content/src/crashtests/380101-1.svg => dom/svg/crashtests/380101-1.svg
rename : content/svg/content/src/crashtests/381777-1.svg => dom/svg/crashtests/381777-1.svg
rename : content/svg/content/src/crashtests/383685-1.svg => dom/svg/crashtests/383685-1.svg
rename : content/svg/content/src/crashtests/385096.html => dom/svg/crashtests/385096.html
rename : content/svg/content/src/crashtests/385554-1.html => dom/svg/crashtests/385554-1.html
rename : content/svg/content/src/crashtests/385554-2.xul => dom/svg/crashtests/385554-2.xul
rename : content/svg/content/src/crashtests/388712-1.svg => dom/svg/crashtests/388712-1.svg
rename : content/svg/content/src/crashtests/395616-1.html => dom/svg/crashtests/395616-1.html
rename : content/svg/content/src/crashtests/396618-1.html => dom/svg/crashtests/396618-1.html
rename : content/svg/content/src/crashtests/397017-1.html => dom/svg/crashtests/397017-1.html
rename : content/svg/content/src/crashtests/397551-1.svg => dom/svg/crashtests/397551-1.svg
rename : content/svg/content/src/crashtests/397704-1.svg => dom/svg/crashtests/397704-1.svg
rename : content/svg/content/src/crashtests/398926-both-different.svg => dom/svg/crashtests/398926-both-different.svg
rename : content/svg/content/src/crashtests/398926-both-same.svg => dom/svg/crashtests/398926-both-same.svg
rename : content/svg/content/src/crashtests/398926-fill.svg => dom/svg/crashtests/398926-fill.svg
rename : content/svg/content/src/crashtests/398926-stroke.svg => dom/svg/crashtests/398926-stroke.svg
rename : content/svg/content/src/crashtests/405639-1.svg => dom/svg/crashtests/405639-1.svg
rename : content/svg/content/src/crashtests/406361-1.html => dom/svg/crashtests/406361-1.html
rename : content/svg/content/src/crashtests/409811-1.html => dom/svg/crashtests/409811-1.html
rename : content/svg/content/src/crashtests/410659-1.svg => dom/svg/crashtests/410659-1.svg
rename : content/svg/content/src/crashtests/410659-2.svg => dom/svg/crashtests/410659-2.svg
rename : content/svg/content/src/crashtests/410659-3.svg => dom/svg/crashtests/410659-3.svg
rename : content/svg/content/src/crashtests/412104-1.svg => dom/svg/crashtests/412104-1.svg
rename : content/svg/content/src/crashtests/413174-1.svg => dom/svg/crashtests/413174-1.svg
rename : content/svg/content/src/crashtests/414188-1.svg => dom/svg/crashtests/414188-1.svg
rename : content/svg/content/src/crashtests/427325-1.svg => dom/svg/crashtests/427325-1.svg
rename : content/svg/content/src/crashtests/428228-1.svg => dom/svg/crashtests/428228-1.svg
rename : content/svg/content/src/crashtests/428841-1.svg => dom/svg/crashtests/428841-1.svg
rename : content/svg/content/src/crashtests/435209-1.svg => dom/svg/crashtests/435209-1.svg
rename : content/svg/content/src/crashtests/436418-mpathRoot-1.svg => dom/svg/crashtests/436418-mpathRoot-1.svg
rename : content/svg/content/src/crashtests/448244-1.svg => dom/svg/crashtests/448244-1.svg
rename : content/svg/content/src/crashtests/466576-1.xhtml => dom/svg/crashtests/466576-1.xhtml
rename : content/svg/content/src/crashtests/499879-1.svg => dom/svg/crashtests/499879-1.svg
rename : content/svg/content/src/crashtests/535691-1.svg => dom/svg/crashtests/535691-1.svg
rename : content/svg/content/src/crashtests/539167-1.svg => dom/svg/crashtests/539167-1.svg
rename : content/svg/content/src/crashtests/573316-1.svg => dom/svg/crashtests/573316-1.svg
rename : content/svg/content/src/crashtests/579356-1.svg => dom/svg/crashtests/579356-1.svg
rename : content/svg/content/src/crashtests/579356-2.svg => dom/svg/crashtests/579356-2.svg
rename : content/svg/content/src/crashtests/595608-1.svg => dom/svg/crashtests/595608-1.svg
rename : content/svg/content/src/crashtests/601251-1.html => dom/svg/crashtests/601251-1.html
rename : content/svg/content/src/crashtests/601406-1.svg => dom/svg/crashtests/601406-1.svg
rename : content/svg/content/src/crashtests/603145-1.svg => dom/svg/crashtests/603145-1.svg
rename : content/svg/content/src/crashtests/613899-1.svg => dom/svg/crashtests/613899-1.svg
rename : content/svg/content/src/crashtests/613899-2.svg => dom/svg/crashtests/613899-2.svg
rename : content/svg/content/src/crashtests/719779-1.svg => dom/svg/crashtests/719779-1.svg
rename : content/svg/content/src/crashtests/723441-1.html => dom/svg/crashtests/723441-1.html
rename : content/svg/content/src/crashtests/723441-resource.svg => dom/svg/crashtests/723441-resource.svg
rename : content/svg/content/src/crashtests/751515-1.svg => dom/svg/crashtests/751515-1.svg
rename : content/svg/content/src/crashtests/761507-1.svg => dom/svg/crashtests/761507-1.svg
rename : content/svg/content/src/crashtests/831561.html => dom/svg/crashtests/831561.html
rename : content/svg/content/src/crashtests/837450-1.svg => dom/svg/crashtests/837450-1.svg
rename : content/svg/content/src/crashtests/842463-1.html => dom/svg/crashtests/842463-1.html
rename : content/svg/content/src/crashtests/847138-1.svg => dom/svg/crashtests/847138-1.svg
rename : content/svg/content/src/crashtests/864509.svg => dom/svg/crashtests/864509.svg
rename : content/svg/content/src/crashtests/880544-1.svg => dom/svg/crashtests/880544-1.svg
rename : content/svg/content/src/crashtests/880544-2.svg => dom/svg/crashtests/880544-2.svg
rename : content/svg/content/src/crashtests/880544-3.svg => dom/svg/crashtests/880544-3.svg
rename : content/svg/content/src/crashtests/880544-4.svg => dom/svg/crashtests/880544-4.svg
rename : content/svg/content/src/crashtests/880544-5.svg => dom/svg/crashtests/880544-5.svg
rename : content/svg/content/src/crashtests/898915-1.svg => dom/svg/crashtests/898915-1.svg
rename : content/svg/content/src/crashtests/crashtests.list => dom/svg/crashtests/crashtests.list
rename : content/svg/content/src/crashtests/zero-size-image.svg => dom/svg/crashtests/zero-size-image.svg
rename : content/svg/content/src/moz.build => dom/svg/moz.build
rename : content/svg/content/src/nsISVGPoint.cpp => dom/svg/nsISVGPoint.cpp
rename : content/svg/content/src/nsISVGPoint.h => dom/svg/nsISVGPoint.h
rename : content/svg/content/src/nsSVGAngle.cpp => dom/svg/nsSVGAngle.cpp
rename : content/svg/content/src/nsSVGAngle.h => dom/svg/nsSVGAngle.h
rename : content/svg/content/src/nsSVGAnimatedTransformList.cpp => dom/svg/nsSVGAnimatedTransformList.cpp
rename : content/svg/content/src/nsSVGAnimatedTransformList.h => dom/svg/nsSVGAnimatedTransformList.h
rename : content/svg/content/src/nsSVGAttrTearoffTable.h => dom/svg/nsSVGAttrTearoffTable.h
rename : content/svg/content/src/nsSVGBoolean.cpp => dom/svg/nsSVGBoolean.cpp
rename : content/svg/content/src/nsSVGBoolean.h => dom/svg/nsSVGBoolean.h
rename : content/svg/content/src/nsSVGClass.cpp => dom/svg/nsSVGClass.cpp
rename : content/svg/content/src/nsSVGClass.h => dom/svg/nsSVGClass.h
rename : content/svg/content/src/nsSVGDataParser.cpp => dom/svg/nsSVGDataParser.cpp
rename : content/svg/content/src/nsSVGDataParser.h => dom/svg/nsSVGDataParser.h
rename : content/svg/content/src/nsSVGElement.cpp => dom/svg/nsSVGElement.cpp
rename : content/svg/content/src/nsSVGElement.h => dom/svg/nsSVGElement.h
rename : content/svg/content/src/nsSVGEnum.cpp => dom/svg/nsSVGEnum.cpp
rename : content/svg/content/src/nsSVGEnum.h => dom/svg/nsSVGEnum.h
rename : content/svg/content/src/nsSVGFeatures.cpp => dom/svg/nsSVGFeatures.cpp
rename : content/svg/content/src/nsSVGFeatures.h => dom/svg/nsSVGFeatures.h
rename : content/svg/content/src/nsSVGFeaturesList.h => dom/svg/nsSVGFeaturesList.h
rename : content/svg/content/src/nsSVGFilters.cpp => dom/svg/nsSVGFilters.cpp
rename : content/svg/content/src/nsSVGFilters.h => dom/svg/nsSVGFilters.h
rename : content/svg/content/src/nsSVGInteger.cpp => dom/svg/nsSVGInteger.cpp
rename : content/svg/content/src/nsSVGInteger.h => dom/svg/nsSVGInteger.h
rename : content/svg/content/src/nsSVGIntegerPair.cpp => dom/svg/nsSVGIntegerPair.cpp
rename : content/svg/content/src/nsSVGIntegerPair.h => dom/svg/nsSVGIntegerPair.h
rename : content/svg/content/src/nsSVGLength2.cpp => dom/svg/nsSVGLength2.cpp
rename : content/svg/content/src/nsSVGLength2.h => dom/svg/nsSVGLength2.h
rename : content/svg/content/src/nsSVGNumber2.cpp => dom/svg/nsSVGNumber2.cpp
rename : content/svg/content/src/nsSVGNumber2.h => dom/svg/nsSVGNumber2.h
rename : content/svg/content/src/nsSVGNumberPair.cpp => dom/svg/nsSVGNumberPair.cpp
rename : content/svg/content/src/nsSVGNumberPair.h => dom/svg/nsSVGNumberPair.h
rename : content/svg/content/src/nsSVGPathDataParser.cpp => dom/svg/nsSVGPathDataParser.cpp
rename : content/svg/content/src/nsSVGPathDataParser.h => dom/svg/nsSVGPathDataParser.h
rename : content/svg/content/src/nsSVGPathGeometryElement.cpp => dom/svg/nsSVGPathGeometryElement.cpp
rename : content/svg/content/src/nsSVGPathGeometryElement.h => dom/svg/nsSVGPathGeometryElement.h
rename : content/svg/content/src/nsSVGPolyElement.cpp => dom/svg/nsSVGPolyElement.cpp
rename : content/svg/content/src/nsSVGPolyElement.h => dom/svg/nsSVGPolyElement.h
rename : content/svg/content/src/nsSVGString.cpp => dom/svg/nsSVGString.cpp
rename : content/svg/content/src/nsSVGString.h => dom/svg/nsSVGString.h
rename : content/svg/content/src/nsSVGTransform.cpp => dom/svg/nsSVGTransform.cpp
rename : content/svg/content/src/nsSVGTransform.h => dom/svg/nsSVGTransform.h
rename : content/svg/content/src/nsSVGViewBox.cpp => dom/svg/nsSVGViewBox.cpp
rename : content/svg/content/src/nsSVGViewBox.h => dom/svg/nsSVGViewBox.h
rename : content/svg/content/test/MutationEventChecker.js => dom/svg/test/MutationEventChecker.js
rename : content/svg/content/test/a_href_destination.svg => dom/svg/test/a_href_destination.svg
rename : content/svg/content/test/a_href_helper_01.svg => dom/svg/test/a_href_helper_01.svg
rename : content/svg/content/test/a_href_helper_02_03.svg => dom/svg/test/a_href_helper_02_03.svg
rename : content/svg/content/test/a_href_helper_04.svg => dom/svg/test/a_href_helper_04.svg
rename : content/svg/content/test/animated-svg-image-helper.html => dom/svg/test/animated-svg-image-helper.html
rename : content/svg/content/test/animated-svg-image-helper.svg => dom/svg/test/animated-svg-image-helper.svg
rename : content/svg/content/test/bbox-helper.svg => dom/svg/test/bbox-helper.svg
rename : content/svg/content/test/bounds-helper.svg => dom/svg/test/bounds-helper.svg
rename : content/svg/content/test/dataTypes-helper.svg => dom/svg/test/dataTypes-helper.svg
rename : content/svg/content/test/fragments-helper.svg => dom/svg/test/fragments-helper.svg
rename : content/svg/content/test/getCTM-helper.svg => dom/svg/test/getCTM-helper.svg
rename : content/svg/content/test/getSubStringLength-helper.svg => dom/svg/test/getSubStringLength-helper.svg
rename : content/svg/content/test/matrixUtils.js => dom/svg/test/matrixUtils.js
rename : content/svg/content/test/mochitest.ini => dom/svg/test/mochitest.ini
rename : content/svg/content/test/pointer-events.js => dom/svg/test/pointer-events.js
rename : content/svg/content/test/scientific-helper.svg => dom/svg/test/scientific-helper.svg
rename : content/svg/content/test/selectSubString-helper.svg => dom/svg/test/selectSubString-helper.svg
rename : content/svg/content/test/switch-helper.svg => dom/svg/test/switch-helper.svg
rename : content/svg/content/test/test_SVGLengthList-2.xhtml => dom/svg/test/test_SVGLengthList-2.xhtml
rename : content/svg/content/test/test_SVGLengthList.xhtml => dom/svg/test/test_SVGLengthList.xhtml
rename : content/svg/content/test/test_SVGMatrix.xhtml => dom/svg/test/test_SVGMatrix.xhtml
rename : content/svg/content/test/test_SVGNumberList.xhtml => dom/svg/test/test_SVGNumberList.xhtml
rename : content/svg/content/test/test_SVGPathSegList.xhtml => dom/svg/test/test_SVGPathSegList.xhtml
rename : content/svg/content/test/test_SVGPointList.xhtml => dom/svg/test/test_SVGPointList.xhtml
rename : content/svg/content/test/test_SVGStringList.xhtml => dom/svg/test/test_SVGStringList.xhtml
rename : content/svg/content/test/test_SVGStyleElement.xhtml => dom/svg/test/test_SVGStyleElement.xhtml
rename : content/svg/content/test/test_SVGTransformList.xhtml => dom/svg/test/test_SVGTransformList.xhtml
rename : content/svg/content/test/test_SVGTransformListAddition.xhtml => dom/svg/test/test_SVGTransformListAddition.xhtml
rename : content/svg/content/test/test_SVGUnitTypes.html => dom/svg/test/test_SVGUnitTypes.html
rename : content/svg/content/test/test_SVG_namespace_ids.html => dom/svg/test/test_SVG_namespace_ids.html
rename : content/svg/content/test/test_SVGxxxList.xhtml => dom/svg/test/test_SVGxxxList.xhtml
rename : content/svg/content/test/test_SVGxxxListIndexing.xhtml => dom/svg/test/test_SVGxxxListIndexing.xhtml
rename : content/svg/content/test/test_a_href_01.xhtml => dom/svg/test/test_a_href_01.xhtml
rename : content/svg/content/test/test_a_href_02.xhtml => dom/svg/test/test_a_href_02.xhtml
rename : content/svg/content/test/test_animLengthObjectIdentity.xhtml => dom/svg/test/test_animLengthObjectIdentity.xhtml
rename : content/svg/content/test/test_animLengthReadonly.xhtml => dom/svg/test/test_animLengthReadonly.xhtml
rename : content/svg/content/test/test_animLengthUnits.xhtml => dom/svg/test/test_animLengthUnits.xhtml
rename : content/svg/content/test/test_bbox-with-invalid-viewBox.xhtml => dom/svg/test/test_bbox-with-invalid-viewBox.xhtml
rename : content/svg/content/test/test_bbox.xhtml => dom/svg/test/test_bbox.xhtml
rename : content/svg/content/test/test_bounds.html => dom/svg/test/test_bounds.html
rename : content/svg/content/test/test_bug872812.html => dom/svg/test/test_bug872812.html
rename : content/svg/content/test/test_dataTypes.html => dom/svg/test/test_dataTypes.html
rename : content/svg/content/test/test_dataTypesModEvents.html => dom/svg/test/test_dataTypesModEvents.html
rename : content/svg/content/test/test_fragments.html => dom/svg/test/test_fragments.html
rename : content/svg/content/test/test_getCTM.html => dom/svg/test/test_getCTM.html
rename : content/svg/content/test/test_getElementById.xhtml => dom/svg/test/test_getElementById.xhtml
rename : content/svg/content/test/test_getSubStringLength.xhtml => dom/svg/test/test_getSubStringLength.xhtml
rename : content/svg/content/test/test_hasFeature.xhtml => dom/svg/test/test_hasFeature.xhtml
rename : content/svg/content/test/test_lang.xhtml => dom/svg/test/test_lang.xhtml
rename : content/svg/content/test/test_length.xhtml => dom/svg/test/test_length.xhtml
rename : content/svg/content/test/test_lengthParsing.html => dom/svg/test/test_lengthParsing.html
rename : content/svg/content/test/test_non-scaling-stroke.html => dom/svg/test/test_non-scaling-stroke.html
rename : content/svg/content/test/test_nonAnimStrings.xhtml => dom/svg/test/test_nonAnimStrings.xhtml
rename : content/svg/content/test/test_onerror.xhtml => dom/svg/test/test_onerror.xhtml
rename : content/svg/content/test/test_pathAnimInterpolation.xhtml => dom/svg/test/test_pathAnimInterpolation.xhtml
rename : content/svg/content/test/test_pathSeg.xhtml => dom/svg/test/test_pathSeg.xhtml
rename : content/svg/content/test/test_pointAtLength.xhtml => dom/svg/test/test_pointAtLength.xhtml
rename : content/svg/content/test/test_pointer-events-1a.xhtml => dom/svg/test/test_pointer-events-1a.xhtml
rename : content/svg/content/test/test_pointer-events-1b.xhtml => dom/svg/test/test_pointer-events-1b.xhtml
rename : content/svg/content/test/test_pointer-events-2.xhtml => dom/svg/test/test_pointer-events-2.xhtml
rename : content/svg/content/test/test_pointer-events-3.xhtml => dom/svg/test/test_pointer-events-3.xhtml
rename : content/svg/content/test/test_pointer-events-4.xhtml => dom/svg/test/test_pointer-events-4.xhtml
rename : content/svg/content/test/test_pointer-events-5.xhtml => dom/svg/test/test_pointer-events-5.xhtml
rename : content/svg/content/test/test_scientific.html => dom/svg/test/test_scientific.html
rename : content/svg/content/test/test_selectSubString.xhtml => dom/svg/test/test_selectSubString.xhtml
rename : content/svg/content/test/test_stroke-linecap-hit-testing.xhtml => dom/svg/test/test_stroke-linecap-hit-testing.xhtml
rename : content/svg/content/test/test_switch.xhtml => dom/svg/test/test_switch.xhtml
rename : content/svg/content/test/test_text.html => dom/svg/test/test_text.html
rename : content/svg/content/test/test_text_2.html => dom/svg/test/test_text_2.html
rename : content/svg/content/test/test_text_dirty.html => dom/svg/test/test_text_dirty.html
rename : content/svg/content/test/test_text_lengthAdjust.html => dom/svg/test/test_text_lengthAdjust.html
rename : content/svg/content/test/test_text_scaled.html => dom/svg/test/test_text_scaled.html
rename : content/svg/content/test/test_text_selection.html => dom/svg/test/test_text_selection.html
rename : content/svg/content/test/test_text_update.html => dom/svg/test/test_text_update.html
rename : content/svg/content/test/test_transform.xhtml => dom/svg/test/test_transform.xhtml
rename : content/svg/content/test/test_transformParsing.html => dom/svg/test/test_transformParsing.html
rename : content/svg/content/test/test_valueAsString.xhtml => dom/svg/test/test_valueAsString.xhtml
rename : content/svg/content/test/test_valueLeaks.xhtml => dom/svg/test/test_valueLeaks.xhtml
rename : content/svg/content/test/test_viewport.html => dom/svg/test/test_viewport.html
rename : content/svg/content/test/test_zoom.xhtml => dom/svg/test/test_zoom.xhtml
rename : content/svg/content/test/text-helper-scaled.svg => dom/svg/test/text-helper-scaled.svg
rename : content/svg/content/test/text-helper-selection.svg => dom/svg/test/text-helper-selection.svg
rename : content/svg/content/test/text-helper.svg => dom/svg/test/text-helper.svg
rename : content/svg/content/test/viewport-helper.svg => dom/svg/test/viewport-helper.svg
rename : content/svg/content/test/zoom-helper.svg => dom/svg/test/zoom-helper.svg
2014-05-12 22:29:04 +03:00
Bobby Holley
e76375b0e6 Bug 997987 - Cache the system principal on nsContentUtils and remove nsIScriptSecurityManager::SubjectPrincipalIsSystem. r=Ms2ger,sr=bz 2014-05-06 15:43:03 -07:00
Bobby Holley
0a5fb33d0a Bug 997987 - Remove usage of nsIScriptSecurityManager::GetSubjectPrincipal. r=Ms2ger 2014-05-06 15:43:03 -07:00
Steven MacLeod
7da181839b Bug 981900 - Fix typo in embedding tests. rs=ttaubert 2014-04-28 11:47:27 -04:00
Birunthan Mohanathas
504b581650 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Birunthan Mohanathas
c8c6722bb4 Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug 2014-04-25 12:49:00 -04:00
Arpad Borsos
0ffd585a0c Bug 474369 - remove nsVoidArray includes; r=ehsan
--HG--
extra : rebase_source : dd3abeb623fd8b784fd6ba639c88def84a4daf58
2014-04-26 16:12:45 +02:00
Steven MacLeod
22c7222ca8 Bug 981900 - Add OnHistoryReplaceEntry to nsISHistoryListener to handle history.replaceState. r=smaug 2014-04-24 15:12:15 -04:00
Ehsan Akhgari
1ff93fc5fa Bug 998741 - Fix XULRunner builds; r=bsmedberg 2014-04-22 14:58:19 -04:00
Andrew McCreight
27738cc5c5 Bug 998779 - Remove unused #includes of nsHashtable.h. r=froydnj 2014-04-21 09:41:58 -07:00
Adrian Lungu
a3166584d9 Bug 822480 - Add in the Resource Timing API. r=honzab, r=jst 2013-10-15 18:35:44 -07:00
Márk Bartos
f22c1fcd88 Bug 106787 - Fix: Remove nsIAllocator and it's references. r=bsmedberg 2014-04-14 17:20:45 +02:00
Bill McCloskey
87fd65aa1b Bug 989504 - [e10s] Disable test_window_open_position_constraint.html in e10s (r=roc) 2014-04-03 11:45:32 -07:00
Anuj Agarwal
9c1df3711a Bug 984124 - Convert nsWebBrowserPersist::mURIMap to nsClassHashtable. r=bsmedberg 2014-04-02 05:56:06 -07:00
Brad Lassey
5c8eeb9096 bug 971101 - build and publish geckoview example by default r=khuey 2014-03-31 11:40:06 -04:00
Wes Kocher
8dd0f88d90 Merge m-c to fx-team 2014-03-28 17:07:04 -07:00
Brad Lassey
9a23ed7121 bug 979438 - Unify android target SDK versions, follow up to address nits r=nalexander
--HG--
extra : rebase_source : 841e8eece32e10d6d2c3443d5bcbf7ac935dd157
2014-03-28 19:47:32 -04:00
Brad Lassey
69f6871cd0 bug 979438 - Unify android target SDK versions r=nalexander
--HG--
rename : embedding/android/geckoview_example/AndroidManifest.xml => embedding/android/geckoview_example/AndroidManifest.xml.in
rename : mobile/android/geckoview_library/AndroidManifest.xml => mobile/android/geckoview_library/AndroidManifest.xml.in
rename : mobile/android/geckoview_library/project.properties => mobile/android/geckoview_library/project.properties.in
2014-03-25 23:27:16 -04:00
Bevis Tseng
83e9f28786 Bug 981077 - Part 1: Add new error type SIM_NOT_MATCHED_ERROR. r=vyang 2014-03-21 10:52:05 +08:00
Jonathan Kew
b3123645d2 bug 986296 - try to make window_open_position_constraint test more reliable. r=roc 2014-03-24 11:21:13 +00:00
Wes Kocher
9b1e1a9f9e Merge m-c to inbound 2014-03-27 20:21:50 -07:00
Ehsan Akhgari
345b35a6e8 Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg 2014-03-27 16:38:33 -04:00
Jonathan Kew
b1f2dc648a bug 978847 - test for window opened at extreme off-screen coordinates. r=roc 2014-03-20 09:46:43 +00:00
Jonathan Kew
3e18770c18 bug 978847 - check for overflow in nsWindowWatcher coordinate calculations when constraining position. r=roc 2014-03-20 09:46:43 +00:00
Nathan Froyd
b6c351ea7e Bug 984466 - change CallQueryInterface to assert in cases of trivial conversions; r=ehsan 2014-03-17 13:00:17 -04:00
Neil Rashbrook
921625ab05 Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
--HG--
extra : rebase_source : f8fb50de9292320eb7589dd28dc566d0f5044da6
2014-03-18 00:23:03 +00:00
Wes Kocher
2939a367ba Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
2014-03-17 15:19:53 -07:00
Neil Rashbrook
f83724018d Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
2014-03-17 19:07:09 +00:00
Andrew McCreight
4b271926f1 Bug 984008, part 3 - Convert nsWebBrowserPersist::mUploadList to nsClassHashtable. r=ehsan 2014-03-17 10:21:26 -07:00
Andrew McCreight
4f2dc57dec Bug 984008, part 2 - Convert nsWebBrowserPersist::mOutputMap to nsClassHashtable. r=ehsan 2014-03-17 10:21:26 -07:00
Andrew McCreight
f290aee8cd Bug 984008, part 1 - Remove trailing whitespace from nsWebBrowserPersist. r=ehsan 2014-03-17 10:21:26 -07:00
Masayuki Nakano
6461de2a4d Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
--HG--
rename : dom/events/nsEventListenerManager.cpp => dom/events/EventListenerManager.cpp
rename : dom/events/nsEventListenerManager.h => dom/events/EventListenerManager.h
2014-03-17 15:56:53 +09:00
Masayuki Nakano
f5d90add5d Bug 981261 part.4 Move EventListenerFlags from mozilla::dom:: to mozilla:: r=smaug 2014-03-17 15:56:52 +09:00
Kyle Huey
f7eafc09a9 Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg 2014-03-15 12:00:15 -07:00
Bill McCloskey
d960718b48 Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 21:38:19 -07:00
Wes Kocher
62d61f05a8 Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
cff466f79f Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Bill McCloskey
624ffda758 Backed out changeset d6261f65070a 2014-03-13 15:52:27 -07:00
Bill McCloskey
a23e0f8633 Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Vaibhav Agarwal
292a923c8e Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher 2014-03-13 10:40:10 -04:00
Blake Kaplan
bd61b1f7a3 Bug 980586 - Remove old e10s prompt code. r=smaug 2014-03-10 08:57:07 -04:00
Bevis Tseng
52b440f0b5 Bug 974820 - Part 1: Add new error type STORAGE_FULL_ERROR. r=vyang 2014-02-20 12:17:47 +08:00
Ehsan Akhgari
444a26ed8e Bug 976896 - Port STL_FLAGS to moz.build; r=mshal 2014-03-04 19:39:06 -05:00
Masayuki Nakano
66706f5a6e Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
2014-03-05 09:37:43 +09:00
Brad Lassey
fe96d4e3fa bug 969725 - geckoview_example uses incorrect main.xml layout and AndroidManifest r=nalexander 2014-02-27 12:21:06 -05:00
Andrew McCreight
c479f2a541 Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug 2014-02-27 10:04:09 -08:00
Ehsan Akhgari
2bb7d82af6 Bug 975733 - Move some LDFLAGS for building executables on Windows to moz.build; r=mshal 2014-02-26 21:38:29 -05:00
James Kitchener
42ca823221 Bug 464222 - Allow URI loads with a base URI argument. r=bz 2014-02-20 08:43:53 -05:00
Ehsan Akhgari
a32ac98c0e Bug 974217 - Remove the non-standalone part of dirserviceprovider; r=glandium
--HG--
rename : profile/dirserviceprovider/standalone/Makefile.in => profile/dirserviceprovider/src/Makefile.in
2014-02-19 13:14:11 -05:00
Vaibhav Agarwal
81f1ea0a18 Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
Andrew McCreight
b1c94625ea Bug 967999, part 2 - Convert nsControllerCommandTable::mCommandsTable to use nsInterfaceHashtable. r=ehsan 2014-02-11 14:56:45 -08:00
Andrew McCreight
8757ee8a27 Bug 967999, part 1 - Remove some trailing whitespace from nsControllerCommandTable. r=ehsan 2014-02-11 14:56:44 -08:00
Bill McCloskey
feeba100fb Bug 960783 - Add nsILoadContext flags for remote (out-of-process) windows (r=ehsan) 2014-02-11 09:00:54 -08:00
Ehsan Akhgari
82ebdc883f Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
Ehsan Akhgari
144a2cdcb0 Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps 2014-02-10 09:03:53 -05:00
Jacek Caban
561e839426 Bug 969330 - Fix -Werror=int-to-pointer-cast in windows-only code. r=ehsan 2014-02-10 12:05:22 +01:00
Ms2ger
87874d98a0 Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz 2014-01-20 08:58:26 +01:00
Bobby Holley
cbd56d3257 Bug 794943 - Remove nsISecurityCheckedComponent IID push from Components.interfaces{,ById}. r=mrbkap
This should have been in bug 951948 bug I missed it.
2014-01-16 15:45:39 -08:00
Bob Owen
4d20991bc8 Bug 785310 - HTML5 sandboxed iframe should not be able to perform top navigation when scripts are allowed. r=bholley, r=smaug 2014-01-13 07:58:16 +00:00
Tom Schuster
5e3191afd2 Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
Brad Lassey
013a687dbc bug 944045 - geckoview example makefile should handle deps better r=khuey 2013-11-27 14:49:41 -05:00
Trevor Saunders
64d5d5a8ed bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug 2014-01-06 17:34:15 -05:00
Ehsan Akhgari
ac73237d97 Merge m-c into inbound 2014-01-04 12:14:57 -05:00
Ehsan Akhgari
eaa7491d77 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Mats Palmgren
b2d560997b Bug 952827 - Remove unused methods from nsIScrollable. r=roc 2014-01-03 21:08:50 +00:00
Trevor Saunders
c2b2fcd3d4 bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj 2013-12-12 20:50:01 -05:00
Birunthan Mohanathas
58325c73be Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
2013-12-08 21:52:54 -05:00
Brad Lassey
ef9397a807 Bug 944041 - Failure to make geckoview from m-c. r=khuey 2013-11-27 15:14:26 -05:00
Jacek Caban
c6f4ebd28d Bug 945245 - Fixed misc char16_t/wchar_t mismatches. r=ehsan
--HG--
extra : rebase_source : fcab74b295b513f4185cf9c12f31ebaddb7c8e0e
2013-12-03 16:09:50 +01:00
Mike Hommey
fdd3247a81 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey
2f727b6d62 Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Mike Hommey
b038245b8d Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Chris Peterson
425deba9d2 Bug 941728 - Build embedding in unified mode. r=bz 2013-11-20 23:13:31 -08:00
Brad Lassey
b7743f86db bug 930072 - Provide example app using GeckoView library in the tree r=mfinkle, nalexander 2013-10-23 18:37:14 +02:00
Nathan Froyd
3a2dd257a3 Bug 940170 - part 4 - constify PLDHashTableOps in miscellaneous other places; r=bz 2013-11-18 21:58:27 -05:00
Mike Hommey
931cb49886 Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
db9e5129bc Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey
b18be7aacd Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Mike Hommey
f0d1cd1e10 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey
f81885e53b Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps 2013-11-19 11:47:14 +09:00
Benoit Jacob
23635a50e6 Bug 938393 - fix the bustage fix - no review, bustage fix on a CLOSED TREE 2013-11-15 13:28:14 -05:00
Benoit Jacob
12b39569dc Bug 938393 - properly rev the nsIWindowWatcher uuid - no review, bustage fix on a CLOSED TREE 2013-11-15 13:24:35 -05:00
Benoit Jacob
099bfa5355 Bug 938393 - Let nsIWindowWatcher expose a HasWindowCreator method - r=bsmedberg 2013-11-15 11:28:45 -05:00
Peter Van der Beken
3bba715683 Bug 935786 - Assertion failure: !IsInnerWindow() || IsCurrentInnerWindow() at nsGlobalWindow.cpp:8909. r=smaug
CLOSED TREE
2013-11-13 09:47:37 +01:00
Ms2ger
5dd88f6bd7 Bug 931462 - Move LOCAL_INCLUDES to moz.build in embedding/; r=mshal 2013-11-11 09:04:22 +01:00
Matt Woodrow
61dcbad0a4 Bug 934860 - Move paint region clipping into DrawThebesLayer. r=roc 2013-11-07 08:10:50 +13:00
Gene Lian
373683bc54 Bug 932201 - [B2G][DSDS] Gecko needs to properly download MMS for non-active SIM. r=ctai,vicamo 2013-11-05 17:21:56 +08:00
Mike Hommey
f1c0c07862 Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
Mike Hommey
80c623bb6a Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps 2013-10-24 08:05:43 +09:00
Kyle Huey
4801b8ae53 Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-23 07:32:04 +08:00
Joshua Cranmer
df0c3131ef Bug 900526, part 4: Migrate FINAL_TARGET and XPI_NAME to moz.build, r=gps 2013-10-21 13:09:06 -05:00
Henri Sivonen
61f07128a7 Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky. 2013-10-16 04:46:10 +03:00
Bob Owen
77694c4c36 Bug 766282 - Implement allow-popups directive for iframe sandbox. r=smaug 2013-03-21 18:44:58 +00:00
Ryan VanderMeulen
a80b1ea22a Backed out 2 changesets (bug 915757, bug 919885) for frequent Android Armv6 mochitest-8 crashes.
Backed out changeset 04610078280c (bug 915757)
Backed out changeset db9190b3ce60 (bug 919885)
2013-10-14 14:38:54 -04:00
Kyle Huey
80a708caab Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-14 19:58:25 +08:00
Phil Ringnalda
95093a98d7 Backed out 2 changesets (bug 915757, bug 919885) for xpcshell bustage
Backed out changeset 5d17d90b838d (bug 915757)
Backed out changeset 91495d3a91c8 (bug 919885)
2013-10-13 21:59:58 -07:00
Kyle Huey
6d62264056 Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-14 11:10:44 +08:00
Josh Aas
cc6eab6b7f Bug 925027: Stop using old Carbon scrap APIs in i386 builds. r=bsmedberg 2013-10-10 15:22:02 -05:00
Ehsan Akhgari
282051982e Bug 924248 - Make nsIDocument.h go on a diet; r=jst
The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
2013-10-07 22:21:07 -04:00
Ms2ger
df62fb8b0f Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps 2013-10-03 09:11:13 +02:00
Ms2ger
9d5ce8dfb7 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Ehsan Akhgari
27c999b3b4 Bug 921753 - Part 1: Avoid #including nsStyleStructInlines.h in nsIFrame.h; r=roc
This patch reduces the number of files that transitively #include
gfx/2d.h from 1782 to 1582.
2013-10-01 17:00:38 -04:00
Gregory Szorc
c44d9c8614 Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
Ed Morley
eae8f15a4a Backed out changeset 77bff106b704 (bug 920223) 2013-09-30 12:50:12 +01:00
Gregory Szorc
3d0a157ac2 Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
Martijn Wargers
febeb562f6 Bug 918604 - Remove more enablePrivilege calls. r=jmaher 2013-09-25 19:32:20 +02:00
Ryan VanderMeulen
c3127fc9fe Backed out changeset 356ba083bb5f (bug 918604) for frequent OSX test_window_bar.html timeouts.
CLOSED TREE
2013-09-27 18:28:43 -04:00
Martijn Wargers
2e1fc68393 Bug 918604 - Remove more enablePrivilege calls. r=jmaher 2013-09-25 19:32:20 +02:00
Masayuki Nakano
ee772d1cbc Bug 912956 part.18 Remove nsGUIEvent.h r=roc 2013-09-25 20:21:22 +09:00
Ehsan Akhgari
b91ba4ba3a Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg 2013-09-23 13:29:27 -04:00
Ehsan Akhgari
a2b69d5030 Bug 919296 - Minimize the #includes in netwerk/ IDL files; r=mcmanus 2013-09-22 23:35:05 -04:00
Ryan VanderMeulen
8a6a806c2a Merge m-c to inbound. 2013-09-17 22:47:28 -04:00
Ryan VanderMeulen
5be5179c2d Merge m-c to fx-team on a CLOSED TREE. 2013-09-17 20:27:03 -04:00
Matt Brubeck
63e63308ec Bug 276757 - Find in page should match curly quotes to straight quotes [r=jst] 2013-09-17 10:24:23 -07:00
Mina Almasry
c7a175bba8 Bug 912166 - Make nsIWidget::GetDefaultScale return a typed scale value. r=roc 2013-09-17 20:45:19 -04:00
Ehsan Akhgari
32841d7ffc Bug 917302 - Remove some dead code in embedding/; r=bsmedberg 2013-09-17 12:38:56 -04:00
Gene Lian
7f8b14d692 Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+ 2013-09-09 21:48:07 +08:00
Gene Lian
9f5d5b5dda Backed out changeset 9f377abbf13e 2013-09-09 21:22:37 +08:00
Gene Lian
7f6d55e888 Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+ 2013-09-09 21:00:45 +08:00
Kyle Huey
5c8c4e7794 Bug 911258: Part 6 - Fixup tests. r=me 2013-09-08 20:30:10 -07:00
Ehsan Akhgari
3956f8e1f5 Bug 913531 - Remove the unnecessary #includes from nsIXPConnect.idl; r=bholley 2013-09-06 13:50:24 -04:00
Robert O'Callahan
8ca63f18ef Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
2013-09-02 20:41:57 +12:00
Mike Hommey
05b3f24e0e Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Masatoshi Kimura
216f76200c Bug 911573 - Mochitest fixup to prepare removing Components-in-content with UniversalXPConnect. r=bholley 2013-09-05 01:02:34 +09:00
Nicholas Nethercote
d74157039d Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
--HG--
extra : rebase_source : 008ef689989f93b46627b8be8608bdbc544ca3a2
2013-08-27 19:59:14 -07:00
Ms2ger
4af9d89266 Merge m-c to inbound 2013-08-22 10:38:48 +02:00
Ms2ger
2fab82586f Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal 2013-08-22 08:56:00 +02:00
Ms2ger
5c981f7ca9 Bug 906412 - Cleanup some random parts of the build system; r=mshal 2013-08-22 08:55:59 +02:00
Ms2ger
66214743ad Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps 2013-08-22 08:55:59 +02:00
Nicholas Nethercote
b89a8ac1c0 Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
2013-08-17 15:50:18 -07:00
Bobby Holley
d51c959abd Bug 901364 - Remove a bunch of now-unused modal state tracking machinery. r=mrbkap 2013-08-12 12:54:51 -07:00
Trevor Saunders
a8a12176ad bug 659722 - remove _IMPL_NS_LAYOUT r=bz 2013-03-16 00:31:38 -04:00
Trevor Saunders
b2dc01f1a7 bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium 2013-08-08 20:12:37 -04:00
David Zbarsky
eb7e83b422 Bug 901060 - Make nsGenericHTMLElement implement nsIDOMHTMLElement r=bz 2013-08-07 16:23:08 -04:00
Mike Hommey
ca80cd82ad Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8 2013-08-02 10:29:05 +09:00
Trevor Saunders
64dbc43c4d backout bug 886526 because it probably made us use a lot more memory to link on windows 2013-07-29 11:03:21 -04:00
David Zbarsky
b9c20a7821 Bug 894646 - Various dom deCOM cleanups r=Ms2ger 2013-07-23 16:39:17 -07:00
Joshua Cranmer
bb26e8f816 Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar
--HG--
extra : rebase_source : ce24ab345baa48104328e3c101b7266a31e81870
2013-07-11 15:21:45 -05:00
Joshua Cranmer
3999e3d940 Bug 884061 - Part 3g: Use NS_DECL_THREADSAFE_ISUPPORTS in embedding/, r=bsmedberg
--HG--
extra : rebase_source : 945c7378a49ec5ffb235925cfc7986ba9d6061bc
2013-07-18 21:22:23 -05:00
Gene Lian
b05b7bb8b3 Bug 891756 - [sms][mms] Gecko needs to return proper error code to notify Gaia the address is invalid (part 1, "InvalidAddressError"). r=vicamo a=leo+ 2013-07-11 11:23:49 +08:00
Tom Schuster
c3a3b8fa79 Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
Ryan VanderMeulen
97083e557a Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
Backed out changeset 0ded4854067b (bug 886903)
Backed out changeset ca8afb897e13 (bug 893858)
Backed out changeset c15f503a96cc (bug 868859)
Backed out changeset 6a788f399a7f (bug 868859)
2013-07-17 12:43:59 -04:00
Tom Schuster
46fe724e6d Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
Mike Hommey
e9ee5bb8ee Bug 892904 - Remove useless includes of config.mk. r=gps 2013-07-15 18:48:40 +09:00
Trevor Saunders
238525e2d8 bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
Mike Hommey
b20f881e7c Bug 892401 - Remove NEW_H. r=ted 2013-07-12 09:16:41 +09:00
Trevor Saunders
ace23958ea bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg 2013-06-25 11:15:21 -04:00
Joey Armstrong
df6123b0bc bug 870407: cleanup bug. r=mshal 2013-07-08 11:53:00 -04:00
Daniel Holbert
49caa6b84c Bug 885598: Mark a bunch of subdirectories in /embedding as FAIL_ON_WARNINGS. r=bsmedberg 2013-07-01 22:50:35 -07:00
Joey Armstrong
f7feff6efe bug 883350: move SDK_HEADERS to mozbuild (file batch #1) r=mshal 2013-07-01 17:24:53 -04:00
Joey Armstrong
f183040ef5 bug 870407: move CMMSRCS to mozbuild (file batch #2) r=mshal 2013-07-01 12:32:40 -04:00
Daniel Holbert
203c2db8c2 Bug 885596: cast true and false to uint32_t when comparing them against uint32_t values, to silence MSVC build warning. r=dougt 2013-06-25 08:00:03 -07:00
Daniel Holbert
859119a1b0 Bug 885014 - Remove unused variable 'rv' in nsWebBrowser::EnableGlobalHistory. r=tbsaunde 2013-06-20 14:07:31 -04:00
Brian O'Keefe
ed17339221 Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Chia-hung Tai
b6b96897bf Bug 880561 - B2G MMS: Add 2 more error status (in flight mode and no sim card) when sending MMS. r=gene 2013-06-18 12:06:32 +08:00
Mark Hammond
a8001c07d8 Bug 875157 (part 1) - add isParentWindowMainWidgetVisible to nsIDOMWindowUtils. r=bz
--HG--
extra : rebase_source : ba752abd8c16276e438d3af0742a9d74897acad0
2013-05-31 11:12:44 +10:00
Trevor Saunders
436b3b902e bug 882079 - merge nsIDocShellHistory into nsIDocShell r=smaug 2013-02-15 11:07:29 -05:00
Mike Shal
6f32ddf61c Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Masatoshi Kimura
407e00e58c Bug 876040 - Replace nsIDOMEvent::GetPreventDefault() with nsIDOMEvent::DefaultPrevented(). r=smaug 2013-05-26 06:05:36 +09:00
Markus Stange
07bad85738 Bug 676241 part 8: Remove alternate layer manager handling. r=mattwoodrow 2013-05-23 16:49:18 +02:00
Arnaud Bienner
053792df71 Bug 875274 - Implement the content part of <input type="color">. r=mounir 2013-05-23 14:02:23 +01:00
Bobby Holley
ba05c93769 Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor 2013-05-22 10:05:26 -06:00
Gregory Szorc
c1b865f669 Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
Bobby Holley
e212c13aff Bug 860941 - Separate the handling of |dialogArguments| and |arguments|, and use IDL for the |dialogArguments| getter. r=jst
This patch is bigger than I'd like it to be, but there are a lot of interlocked
dependencies and I eventually decided it was easier to just lump it together.

The semantics of |showModalDialog|/|window.dialogArguments| (an web-exposed
HTML5 feature) and |openDialog|/|window.arguments| (a XUL-proprietary feature)
are quite different. The former is essentially a security-checked JSVal, while
the latter gets converted into an array. We handled them together in the old
world, which led to a lot of confusion and muddled semantics. This patch
separates them.

This patch also eschews the roundabout resolve hook for dialogArguments in favor
of returning them directly from the XPIDL getter. This better matches the
behavior in the spec, especially because it allows dialogArguments to live on
the outer as they're supposed to, rather than the first inner that happens to
end up in the docshell. All in all, this should make this all very
straightforward to convert WebIDL when the time comes.

The current spec on the origin checks here is pretty fictional, so I've filed
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21932 to fix it. This patch
should more or less preserve the current security behavior.
2013-05-17 10:43:19 -07:00
Bobby Holley
c851e08182 Bug 860941 - Add an explicit flag to track modal content windows. r=jst
Tracking this with CHROME_MODAL is problematic, because that gets inherited by
any dependent windows opened by the modal content window, which may or may not
be modal content windows themselves. Thankfully, we have a few free bits lying
around.
2013-05-17 10:43:18 -07:00
Ed Morley
c3d809184f Backed out changeset c47a46c92dff (bug 860941) 2013-05-17 09:08:52 +01:00
Ed Morley
b61d46f51a Backed out changeset 0ad1a92ca568 (bug 860941) 2013-05-17 09:08:44 +01:00
Bobby Holley
01f304382c Bug 860941 - Separate the handling of |dialogArguments| and |arguments|, and use IDL for the |dialogArguments| getter. r=jst
This patch is bigger than I'd like it to be, but there are a lot of interlocked
dependencies and I eventually decided it was easier to just lump it together.

The semantics of |showModalDialog|/|window.dialogArguments| (an web-exposed
HTML5 feature) and |openDialog|/|window.arguments| (a XUL-proprietary feature)
are quite different. The former is essentially a security-checked JSVal, while
the latter gets converted into an array. We handled them together in the old
world, which led to a lot of confusion and muddled semantics. This patch
separates them.

This patch also eschews the roundabout resolve hook for dialogArguments in favor
of returning them directly from the XPIDL getter. This better matches the
behavior in the spec, especially because it allows dialogArguments to live on
the outer as they're supposed to, rather than the first inner that happens to
end up in the docshell. All in all, this should make this all very
straightforward to convert WebIDL when the time comes.

The current spec on the origin checks here is pretty fictional, so I've filed
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21932 to fix it. This patch
should more or less preserve the current security behavior.
2013-05-16 23:33:14 -07:00
Bobby Holley
e20a1d8a0f Bug 860941 - Add an explicit flag to track modal content windows. r=jst
Tracking this with CHROME_MODAL is problematic, because that gets inherited by
any dependent windows opened by the modal content window, which may or may not
be modal content windows themselves. Thankfully, we have a few free bits lying
around.
2013-05-16 23:33:13 -07:00
Ehsan Akhgari
2f3ac0380a Bug 873038 - Remove the old MSVC PGO exclusions across the tree; r=glandium 2013-05-16 11:16:30 -04:00
Maria Grazia Alastra
29ebfeceb8 Bug 331566 - Change idl interfaces to use @throws instead of @return NS_. r=bsmedberg 2013-05-16 08:26:55 -04:00
Joey Armstrong
0d49db0381 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Geoff Brown
a0ab5edf04 Bug 865006 - (3) Enable more xpcshell tests on Android; r=jmaher DONTBUILD 2013-05-10 10:42:25 -06:00
Brian O'Keefe
3f66654fdb Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps 2013-05-01 14:05:40 -04:00
Drew Willcoxon
76c3e62ed2 Bug 841495 - Implement background page thumbnail service (part 1: propagate private-browsing state from parent docshell to remote docshell). r=smaug 2013-05-06 21:10:31 -07:00
Ryan VanderMeulen
a940e46079 Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
CLOSED TREE
2013-04-30 21:09:41 -04:00
Brian O'Keefe
9305158b76 Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps 2013-04-30 20:46:10 -04:00
Ryan VanderMeulen
4f020afd30 Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures. 2013-04-30 10:08:38 -04:00
Brian O'Keefe
fd2b88f265 Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps 2013-04-30 09:08:31 -04:00
Daniel Holbert
4406066515 Bug 866983: Mark embedding/components/commandhandler/src as FAIL_ON_WARNINGS. r=bz 2013-04-29 23:49:20 -07:00
Daniel Holbert
833a0d6631 Bug 866833 - Drop never-checked and unnecessary 'rv' variables from nsControllerCommandTable.cpp. r=bz 2013-04-29 16:48:26 -04:00
Joey Armstrong
12356a4c50 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Aryeh Gregor
e78504c9a9 Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
David Zbarsky
e7c500d80d Bug 861729 - Remove nsPIDOMWindow::GetExtantDocument r=Ms2ger 2013-04-24 00:22:37 -04:00
Bobby Holley
3e8f4bf3a0 Bug 860438 - Remove context stack craziness from nsWindowWatcher. r=gabor
This patch should not change any behavior.
2013-04-22 16:49:52 -04:00
David Zbarsky
2bc2cd98b5 [Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger 2013-04-21 21:25:28 -04:00
Ehsan Akhgari
8ec8660b82 Merge mozilla-central into mozilla-inbound 2013-04-20 12:28:24 -04:00
Boris Zbarsky
a04a090195 Bug 862917. Remove the non-standard window.defaultStatus. r=smaug,gavin 2013-04-19 23:03:02 -04:00
Bobby Holley
4cae67d0f5 Back out bug 860438 nsWindowWatcher patch for ProfileManager crashes.
This reverts commit 2aec46b29d41c457b5b192ff51a448eb98598e20.
2013-04-19 18:28:54 -04:00
David Zbarsky
5826da3d17 Backout 2201d650ac90 for not building on Windows on a CLOSED TREE 2013-04-19 18:57:56 -04:00
David Zbarsky
1cc79b4d68 Bug 861729 - Remove nsPIDOMWindow::GetExtantDocument r=Ms2ger 2013-04-19 18:18:33 -04:00
Bobby Holley
811aab107c Bug 860438 - Remove context stack craziness from nsWindowWatcher. r=gabor
This patch should not change any behavior.
2013-04-18 11:36:04 -04:00
Alexandre Poirot
abdab9000c Bug 855866: Fire toplevel-window-ready after usePrivateBrowsing is initialized, but still before the document starts loading; r=bzbarsky 2013-04-17 00:56:00 -04:00
Mike Shal
24b4056720 Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Honza Bambas
e7a737bf35 Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug 2013-04-15 14:38:48 +02:00
Joshua Cranmer
2dfc78553b Bug 856108 - Port static analyses to clang, part 2h: use MOZ_STACK_CLASS everywhere else. r=bsmedberg 2013-04-11 22:22:09 -05:00
Ryan VanderMeulen
e9c65dfa10 Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE. 2013-04-11 17:00:28 -04:00
Honza Bambas
52e949bcbc Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug 2013-04-11 18:26:06 +02:00
Ralph Giles
cb13c4576b Bug 857022 - Remove MOZ_MEDIA build-time define. r=ted
We don't test with MOZ_MEDIA=0 so that configuration no longer
works. It's better to drop the switch altogether and enable
this code unconditionally. Per-codec and -feature configure
and runtime options remain available.
2013-04-04 14:09:00 -07:00
aceman
b20aad1de4 Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -04:00
Trevor Saunders
b0ffacd110 bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium 2013-03-30 15:42:45 -04:00
matekm
a4126140be Bug 784739 - Switch from NULL to nullptr in embedding/; r=ehsan
--HG--
extra : rebase_source : ccdffce1019f7a5f8f5d12fb600aff5da2831528
2013-04-02 20:27:12 -04:00
Kyle Machulis
f5e3aadf0b Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
d2b6e6e01a Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
5663b98bc5 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Mike Shal
f290401a73 Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps 2013-03-21 08:41:00 -07:00
Gregory Szorc
94ec89296d Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
2013-03-19 18:49:07 -07:00