Bug 23954 - Add V8 custom bindings for CanvasRenderingContext2D
Summary: Add V8 custom bindings for CanvasRenderingContext2D
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-13 12:33 PST by Dimitri Glazkov (Google)
Modified: 2009-02-13 19:28 PST (History)
0 users

See Also:


Attachments
Add V8 custom bindings for CanvasRenderingContext2D, v1 (4.47 KB, patch)
2009-02-13 12:35 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-13 12:33:19 PST
Little by little.
Comment 1 Dimitri Glazkov (Google) 2009-02-13 12:35:22 PST
Created attachment 27667 [details]
Add V8 custom bindings for CanvasRenderingContext2D, v1

 WebCore/ChangeLog                                  |   13 +++
 .../v8/custom/V8CanvasRenderingContext2DCustom.cpp |   95 ++++++++++++++++++++
 2 files changed, 108 insertions(+), 0 deletions(-)
Comment 2 Eric Seidel (no email) 2009-02-13 17:13:44 PST
Comment on attachment 27667 [details]
Add V8 custom bindings for CanvasRenderingContext2D, v1

LGTM.
Comment 3 Dimitri Glazkov (Google) 2009-02-13 19:28:36 PST
Landed as http://trac.webkit.org/changeset/41016.