[webkit-reviews] review requested: [Bug 23901] Add HTML collections V8 custom bindings : [Attachment 27569] Add HTML options/collections V8 custom bindings, v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 13:08:08 PST 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 23901: Add HTML collections V8 custom bindings
https://bugs.webkit.org/show_bug.cgi?id=23901

Attachment 27569: Add HTML options/collections V8 custom bindings, v1
https://bugs.webkit.org/attachment.cgi?id=27569&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 WebCore/ChangeLog				    |	32 +++++
 .../bindings/v8/custom/V8HTMLCollectionCustom.cpp  |  140 ++++++++++++++++++++
 .../bindings/v8/custom/V8HTMLFormElementCustom.cpp |	70 ++++++++++
 .../v8/custom/V8HTMLInputElementCustom.cpp	    |	24 ++--
 .../v8/custom/V8HTMLOptionsCollectionCustom.cpp    |	46 +++++++
 .../v8/custom/V8HTMLSelectElementCustom.cpp	    |	63 +++++++++
 .../bindings/v8/custom/V8HTMLSelectElementCustom.h |	45 +++++++
 .../bindings/v8/custom/V8NamedNodesCollection.cpp  |	55 ++++++++
 .../bindings/v8/custom/V8NamedNodesCollection.h    |	55 ++++++++
 9 files changed, 516 insertions(+), 14 deletions(-)


More information about the webkit-reviews mailing list