[Webkit-unassigned] [Bug 21288] Implement HTML5's sandbox attribute for iframes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 19 08:53:20 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=21288
Patrik Persson <patrik.j.persson at ericsson.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #43431|0 |1
is obsolete| |
Attachment #43431|review? |
Flag| |
Attachment #43508| |review?
Flag| |
--- Comment #49 from Patrik Persson <patrik.j.persson at ericsson.com> 2009-11-19 08:53:12 PST ---
Created an attachment (id=43508)
--> (https://bugs.webkit.org/attachment.cgi?id=43508)
Patch with simplified storage/database sandboxing
To solve the short-term issue of client-side storage/databases in
sandboxes, this patch makes sandboxed frames work as if though
client-side storage/databases were disabled in Settings.
Changes:
* SecurityOrigin::equal() and SecurityOriginHash no longer know about
sandboxing.
* DOMWindow attributes localStorage and sessionStorage are null in
sandboxed frames.
* DOMWindow method openDatabase() returns null in sandboxed frames.
* Revised test case for sandboxed storage and database
(LayoutTests/fast/frames/sandboxed-iframe-storage.html).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list