Commit Graph

153 Commits

Author SHA1 Message Date
Jan de Mooij
f3876da607 Bug 1034191 - Make nsDependentJSString users work with Latin1 strings and nursery-allocated strings. r=bz 2014-07-05 17:30:54 +02:00
Steven Michaud
5005bd4d9d Bug 1021240 - Calling alert from property getter can freeze Firefox. r=bz 2014-07-01 13:30:13 -05:00
Andrew McCreight
57221a6df2 Bug 1029660 - Remove nsContentUtils::DeferredFinalize. r=peterv 2014-06-26 09:29:05 -07:00
William Chen
309d576f1d Bug 1025638 - Traverse and unlink nsXBLPrototypeResources members. r=mccr8 2014-06-23 19:09:36 -07:00
Bill McCloskey
e768db9720 Bug 1017310 - Associate JS compartments with add-on chrome XBL (r=bholley) 2014-06-23 16:33:37 -07:00
Benoit Jacob
84b13c683d Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan 2014-06-23 15:56:07 -04:00
Jason Orendorff
30f843bf05 Bug 645416, part 22 - Remove JSCompartment::wrapId. r=terrence.
This is unnecessary now that object jsids no longer exist. Both string and
symbol jsids point only to GC things in the atoms compartment, which are safe
to pass to any compartment without wrapping.

