DescriptionRevert 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 #
Created: 6 years, 4 months ago
(Patch set is too large to download)
Messages
Total messages: 3 (0 generated)
|