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+

Description Dimitri Glazkov (Google) 2009-02-06 15:24:25 PST
Pre-scrubbed here: http://codereview.chromium.org/21139/show
Comment 1 Dimitri Glazkov (Google) 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(-)
Comment 2 Eric Seidel (no email) 2009-02-06 15:32:50 PST
Comment on attachment 27424 [details]
Add custom V8 bindings for SVG, v1

r=me
Comment 3 Dimitri Glazkov (Google) 2009-02-06 15:39:56 PST
Landed as http://trac.webkit.org/changeset/40737.