Bug 23801

Summary: Add custom V8 bindings for SVG
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: WebCore Misc.Assignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Add custom V8 bindings for SVG, v1 eric: review+

Dimitri Glazkov (Google)
Reported 2009-02-06 15:24:25 PST
Attachments
Add custom V8 bindings for SVG, v1 (10.54 KB, patch)
2009-02-06 15:26 PST, Dimitri Glazkov (Google)
eric: review+
Dimitri Glazkov (Google)
Comment 1 2009-02-06 15:26:25 PST
Created attachment 27424 [details] Add custom V8 bindings for SVG, v1 WebCore/ChangeLog | 15 ++++ .../v8/custom/V8SVGElementInstanceCustom.cpp | 87 ++++++++++++++++++++ WebCore/bindings/v8/custom/V8SVGLengthCustom.cpp | 65 +++++++++++++++ WebCore/bindings/v8/custom/V8SVGMatrixCustom.cpp | 86 +++++++++++++++++++ 4 files changed, 253 insertions(+), 0 deletions(-)
Eric Seidel (no email)
Comment 2 2009-02-06 15:32:50 PST
Comment on attachment 27424 [details] Add custom V8 bindings for SVG, v1 r=me
Dimitri Glazkov (Google)
Comment 3 2009-02-06 15:39:56 PST
Note You need to log in before you can comment on or make changes to this bug.