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

Issue 362183002: ServiceWorker: Set provider host document URL for no-cache load. (Closed)

Created:
6 years, 5 months ago by xiang
Modified:
6 years, 5 months ago
Reviewers:
michaeln, falken
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, jam, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org, alecflett+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

ServiceWorker: Set provider host document URL for no-cache load. A no-cache loaded page should still have registration capability. If the document URL is not set, the registration will fail with "SecurityError". BUG=392405 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282906

Patch Set 1 #

Total comments: 2

Patch Set 2 : review update #

Total comments: 1

Patch Set 3 : review update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M content/browser/service_worker/service_worker_controllee_request_handler.cc View 1 2 1 chunk +10 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
xiang
PTAL, thanks.
6 years, 5 months ago (2014-07-02 08:24:13 UTC) #1
xiang
On 2014/07/02 08:24:13, xiang wrote: > PTAL, thanks. Sorry, forget to add the reviewers.
6 years, 5 months ago (2014-07-02 08:27:43 UTC) #2
michaeln
thnx for finding/fixing this https://codereview.chromium.org/362183002/diff/1/content/browser/service_worker/service_worker_controllee_request_handler.cc File content/browser/service_worker/service_worker_controllee_request_handler.cc (left): https://codereview.chromium.org/362183002/diff/1/content/browser/service_worker/service_worker_controllee_request_handler.cc#oldcode100 content/browser/service_worker/service_worker_controllee_request_handler.cc:100: provider_host_->SetDocumentUrl(stripped_url); probably should continue to ...
6 years, 5 months ago (2014-07-02 18:40:30 UTC) #3
xiang
On 2014/07/02 18:40:30, michaeln wrote: > thnx for finding/fixing this > > https://codereview.chromium.org/362183002/diff/1/content/browser/service_worker/service_worker_controllee_request_handler.cc > File ...
6 years, 5 months ago (2014-07-11 08:56:20 UTC) #4
michaeln
lgtm https://codereview.chromium.org/362183002/diff/20001/content/browser/service_worker/service_worker_controllee_request_handler.cc File content/browser/service_worker/service_worker_controllee_request_handler.cc (right): https://codereview.chromium.org/362183002/diff/20001/content/browser/service_worker/service_worker_controllee_request_handler.cc#newcode56 content/browser/service_worker/service_worker_controllee_request_handler.cc:56: if (is_main_resource_load_ && provider_host_) { dont think we ...
6 years, 5 months ago (2014-07-11 19:48:54 UTC) #5
xiang
On 2014/07/11 19:48:54, michaeln wrote: > lgtm > > https://codereview.chromium.org/362183002/diff/20001/content/browser/service_worker/service_worker_controllee_request_handler.cc > File content/browser/service_worker/service_worker_controllee_request_handler.cc > (right): ...
6 years, 5 months ago (2014-07-14 00:55:14 UTC) #6
xiang
The CQ bit was checked by xiang.long@intel.com
6 years, 5 months ago (2014-07-14 00:55:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xiang.long@intel.com/362183002/40001
6 years, 5 months ago (2014-07-14 00:56:07 UTC) #8
commit-bot: I haz the power
6 years, 5 months ago (2014-07-14 06:40:50 UTC) #9
Message was sent while issue was closed.
Change committed as 282906

Powered by Google App Engine
This is Rietveld 408576698