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

Unified Diff: Source/modules/notifications/GetNotificationOptions.idl

Issue 1016843002: Implement the ServiceWorkerRegistration.getNotifications() API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update the webexposed test 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
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/notifications/ServiceWorkerRegistrationNotifications.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/GetNotificationOptions.idl
diff --git a/Source/core/timing/ConsoleMemory.idl b/Source/modules/notifications/GetNotificationOptions.idl
similarity index 58%
copy from Source/core/timing/ConsoleMemory.idl
copy to Source/modules/notifications/GetNotificationOptions.idl
index bdd31e20383d592a38ab1140ee9328a59fd7dbd2..7ed11aaa37b4cbfe28ddabed476bd21526da63af 100644
--- a/Source/core/timing/ConsoleMemory.idl
+++ b/Source/modules/notifications/GetNotificationOptions.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- ImplementedAs=ConsoleMemory,
-] partial interface Console {
- readonly attribute MemoryInfo memory;
+// https://notifications.spec.whatwg.org/#service-worker-api
+
+dictionary GetNotificationOptions {
+ DOMString tag = "";
};
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/notifications/ServiceWorkerRegistrationNotifications.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698