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

Unified Diff: modules/serviceworkers/ServiceWorkerRegistration.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/serviceworkers/ServiceWorkerMessageEvent.idl ('k') | modules/serviceworkers/StashedMessagePort.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/ServiceWorkerRegistration.idl
diff --git a/modules/serviceworkers/ServiceWorkerRegistration.idl b/modules/serviceworkers/ServiceWorkerRegistration.idl
index c88cb42366a65c4624a7a5a91d8bd6c7e0a79849..97d7b82d84aa66545d4633191a451fa4c9550012 100644
--- a/modules/serviceworkers/ServiceWorkerRegistration.idl
+++ b/modules/serviceworkers/ServiceWorkerRegistration.idl
@@ -5,9 +5,8 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-registration-obj
[
Exposed=(Window,Worker),
- ActiveDOMObject,
+ DependentLifetime,
GarbageCollected,
- TypeChecking=Interface,
] interface ServiceWorkerRegistration : EventTarget {
[Unforgeable] readonly attribute ServiceWorker? installing;
[Unforgeable] readonly attribute ServiceWorker? waiting;
@@ -15,7 +14,7 @@
readonly attribute USVString scope;
- [CallWith=ScriptState, RaisesException] void update();
+ [CallWith=ScriptState] Promise<void> update();
[CallWith=ScriptState] Promise<boolean> unregister();
attribute EventHandler onupdatefound;
« no previous file with comments | « modules/serviceworkers/ServiceWorkerMessageEvent.idl ('k') | modules/serviceworkers/StashedMessagePort.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698