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

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

Created:
6 years, 4 months ago by dglazkov
Modified:
6 years, 4 months ago
Reviewers:
michaeln, falken, 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 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=@ToT%20Blink&tests=http%2Ftests%2Fserviceworker%2Funregister-then-register-new-script.html&testType=layout-tests 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,falken@chromium.org NOTREECHECKS=true NOTRY=true BUG=398355

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: 4 (0 generated)
dglazkov
Created Revert of Service Worker: Handle same-scope, new script registration
6 years, 4 months ago (2014-08-21 16:30:42 UTC) #1
falken
The CQ bit was unchecked by falken@chromium.org
6 years, 4 months ago (2014-08-21 16:32:11 UTC) #2
falken
On 2014/08/21 16:32:11, falken wrote: > The CQ bit was unchecked by mailto:falken@chromium.org (Already have ...
6 years, 4 months ago (2014-08-21 16:32:37 UTC) #3
dglazkov
6 years, 4 months ago (2014-08-21 16:34:49 UTC) #4
On 2014/08/21 at 16:32:37, falken wrote:
> On 2014/08/21 16:32:11, falken wrote:
> > The CQ bit was unchecked by mailto:falken@chromium.org
> 
> (Already have a revert at https://codereview.chromium.org/484783003/)

LOL! :)

Powered by Google App Engine
This is Rietveld 408576698