DescriptionServiceWorker: Add 'updatefound' and version attributes on SWRegistration (Blink)
This change...
- adds 'onupdatefound' event and version attribtues (eg. '.installing') into
ServiceWorkerRegistration interface.
- adds WebServiceWorkerRegistrationProxy interface to talk to the registration
object from embedder.
[NOTE] ServiceWorkerRegistration is still disabled by the macro since Chromium
side is still actively being implemented:
https://codereview.chromium.org/427523002/
[Spec] https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-registration-obj
BUG=396400
TEST=compile (layout tests will be added after enabling the registration interface)
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179903
Patch Set 1 : #
Total comments: 8
Patch Set 2 : address falken's comments #
Total comments: 6
Patch Set 3 : address tkent's comments #
Messages
Total messages: 11 (0 generated)
|