[webkit-reviews] review requested: [Bug 60666] Add hook to create arbitrary Storage objects from Chromium : [Attachment 93189] add getStorageForOrigin() to Chromium WebFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 14:59:58 PDT 2011


Ben Olmstead <bolms at chromium.org> has asked  for review:
Bug 60666: Add hook to create arbitrary Storage objects from Chromium
https://bugs.webkit.org/show_bug.cgi?id=60666

Attachment 93189: add getStorageForOrigin() to Chromium WebFrame
https://bugs.webkit.org/attachment.cgi?id=93189&action=review

------- Additional Comments from Ben Olmstead <bolms at chromium.org>
We want to expose a Chromium extension's localStorage to its own content
scripts; for that we need a way to get Storage objects for (somewhat) arbitrary
security origins.

Chromium side of this change: http://codereview.chromium.org/7007001/ (for
http://code.google.com/p/chromium/issues/detail?id=30224 ).


More information about the webkit-reviews mailing list