[webkit-reviews] review requested: [Bug 16691] Use real JS objects for the rest of the DOMExceptions (EventException, RangeException, etc) : [Attachment 18229] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 1 15:59:49 PST 2008


Sam Weinig <sam at webkit.org> has asked  for review:
Bug 16691: Use real JS objects for the rest of the DOMExceptions
(EventException, RangeException, etc)
http://bugs.webkit.org/show_bug.cgi?id=16691

Attachment 18229: patch
http://bugs.webkit.org/attachment.cgi?id=18229&action=edit

------- Additional Comments from Sam Weinig <sam at webkit.org>
This patch makes JS objects for all the Exception types, and uses a shared base
class for the implementation.  I have tests for the EventException,
RangeException, and XPathExceptions, and am still working on making SVG and XHR
tests, but I thought I would put this up for review while I figured out how to
do that, in order to make sure that I was on the right track with it.


More information about the webkit-reviews mailing list