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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 08:29:30 PST 2009


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





--- Comment #42 from Adam Barth <abarth at webkit.org>  2009-11-18 08:29:24 PST ---
W.r.t. the equal() issue: The way a sandboxed origin is modeled in HTML5 is as
a "unique value," which you can think of as a random string for each instance
that's not equal to anything except itself.  We might improve our
implementation of sandboxed SecurityOrigins by representing them this way.  If
we do that, it's clear that two sandboxed origins are equal if, and only if,
they are the same physical object.

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