Bug 23954

Summary: Add V8 custom bindings for CanvasRenderingContext2D
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 V8 custom bindings for CanvasRenderingContext2D, v1 eric: review+

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.