--HG--
extra : rebase_source : 82c21e8474df05b1bb42c14d872c981205bbe879
2014-06-23 10:57:02 -05:00
Neil Rashbrook
bf938a3db8 Bug 1026008 Incorrect XBL behaviour with multiple insertion points r=mrbkap 2014-06-22 12:53:01 +01:00
Ms2ger
8824fbbbd9 Bug 1022855 - Rename nsCSSStyleSheet to mozilla::CSSStyleSheet; r=heycam
--HG--
rename : layout/style/nsCSSStyleSheet.cpp => layout/style/CSSStyleSheet.cpp
rename : layout/style/nsCSSStyleSheet.h => layout/style/CSSStyleSheet.h
2014-06-20 12:32:49 +02:00
Ms2ger
e67cb5f1e0 Backout revision 308e51eae10c for build bustage.
--HG--
rename : layout/style/CSSStyleSheet.cpp => layout/style/nsCSSStyleSheet.cpp
rename : layout/style/CSSStyleSheet.h => layout/style/nsCSSStyleSheet.h
2014-06-20 13:00:08 +02:00
Ms2ger
6a7f549221 Bug 1022855 - Rename nsCSSStyleSheet to mozilla::CSSStyleSheet; r=heycam
--HG--
rename : layout/style/nsCSSStyleSheet.cpp => layout/style/CSSStyleSheet.cpp
rename : layout/style/nsCSSStyleSheet.h => layout/style/CSSStyleSheet.h
2014-06-20 12:32:49 +02:00
Kyle Huey
c46bed2510 Bug 737976: Remove nsINodeInfo. r=smaug
--HG--
rename : content/base/src/nsNodeInfo.cpp => dom/base/NodeInfo.cpp
rename : content/base/public/nsINodeInfo.h => dom/base/NodeInfo.h
rename : content/base/src/nsNodeInfo.h => dom/base/NodeInfoInlines.h
2014-06-19 19:01:40 -07:00
Wes Kocher
6b2d91e1b6 Backed out 2 changesets (bug 1026008, bug 1025264) for debug crashtest leaks on a CLOSED TREE
Backed out changeset d7ab14487c62 (bug 1026008)
Backed out changeset 0b04aefdd3e3 (bug 1025264)
2014-06-19 17:13:12 -07:00
Neil Rashbrook
8429be6885 Bug 1026008 Incorrect XBL behaviour with multiple insertion points r=mrbkap 2014-06-19 23:57:42 +01:00
Cameron McCormack
b6d3e7f281 Bug 1025725 - And one more followup.
--HG--
extra : rebase_source : 42911b48b19e6625adfd5d8615752eb76c4033f4
2014-06-19 18:02:14 +10:00
Cameron McCormack
982d7d99ca Bug 1025725 - Followup build fix. 2014-06-19 17:28:47 +10:00
Cameron McCormack
c6f2132e7d Bug 1025725 - Part 3: Encapsulate nsXBLPrototypeResources::mStyleSheetList. r=bzbarsky 2014-06-19 17:02:56 +10:00
Cameron McCormack
f166c7d598 Bug 1025725 - Part 2: Encapsulate nsXBLPrototypeResources::mRuleProcessor. r=bzbarsky 2014-06-19 17:02:56 +10:00
Cameron McCormack
cc7773dda2 Bug 1025725 - Part 1: Give nsXBLPrototypeResources::mRuleProcessor a more concrete type. r=bzbarsky 2014-06-19 17:02:56 +10:00
Birunthan Mohanathas
617866f602 Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
Eric Faust
328fc1e2be Bug 1011660 - Remove separate DOMClass struct. (r=bz) 2014-06-18 13:19:19 -07:00
Bobby Holley
499052748f Bug 1022016 - Redesign nsDependentJSString API to be less of a footgun. r=gabor 2014-06-10 20:15:56 -07:00
Jon Coppeard
fe6d3a4b70 Bug 1021114 - Remove GCMethods::kind() in favour or RootKind::rootKind() r=terrence 2014-06-07 10:34:57 +01:00
Ryan VanderMeulen
9c350ad8b0 Backed out 3 changesets (bug 1021114, bug 988486) for GC crashes on a CLOSED TREE.
Backed out changeset f56234ba7ec7 (bug 1021114)
Backed out changeset 14a4a9062253 (bug 988486)
Backed out changeset 03eccac81e15 (bug 988486)
2014-06-07 00:03:17 -04:00
Jon Coppeard
ada00d07b2 Bug 1021114 - Remove GCMethods::kind() in favour or RootKind::rootKind() r=terrence 2014-06-07 10:34:57 +01:00
Bill McCloskey
4ed9efec48 Bug 1017310 - Rename *XBLScope to *ContentXBLScope in xpconnect (r=bholley) 2014-06-02 18:04:21 -07:00
Robert O'Callahan
915297325e Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg 2014-06-03 00:08:21 +12:00
Ms2ger
8775440177 Bug 741295 - Treat 'id' and 'class' as global attributes for all elements; r=bz 2014-05-30 09:36:53 +02:00
Bobby Holley
ff76317c68 Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
Ehsan Akhgari
a6264cb1ae Bug 1015430 - Fix more XPCOM constructors to clarify whether they should be explicit; r=froydnj 2014-05-25 21:16:01 -04:00
Bobby Holley
be363a4ae6 Bug 1013576 - Guard against duplicate property holder creation in XBL. r=billm 2014-05-22 18:44:03 -07:00
Masayuki Nakano
369b03c8cd Bug 1009388 part.3 nsXBLPrototypeHandler should use WidgetEvent::AccelModifier() for consistency with other modules r=smaug 2014-05-22 13:06:05 +09: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
Jon Coppeard
5b4809e885 Bug 1011109 - Don't allow Rooted<nsXBLMaybeCompiled<T>> to compile r=sfink 2014-05-16 10:00:44 +01: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
32ffb55fca Bug 946065 - Part 6: Move content/xml/ to dom/ and flatten subdirectories. r=jst
--HG--
rename : content/xml/content/src/CDATASection.cpp => dom/xml/CDATASection.cpp
rename : content/xml/content/src/CDATASection.h => dom/xml/CDATASection.h
rename : content/xml/content/src/ProcessingInstruction.cpp => dom/xml/ProcessingInstruction.cpp
rename : content/xml/content/src/ProcessingInstruction.h => dom/xml/ProcessingInstruction.h
rename : content/xml/document/src/XMLDocument.cpp => dom/xml/XMLDocument.cpp
rename : content/xml/document/src/XMLDocument.h => dom/xml/XMLDocument.h
rename : content/xml/content/src/XMLStylesheetProcessingInstruction.cpp => dom/xml/XMLStylesheetProcessingInstruction.cpp
rename : content/xml/content/src/XMLStylesheetProcessingInstruction.h => dom/xml/XMLStylesheetProcessingInstruction.h
rename : content/xml/document/crashtests/136896-1.xml => dom/xml/crashtests/136896-1.xml
rename : content/xml/document/crashtests/185285-1.xml => dom/xml/crashtests/185285-1.xml
rename : content/xml/document/crashtests/382636-1.xml => dom/xml/crashtests/382636-1.xml
rename : content/xml/document/crashtests/382636-2.svg => dom/xml/crashtests/382636-2.svg
rename : content/xml/document/crashtests/382636-3.xhtml => dom/xml/crashtests/382636-3.xhtml
rename : content/xml/document/crashtests/382636-4.xul => dom/xml/crashtests/382636-4.xul
rename : content/xml/content/crashtest/420429.xul => dom/xml/crashtests/420429.xul
rename : content/xml/document/crashtests/431703-1.xhtml => dom/xml/crashtests/431703-1.xhtml
rename : content/xml/content/crashtest/453278-frame.xml => dom/xml/crashtests/453278-frame.xml
rename : content/xml/content/crashtest/453278.html => dom/xml/crashtests/453278.html
rename : content/xml/content/crashtest/803586.xhtml => dom/xml/crashtests/803586.xhtml
rename : content/xml/document/crashtests/crashtests.list => dom/xml/crashtests/crashtests.list
rename : content/xml/document/crashtests/tree.gif => dom/xml/crashtests/tree.gif
rename : content/xml/content/src/htmlmathml-f.ent => dom/xml/htmlmathml-f.ent
rename : content/xml/content/src/moz.build => dom/xml/moz.build
rename : content/xml/document/public/nsIXMLContentSink.h => dom/xml/nsIXMLContentSink.h
rename : content/xml/document/src/nsXMLContentSink.cpp => dom/xml/nsXMLContentSink.cpp
rename : content/xml/document/src/nsXMLContentSink.h => dom/xml/nsXMLContentSink.h
rename : content/xml/content/src/nsXMLElement.cpp => dom/xml/nsXMLElement.cpp
rename : content/xml/content/src/nsXMLElement.h => dom/xml/nsXMLElement.h
rename : content/xml/document/src/nsXMLFragmentContentSink.cpp => dom/xml/nsXMLFragmentContentSink.cpp
rename : content/xml/document/src/nsXMLPrettyPrinter.cpp => dom/xml/nsXMLPrettyPrinter.cpp
rename : content/xml/document/src/nsXMLPrettyPrinter.h => dom/xml/nsXMLPrettyPrinter.h
rename : content/xml/document/resources/XMLMonoPrint.css => dom/xml/resources/XMLMonoPrint.css
rename : content/xml/document/resources/XMLPrettyPrint.css => dom/xml/resources/XMLPrettyPrint.css
rename : content/xml/document/resources/XMLPrettyPrint.xml => dom/xml/resources/XMLPrettyPrint.xml
rename : content/xml/document/resources/XMLPrettyPrint.xsl => dom/xml/resources/XMLPrettyPrint.xsl
rename : content/xml/document/resources/jar.mn => dom/xml/resources/jar.mn
rename : content/xml/document/resources/moz.build => dom/xml/resources/moz.build
rename : content/xml/document/test/file_bug293347.xml => dom/xml/test/file_bug293347.xml
rename : content/xml/document/test/file_bug293347xslt.xml => dom/xml/test/file_bug293347xslt.xml
rename : content/xml/document/test/mochitest.ini => dom/xml/test/mochitest.ini
rename : content/xml/document/test/moz.build => dom/xml/test/moz.build
rename : content/xml/tests/books/bethlehem.gif => dom/xml/test/old/books/bethlehem.gif
rename : content/xml/tests/books/bill.gif => dom/xml/test/old/books/bill.gif
rename : content/xml/tests/books/books.js => dom/xml/test/old/books/books.js
rename : content/xml/tests/books/books.xml => dom/xml/test/old/books/books.xml
rename : content/xml/tests/books/charing.gif => dom/xml/test/old/books/charing.gif
rename : content/xml/tests/books/classic.css => dom/xml/test/old/books/classic.css
rename : content/xml/tests/books/common.css => dom/xml/test/old/books/common.css
rename : content/xml/tests/books/kerouac.gif => dom/xml/test/old/books/kerouac.gif
rename : content/xml/tests/books/list.css => dom/xml/test/old/books/list.css
rename : content/xml/tests/books/road.gif => dom/xml/test/old/books/road.gif
rename : content/xml/tests/books/welville.gif => dom/xml/test/old/books/welville.gif
rename : content/xml/tests/docbook.css => dom/xml/test/old/docbook.css
rename : content/xml/tests/docbooktest.xml => dom/xml/test/old/docbooktest.xml
rename : content/xml/tests/flamer.gif => dom/xml/test/old/flamer.gif
rename : content/xml/tests/load/display.css => dom/xml/test/old/load/display.css
rename : content/xml/tests/load/display.xml => dom/xml/test/old/load/display.xml
rename : content/xml/tests/load/load.html => dom/xml/test/old/load/load.html
rename : content/xml/tests/load/loadauth.html => dom/xml/test/old/load/loadauth.html
rename : content/xml/tests/load/loaddisplay.html => dom/xml/test/old/load/loaddisplay.html
rename : content/xml/tests/load/test.xml => dom/xml/test/old/load/test.xml
rename : content/xml/tests/script.xml => dom/xml/test/old/script.xml
rename : content/xml/tests/simple.xml => dom/xml/test/old/simple.xml
rename : content/xml/tests/toc/book.css => dom/xml/test/old/toc/book.css
rename : content/xml/tests/toc/irslogo.gif => dom/xml/test/old/toc/irslogo.gif
rename : content/xml/tests/toc/minus.gif => dom/xml/test/old/toc/minus.gif
rename : content/xml/tests/toc/plus.gif => dom/xml/test/old/toc/plus.gif
rename : content/xml/tests/toc/rights.xml => dom/xml/test/old/toc/rights.xml
rename : content/xml/tests/toc/toc.css => dom/xml/test/old/toc/toc.css
rename : content/xml/tests/toc/toc.js => dom/xml/test/old/toc/toc.js
rename : content/xml/tests/xlink/auto.xml => dom/xml/test/old/xlink/auto.xml
rename : content/xml/tests/xlink/link.css => dom/xml/test/old/xlink/link.css
rename : content/xml/tests/xlink/manual.xml => dom/xml/test/old/xlink/manual.xml
rename : content/xml/tests/xmlbase/xmlbase.css => dom/xml/test/old/xmlbase/xmlbase.css
rename : content/xml/tests/xmlbase/xmlbase.xml => dom/xml/test/old/xmlbase/xmlbase.xml
rename : content/xml/document/test/test_bug232004.xhtml => dom/xml/test/test_bug232004.xhtml
rename : content/xml/document/test/test_bug293347.html => dom/xml/test/test_bug293347.html
rename : content/xml/document/test/test_bug343870.xhtml => dom/xml/test/test_bug343870.xhtml
rename : content/xml/document/test/test_bug355213.xhtml => dom/xml/test/test_bug355213.xhtml
rename : content/xml/document/test/test_bug392338.html => dom/xml/test/test_bug392338.html
rename : content/xml/document/test/test_bug399502.xhtml => dom/xml/test/test_bug399502.xhtml
rename : content/xml/document/test/test_bug445330.html => dom/xml/test/test_bug445330.html
rename : content/xml/document/test/test_bug691215.html => dom/xml/test/test_bug691215.html
rename : content/xml/document/test/test_viewport.xhtml => dom/xml/test/test_viewport.xhtml
2014-05-12 22:29:03 +03:00
Boris Zbarsky
327d14eebc Bug 1007790. When compiling the <body>'s onerror handler, do give it all five args. r=smaug 2014-05-08 22:20:54 -04:00
Benoit Jacob
472e4472e0 Bug 1004098 - Make nsTArray use size_t in its interface (32bitness is fine as an internal detail) - r=froydnj, sr=bsmedberg 2014-05-08 21:03:35 -04:00
Birunthan Mohanathas
80da21dedb Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug 2014-04-29 04:57:00 -04:00
Jon Coppeard
e52714cca7 Bug 959787 - Handlify remaining JS APIs r=terrence r=bz r=bholley 2014-04-30 10:10:33 +01:00
Nicholas Nethercote
4ace98fae9 Bug 952650 (part 16) - Remove JSVAL_TO_PRIVATE. r=till.
--HG--
extra : rebase_source : 603bb66a90484b488bedf1dd4da6935324c148c6
2014-04-28 16:01:31 -07:00
William Chen
9506f41dd2 Bug 996151 - Clear out XBL binding and insertion parent of content even if nsBindingManager is destroyed. r=mrbkap 2014-04-29 11:37:02 -07: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
Jason Orendorff
409179b8a6 Bug 547140, part 4 - Remove flags argument from resolve hooks. r=Waldo. 2014-04-25 16:11:02 -05:00
Jason Orendorff
009c8c80e0 Bug 547140, part 2 - Remove flags argument from JS_GetPropertyDescriptor and friends. r=Waldo. 2014-04-25 16:11:01 -05:00
William Chen
8d5c2c90c7 Bug 992571 - Don't rebuild anything in FlushSkinSheets if there's no doc. r=mrbkap 2014-04-23 14:20:09 -07: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
Bobby Holley
39676efb72 Bug 993772 - Remove nsXBLDocGlobalObject. r=mrbkap 2014-04-20 11:48:14 -07:00