[webkit-reviews] review granted: [Bug 71599] JavaScript URLs execute in sandboxed iframes : [Attachment 113737] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 4 17:25:57 PDT 2011


Eric Seidel <eric at webkit.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 71599: JavaScript URLs execute in sandboxed iframes
https://bugs.webkit.org/show_bug.cgi?id=71599

Attachment 113737: Patch
https://bugs.webkit.org/attachment.cgi?id=113737&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=113737&action=review


> Source/WebCore/dom/ScriptExecutionContext.h:190
> +    SandboxFlags m_sandboxFlags;
>      RefPtr<SecurityOrigin> m_securityOrigin;
>      RefPtr<ContentSecurityPolicy> m_contentSecurityPolicy;

You might want to add a fixme about your intended eventual design here.


More information about the webkit-reviews mailing list