[webkit-reviews] review requested: [Bug 27327] [Chromium] Clean up v8 bindings a bit : [Attachment 32831] v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 21:41:58 PDT 2009


Jeremy Orlow <jorlow at chromium.org> has asked  for review:
Bug 27327: [Chromium] Clean up v8 bindings a bit
https://bugs.webkit.org/show_bug.cgi?id=27327

Attachment 32831: v1
https://bugs.webkit.org/attachment.cgi?id=32831&action=review

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
The DOMWindow::*Storage functions currently return 0 in some cases.  Currently,

the v8 bindings will just wrap the NULL/0 with a Storage object.  Given that 0
is returned when *Storage is "unavailable" it makes more sense to return
Undefined.

Pavel: Can you please look at the ScriptObjectQuarantine part, please?


More information about the webkit-reviews mailing list