Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Issue 809153004: Mixed Content: Treat some Chrome schemes as restricting mixed content.

Created:
6 years ago by Mike West
Modified:
5 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Mixed Content: Treat some Chrome schemes as restricting mixed content. We should not load insecure content into documents under the following schemes: * chrome: * chrome-search: * chrome-extension-resource: * chrome-devtools: This patch registers those schemes as restricting mixed content, which means the renderer will treat them similarly to 'https:' URLs with regard to insecure subresource requests. BUG=443597

Patch Set 1 #

Patch Set 2 : devtools=secure #

Total comments: 3

Patch Set 3 : Moving. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
Mike West
Jochen, WDYT? I don't think we can write layout tests for this... is there a ...
6 years ago (2014-12-19 10:24:06 UTC) #2
jochen (gone - plz use gerrit)
not sure what chrome-devtools: is used for? can chrome-extension-resource: serve entire iframes? I'd expect that ...
6 years ago (2014-12-19 10:31:29 UTC) #3
Mike West
On 2014/12/19 10:31:29, jochen (slow) wrote: > not sure what chrome-devtools: is used for? The ...
6 years ago (2014-12-19 10:35:59 UTC) #4
Mike West
er. +pfeldman for real.
6 years ago (2014-12-19 10:36:12 UTC) #6
Mike West
On 2014/12/19 10:31:29, jochen (slow) wrote: > is chrome-search: only used for google, or also ...
6 years ago (2014-12-19 10:38:34 UTC) #7
Mike West
On 2014/12/19 10:35:59, Mike West wrote: > > can chrome-extension-resource: serve entire iframes? I'd expect ...
6 years ago (2014-12-19 10:39:15 UTC) #9
Mike West
Lots of ChromeOS test failures, loading `http://127.0.0.1` inside `chrome://` for login. I hope that's just ...
6 years ago (2014-12-19 13:42:19 UTC) #10
Mike West
+bartfab: Can you point me to someone to chat with about the login tests?
6 years ago (2014-12-19 13:43:09 UTC) #11
bartfab (slow)
On 2014/12/19 13:43:09, Mike West wrote: > +bartfab: Can you point me to someone to ...
6 years ago (2014-12-19 13:49:25 UTC) #12
bartfab (slow)
On 2014/12/19 13:49:25, bartfab wrote: > On 2014/12/19 13:43:09, Mike West wrote: > > +bartfab: ...
6 years ago (2014-12-19 13:53:00 UTC) #13
not at google - send to devlin
6 years ago (2014-12-19 20:39:23 UTC) #15
jochen (gone - plz use gerrit)
https://codereview.chromium.org/809153004/diff/20001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/809153004/diff/20001/chrome/renderer/chrome_content_renderer_client.cc#newcode422 chrome/renderer/chrome_content_renderer_client.cc:422: // pages should not directly embed insecure resources. chrome: ...
5 years, 7 months ago (2015-05-18 22:48:41 UTC) #17
not at google - send to devlin
lgtm, FYI +elijahtaylor for the ARC question. https://codereview.chromium.org/809153004/diff/20001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/809153004/diff/20001/chrome/renderer/chrome_content_renderer_client.cc#newcode430 chrome/renderer/chrome_content_renderer_client.cc:430: extension_resource_scheme); Double-check ...
5 years, 7 months ago (2015-05-18 23:08:33 UTC) #19
not at google - send to devlin
(lg for chrome-extension-resource that is)
5 years, 7 months ago (2015-05-18 23:09:09 UTC) #20
elijahtaylor1
https://codereview.chromium.org/809153004/diff/20001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/809153004/diff/20001/chrome/renderer/chrome_content_renderer_client.cc#newcode430 chrome/renderer/chrome_content_renderer_client.cc:430: extension_resource_scheme); On 2015/05/18 23:08:33, kalman wrote: > Double-check with ...
5 years, 7 months ago (2015-05-18 23:46:33 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/809153004/60001
5 years, 7 months ago (2015-05-20 05:12:41 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/59238)
5 years, 7 months ago (2015-05-20 06:31:23 UTC) #27
jochen (gone - plz use gerrit)
5 years, 7 months ago (2015-05-21 07:54:16 UTC) #28
lgtm

Powered by Google App Engine
This is Rietveld 408576698