Bug 23801 - Add custom V8 bindings for SVG
Summary: Add custom V8 bindings for SVG
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-06 15:24 PST by Dimitri Glazkov (Google)
Modified: 2009-02-06 15:39 PST (History)
0 users

See Also:


Attachments
Add custom V8 bindings for SVG, v1 (10.54 KB, patch)
2009-02-06 15:26 PST, Dimitri Glazkov (Google)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.