[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:14:05 PST 2009


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





--- Comment #15 from Alexey Proskuryakov <ap at webkit.org>  2009-11-05 09:14:03 PDT ---
> In general, we're not shy about fixing bugs in the code generator.  I'm fine
> with fixing the code generator in another patch (either before or after this
> patch), but I'd like to hear Alexey's view on this topic.

Yes, the code generator is just part of WebCore, and can be fixed like any
other code.

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.

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