RESOLVED FIXED 62846
Detect mixed-scripting involving https -> http redirects
https://bugs.webkit.org/show_bug.cgi?id=62846
Summary Detect mixed-scripting involving https -> http redirects
Chris Evans
Reported 2011-06-17 00:04:38 PDT
The current detection is thwarted by a redirect.
Attachments
Patch (8.73 KB, patch)
2011-06-17 00:11 PDT, Chris Evans
no flags
Patch (8.73 KB, patch)
2011-06-17 00:17 PDT, Chris Evans
webkit.review.bot: commit-queue-
Patch (8.73 KB, patch)
2011-06-17 09:27 PDT, Chris Evans
abarth: review+
abarth: commit-queue-
Patch (8.74 KB, patch)
2011-06-17 11:45 PDT, Chris Evans
no flags
Chris Evans
Comment 1 2011-06-17 00:11:59 PDT
WebKit Review Bot
Comment 2 2011-06-17 00:14:39 PDT
Attachment 97550 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/http..." exit_code: 1 Source/WebCore/loader/cache/CachedResourceLoader.cpp:202: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Chris Evans
Comment 3 2011-06-17 00:17:42 PDT
Chris Evans
Comment 4 2011-06-17 00:18:31 PDT
(Style nit fixed in 2nd patch)
WebKit Review Bot
Comment 5 2011-06-17 02:28:52 PDT
Chris Evans
Comment 6 2011-06-17 09:27:38 PDT
Created attachment 97607 [details] Patch Fix Mac compile warning.
Adam Barth
Comment 7 2011-06-17 09:36:44 PDT
Comment on attachment 97607 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=97607&action=review This isn't a complete solution, but it's a good step forward. > Source/WebCore/loader/cache/CachedResourceLoader.cpp:202 > +bool CachedResourceLoader::checkMixedContent(CachedResource::Type type, const KURL& url) const I'd call this function checkInsecureContent to be consistent with the other terminology we're using.
Chris Evans
Comment 8 2011-06-17 11:45:35 PDT
Created attachment 97629 [details] Patch Fix function name.
WebKit Review Bot
Comment 9 2011-06-17 12:11:26 PDT
Comment on attachment 97629 [details] Patch Clearing flags on attachment: 97629 Committed r89155: <http://trac.webkit.org/changeset/89155>
WebKit Review Bot
Comment 10 2011-06-17 12:11:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.