DescriptionServiceWorker: Implement ServiceWorkerRegistration [1/3]
This implements a part of ServiceWorkerRegistration interface as per the latest
spec, and makes navigator.serviceWorker.register() resolve a promise with a
ServiceWorkerRegistration object instead of a ServiceWorker object.
Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-registration-obj
[1] Blink: This patch.
[2] Chromium: https://codereview.chromium.org/415963002/
[3] Blink: Remove the macro and fix a bunch of layout tests.
BUG=396400
TEST=compile (tests will be added by subsequent patches)
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178919
Patch Set 1 : #Patch Set 2 : fix test failure #
Total comments: 2
Patch Set 3 : fix for falken's comment #
Total comments: 26
Patch Set 4 : fix for tkent's comments #Messages
Total messages: 10 (0 generated)
|