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

Unified Diff: Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl

Issue 963683002: Add IDL and initial Blink API for Background Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing serviceWorkerRegistration.syncManager to interface tests Created 5 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
Index: Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl
diff --git a/Source/core/timing/ConsoleMemory.idl b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl
similarity index 59%
copy from Source/core/timing/ConsoleMemory.idl
copy to Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl
index bdd31e20383d592a38ab1140ee9328a59fd7dbd2..0860b81a5aba486b2de423eb1f3dbf6d5a6a4940 100644
--- a/Source/core/timing/ConsoleMemory.idl
+++ b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[
- ImplementedAs=ConsoleMemory,
-] partial interface Console {
- readonly attribute MemoryInfo memory;
+ RuntimeEnabled=BackgroundSync,
+] partial interface ServiceWorkerGlobalScope {
+ attribute EventHandler onsync;
};

Powered by Google App Engine
This is Rietveld 408576698