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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 09:38:43 PST 2009


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





--- Comment #16 from Adam Barth <abarth at webkit.org>  2009-11-05 09:38:41 PDT ---
(In reply to comment #15)
> But since cookie can raise exceptions on both getting and setting, we want both
> getter and setter to take an ExceptionCode& parameter. So, we can just use
> "raises (DOMException)" here and move the FIXME about exceptions on setting
> from IDL to DOM code.

That's a good point, but why don't we just throw the exception from the cookie
setter?  That seems like an important part of the security of the sandbox
attribute.

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