[webkit-reviews] review granted: [Bug 100815] [JSC] Script run from an isolated world should bypass a page's CSP : [Attachment 197200] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 21:56:23 PDT 2013


Oliver Hunt <oliver at apple.com> has granted Geoffrey Garen <ggaren at apple.com>'s
request for review:
Bug 100815: [JSC] Script run from an isolated world should bypass a page's CSP
https://bugs.webkit.org/show_bug.cgi?id=100815

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

------- Additional Comments from Oliver Hunt <oliver at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=197200&action=review


> Source/WebCore/bindings/js/ScriptController.cpp:477
> +    if (!callFrame || callFrame == CallFrame::noCaller()) 

we do this check a lot, i wonder if we could streamline it? (not in this patch
though)


More information about the webkit-reviews mailing list