[webkit-reviews] review requested: [Bug 27992] [V8] DOM Storage + Isolated worlds don't play well together (at least in Chromium layout tests) : [Attachment 38639] New tests and tests re-baselining

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 14:48:19 PDT 2009


Yaar Schnitman <yaar at google.com> has asked Adam Barth <abarth at webkit.org> for
review:
Bug 27992: [V8] DOM Storage + Isolated worlds don't play well together (at
least in Chromium layout tests)
https://bugs.webkit.org/show_bug.cgi?id=27992

Attachment 38639: New tests and tests re-baselining
https://bugs.webkit.org/attachment.cgi?id=38639&action=review

------- Additional Comments from Yaar Schnitman <yaar at google.com>
It was decided that isolated scripts should be able to read properties of local
and session storage set by normal scripts.
 
We had to fix the layout tests and add new ones:
1. isolatedWorld/all-window-properties.html: skips localStorage and
sessionStorage
2. isolatedWorld/storage-properties.htmL: tests that properties can indeed be
read.
3. isolatedWorld/storage-prototype.htmL: tests that properties on the prototype
CAN NOT be read.

Also added new files to the platform-specific Skipped files.


More information about the webkit-reviews mailing list