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

Issue 874833003: [ServiceWorker] Block all mixed-content requests from a ServiceWorker. (Closed)

Created:
5 years, 10 months ago by horo
Modified:
5 years, 10 months ago
Reviewers:
kinuko, Mike West
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, tzik, serviceworker-reviews, nhiroki, falken, kinuko+serviceworker, horo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[ServiceWorker] Block all mixed-content requests from a ServiceWorker. While we don't support FetchEvent.default() yet, all mixed-content requests from a ServiceWorker must be blocked. BUG=448672, 392409 TEST=http/tests/serviceworker/ http/tests/fetch/ Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188951

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
D LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-inscope-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
M Source/web/WebEmbeddedWorkerImpl.cpp View 1 chunk +8 lines, -1 line 4 comments Download

Messages

Total messages: 14 (5 generated)
horo
kinuko@ Could you please review this?
5 years, 10 months ago (2015-01-26 02:13:03 UTC) #2
kinuko
lgtm (Would be nice to have TEST= field so that it's clear that it's still ...
5 years, 10 months ago (2015-01-26 04:51:45 UTC) #3
horo
mkwst@ Could you please review this?
5 years, 10 months ago (2015-01-26 04:55:39 UTC) #5
Mike West
LGTM % comments. https://codereview.chromium.org/874833003/diff/1/Source/web/WebEmbeddedWorkerImpl.cpp File Source/web/WebEmbeddedWorkerImpl.cpp (right): https://codereview.chromium.org/874833003/diff/1/Source/web/WebEmbeddedWorkerImpl.cpp#newcode314 Source/web/WebEmbeddedWorkerImpl.cpp:314: settings->setStrictMixedContentChecking(true); This settings object only takes ...
5 years, 10 months ago (2015-01-26 10:04:53 UTC) #6
horo
Thank you! https://codereview.chromium.org/874833003/diff/1/Source/web/WebEmbeddedWorkerImpl.cpp File Source/web/WebEmbeddedWorkerImpl.cpp (right): https://codereview.chromium.org/874833003/diff/1/Source/web/WebEmbeddedWorkerImpl.cpp#newcode314 Source/web/WebEmbeddedWorkerImpl.cpp:314: settings->setStrictMixedContentChecking(true); On 2015/01/26 10:04:53, Mike West wrote: ...
5 years, 10 months ago (2015-01-26 11:17:15 UTC) #7
horo
5 years, 10 months ago (2015-01-26 11:17:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/874833003/1
5 years, 10 months ago (2015-01-26 11:18:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/874833003/1
5 years, 10 months ago (2015-01-26 12:31:38 UTC) #13
commit-bot: I haz the power
5 years, 10 months ago (2015-01-26 12:34:10 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188951

Powered by Google App Engine
This is Rietveld 408576698