Bug 10826 - Enable all SVG JavaScript bindings
Summary: Enable all SVG JavaScript bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 15:15 PDT by Nikolas Zimmermann
Modified: 2006-09-12 23:35 PDT (History)
0 users

See Also:


Attachments
Initial patch (429.52 KB, patch)
2006-09-12 16:13 PDT, Nikolas Zimmermann
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2006-09-12 15:15:32 PDT
In ToT everything is prepared now to enable SVG bindings, everything works except:
* SVGException.idl not generated (no SVGException cpp class existant)
* GetSVGDocument.idl not generated (seems dead nowadays)
* SVGFilterPrimitiveStandardAttributes.idl (generation problem, will fix that soon)
* SVGEvent.idl (seems not needed for us)

Except those, all IDLs for all classes can be enabled. Patch coming soon :-)
Comment 1 Nikolas Zimmermann 2006-09-12 16:13:36 PDT
Created attachment 10517 [details]
Initial patch

Finally enable SVG JavaScript bindings :-)
Comment 2 Eric Seidel (no email) 2006-09-12 16:26:59 PDT
Comment on attachment 10517 [details]
Initial patch

Looks good.

The fact that turning on *all* of the javascript bindings only changed the results of one test, clearly indicates a problem.

We need more svg dom tests, ASAP.
Comment 3 Eric Seidel (no email) 2006-09-12 23:35:58 PDT
twas landed.