[Webkit-unassigned] [Bug 21288] Implement HTML5's sandbox attribute for iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 19 13:20:59 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=21288





--- Comment #54 from Patrik Persson <patrik.j.persson at ericsson.com>  2009-11-19 13:20:55 PST ---
(In reply to comment #51)
> (From update of attachment 43508 [details])
> Looking good. Nearly done. A few small mistakes, and one bigger mistake based
> on bad advice from me.
> 
> I miss the canAccessDatabase function from your earlier patch; didn't see why
> you rolled that back. Maybe because you didn't want a separate
> canAccessStorage?

I moved the check to DOMWindow and used an explicit check for SandboxOrigin,
for symmetry with the storage checks. Somehow I managed to drop this from the
patch changelog. My mistake.

Do you want us to use named functions for these DOMWindow checks
(canAccessStorage/canAccessDatabase)?

-- 
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