[webkit-reviews] review requested: [Bug 20430] SVGElement is not bound to the DOM : [Attachment 24572] Expose many missing constructors on window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 22 14:13:12 PDT 2008


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 20430: SVGElement is not bound to the DOM
https://bugs.webkit.org/show_bug.cgi?id=20430

Attachment 24572: Expose many missing constructors on window
https://bugs.webkit.org/attachment.cgi?id=24572&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 LayoutTests/ChangeLog				    |	10 ++
 .../svg/custom/global-constructors-expected.txt    |  166 ++++++++++++++++++++
 LayoutTests/svg/custom/global-constructors.html    |	13 ++
 WebCore/ChangeLog				    |	38 +++++
 WebCore/DerivedSources.make			    |	 1 +
 WebCore/WebCore.xcodeproj/project.pbxproj	    |	 4 +
 WebCore/page/DOMWindow.idl			    |  154 ++++++++++++++++++-
 WebCore/svg/SVGAnimateMotionElement.idl	    |	31 ++++
 WebCore/svg/SVGAnimatedAngle.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedBoolean.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedEnumeration.idl 	    |	 5 +-
 WebCore/svg/SVGAnimatedInteger.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedLength.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedLengthList.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedNumber.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedNumberList.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedPreserveAspectRatio.idl     |	 5 +-
 WebCore/svg/SVGAnimatedRect.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedString.idl		    |	 5 +-
 WebCore/svg/SVGAnimatedTransformList.idl	    |	 5 +-
 WebCore/svg/SVGElementInstance.idl		    |	 1 +
 WebCore/svg/SVGElementInstanceList.idl 	    |	 5 +-
 WebCore/svg/SVGLengthList.idl			    |	 5 +-
 WebCore/svg/SVGMatrix.idl			    |	 6 +-
 WebCore/svg/SVGNumber.idl			    |	 6 +-
 WebCore/svg/SVGNumberList.idl			    |	 5 +-
 WebCore/svg/SVGPathSegList.idl 		    |	 5 +-
 WebCore/svg/SVGPoint.idl			    |	 6 +-
 WebCore/svg/SVGPointList.idl			    |	 5 +-
 WebCore/svg/SVGRect.idl			    |	 6 +-
 WebCore/svg/SVGStringList.idl			    |	 5 +-
 WebCore/svg/SVGTransformList.idl		    |	 5 +-
 WebCore/svg/SVGZoomAndPan.idl			    |	 6 +-
 33 files changed, 514 insertions(+), 29 deletions(-)


More information about the webkit-reviews mailing list