[Webkit-unassigned] [Bug 20430] SVGElement is not bound to the DOM
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 22 14:13:13 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20430
eric at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24572| |review?
Flag| |
------- Comment #8 from eric at webkit.org 2008-10-22 14:13 PDT -------
Created an attachment (id=24572)
--> (https://bugs.webkit.org/attachment.cgi?id=24572&action=view)
Expose many missing constructors on window
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(-)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list