RESOLVED FIXED Bug 69387
Wean ContentSecurityPolicy from the Document
https://bugs.webkit.org/show_bug.cgi?id=69387
Summary Wean ContentSecurityPolicy from the Document
Sam Weinig
Reported 2011-10-04 17:09:33 PDT
Wean ContentSecurityPolicy from the Document
Attachments
Patch (6.60 KB, patch)
2011-10-04 17:12 PDT, Sam Weinig
abarth: review+
webkit.review.bot: commit-queue-
Sam Weinig
Comment 1 2011-10-04 17:12:02 PDT
Adam Barth
Comment 2 2011-10-04 17:19:46 PDT
Comment on attachment 109720 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109720&action=review > Source/WebCore/dom/Document.h:615 > + virtual void disableEval(); Do we have the OVERRIDE keyword from clang available? This is a classic use case.
Adam Barth
Comment 3 2011-10-04 17:20:48 PDT
Comment on attachment 109720 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109720&action=review > Source/WebCore/page/ContentSecurityPolicy.cpp:507 > return; You can move a bunch of the code above this line down to the report section.
WebKit Review Bot
Comment 4 2011-10-04 17:45:56 PDT
Comment on attachment 109720 [details] Patch Attachment 109720 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/9959016
Sam Weinig
Comment 5 2011-10-04 17:51:48 PDT
Note You need to log in before you can comment on or make changes to this bug.