DescriptionServiceWorker: Make APIs that return ServiceWorkerRegistration coin a new JS object (2/3)
The spec requires register/getRegistration/getRegistrations to return a new
registration object, but the current implementation can return existing one.
This CL makes them always coin a new registration object.
Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html
(1) Blink: https://codereview.chromium.org/1311113002/
(2) Chromium: THIS PATCH
(3) Blink: https://codereview.chromium.org/1311103002/
BUG=523904
Committed: https://crrev.com/e37a143e2ac4696cbe5f3b058314580ef6c9ee0a
Cr-Commit-Position: refs/heads/master@{#345277}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : split CreateRegistration() #
Messages
Total messages: 17 (9 generated)
|