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

Issue 484783003: Revert of Service Worker: Handle same-scope, new script registration (Closed)

Created:
6 years, 4 months ago by falken
Modified:
6 years, 4 months ago
Reviewers:
michaeln, nhiroki
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, jam, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Revert of Service Worker: Handle same-scope, new script registration (patchset #8 of https://codereview.chromium.org/472103003/) Reason for revert: Broke unregister-and-register-new-script.html. This must be done as a three-sided patch. Original issue's description: > Service Worker: Handle same-scope, new script registration > > Before this patch, register() would delete an existing registration at > the scope if the script URL didn't match, and register a new one. This > overwriting creates a scenario where old tabs have a different > controller than new tabs, which the Service Worker spec avoids. > > This patch implements the spec steps for same-scope, new script > register(). That means: > > - If the existing registration is uninstalling, wait for that to > complete before doing anything. > - Create a new worker which becomes the installing worker of the > existing registration. > > BUG=398355 > TEST=https://codereview.chromium.org/480943002/ > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291078 TBR=michaeln@chromium.org,nhiroki@chromium.org NOTREECHECKS=true NOTRY=true BUG=398355 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291092

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -157 lines) Patch
M content/browser/service_worker/service_worker_context_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_handle.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_job_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_register_job.h View 5 chunks +11 lines, -25 lines 0 comments Download
M content/browser/service_worker/service_worker_register_job.cc View 5 chunks +29 lines, -79 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.h View 5 chunks +15 lines, -22 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.cc View 4 chunks +11 lines, -23 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
falken
Created Revert of Service Worker: Handle same-scope, new script registration
6 years, 4 months ago (2014-08-21 16:27:39 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/falken@chromium.org/484783003/1
6 years, 4 months ago (2014-08-21 16:29:26 UTC) #2
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 16:33:41 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (1) as 291092

Powered by Google App Engine
This is Rietveld 408576698