Bug 10826

Summary: Enable all SVG JavaScript bindings
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Initial patch eric: review+

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.