Bug 24174

Summary: Add a few more V8 custom bindings
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
Moar V8 bindings, v1 eric: review+

Dimitri Glazkov (Google)
Reported 2009-02-25 15:41:35 PST
This one has HTMLDocument and CSSStyleReclaration, wee!
Attachments
Moar V8 bindings, v1 (30.25 KB, patch)
2009-02-25 15:43 PST, Dimitri Glazkov (Google)
eric: review+
Dimitri Glazkov (Google)
Comment 1 2009-02-25 15:43:04 PST
Created attachment 27992 [details] Moar V8 bindings, v1 WebCore/ChangeLog | 32 ++++ .../v8/custom/V8CSSStyleDeclarationCustom.cpp | 197 ++++++++++++++++++++ .../bindings/v8/custom/V8DOMStringListCustom.cpp | 62 ++++++ WebCore/bindings/v8/custom/V8EventCustom.cpp | 82 ++++++++ .../bindings/v8/custom/V8HTMLDocumentCustom.cpp | 112 +++++++++++ .../v8/custom/V8HTMLFrameSetElementCustom.cpp | 62 ++++++ .../bindings/v8/custom/V8NamedNodeMapCustom.cpp | 74 ++++++++ WebCore/bindings/v8/custom/V8NodeListCustom.cpp | 59 ++++++ .../bindings/v8/custom/V8StyleSheetListCustom.cpp | 56 ++++++ 9 files changed, 736 insertions(+), 0 deletions(-)
Eric Seidel (no email)
Comment 2 2009-02-25 15:48:31 PST
Comment on attachment 27992 [details] Moar V8 bindings, v1 Looks fine. Thanks for all doing all the cleanup from the codereview.chromium review!
Dimitri Glazkov (Google)
Comment 3 2009-02-25 16:17:37 PST
Note You need to log in before you can comment on or make changes to this bug.