Bug 24174 - Add a few more V8 custom bindings
Summary: Add a few more V8 custom bindings
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-25 15:41 PST by Dimitri Glazkov (Google)
Modified: 2009-02-25 16:17 PST (History)
0 users

See Also:


Attachments
Moar V8 bindings, v1 (30.25 KB, patch)
2009-02-25 15:43 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-25 15:41:35 PST
This one has HTMLDocument and CSSStyleReclaration, wee!
Comment 1 Dimitri Glazkov (Google) 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(-)
Comment 2 Eric Seidel (no email) 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!
Comment 3 Dimitri Glazkov (Google) 2009-02-25 16:17:37 PST
Landed as http://trac.webkit.org/changeset/41234.