[webkit-reviews] review requested: [Bug 21846] Several DOM classes are missing specific constructors : [Attachment 24628] Add missing constructors and new test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 23 17:59:05 PDT 2008


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 21846: Several DOM classes are missing specific constructors
https://bugs.webkit.org/show_bug.cgi?id=21846

Attachment 24628: Add missing constructors and new test
https://bugs.webkit.org/attachment.cgi?id=24628&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 LayoutTests/ChangeLog				    |	16 +
 .../fast/dom/Window/window-properties-expected.txt |	11 +-
 LayoutTests/fast/dom/wrapper-classes-expected.txt  |  293 ++++++++++++-
 LayoutTests/fast/js/global-constructors.html	    |	13 +
 .../fast/js/resources/global-constructors.js	    |	25 +
 .../mac/fast/dom/wrapper-classes-expected.txt	    |  461 --------------------
 WebCore/ChangeLog				    |	15 +
 WebCore/css/CSSStyleSheet.idl			    |	 1 +
 WebCore/css/RGBColor.idl			    |	 1 +
 WebCore/dom/NodeIterator.idl			    |	 5 +-
 WebCore/dom/TreeWalker.idl			    |	 5 +-
 WebCore/xml/XPathExpression.idl		    |	 5 +-
 12 files changed, 380 insertions(+), 471 deletions(-)


More information about the webkit-reviews mailing list