[webkit-reviews] review requested: [Bug 24331] Add custom V8 bindings for Element, Attr, HTMLFrame, and HTMLIFrame : [Attachment 28230] Add custom V8 bindings for Element, Attr, HTMLFrame, and HTMLIFrame, v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 3 10:54:27 PST 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 24331: Add custom V8 bindings for Element, Attr, HTMLFrame, and HTMLIFrame
https://bugs.webkit.org/show_bug.cgi?id=24331

Attachment 28230: Add custom V8 bindings for Element, Attr, HTMLFrame, and
HTMLIFrame, v1
https://bugs.webkit.org/attachment.cgi?id=28230&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 WebCore/ChangeLog				    |	14 ++
 WebCore/bindings/v8/custom/V8AttrCustom.cpp	    |	58 +++++++
 WebCore/bindings/v8/custom/V8CustomBinding.cpp     |	59 +++++++
 WebCore/bindings/v8/custom/V8CustomBinding.h	    |	11 ++
 WebCore/bindings/v8/custom/V8ElementCustom.cpp     |  169 ++++++++++++++++++++
 .../v8/custom/V8HTMLFrameElementCustom.cpp	    |	62 +++++++
 .../v8/custom/V8HTMLIFrameElementCustom.cpp	    |	51 ++++++
 7 files changed, 424 insertions(+), 0 deletions(-)


More information about the webkit-reviews mailing list