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

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

Issue 13799007: Support for selective DOM activity logging, based on IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed bindings tests output, temporarily, to work around diff difficulty. Created 7 years, 8 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/notifications/NotificationCenter.idl
diff --git a/Source/modules/notifications/NotificationCenter.idl b/Source/modules/notifications/NotificationCenter.idl
index bd9bfaec626fe71490c1f96b781f5131ddf49830..284659808e74140b2d98c09162ee6a5d43044f76 100644
--- a/Source/modules/notifications/NotificationCenter.idl
+++ b/Source/modules/notifications/NotificationCenter.idl
@@ -34,9 +34,9 @@
ActiveDOMObject,
] interface NotificationCenter {
#if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY) || !ENABLE_TEXT_NOTIFICATIONS_ONLY
- [EnabledPerContext=htmlNotifications, MeasureAs=LegacyHTMLNotifications, RaisesException] Notification createHTMLNotification(DOMString url);
+ [EnabledPerContext=htmlNotifications, MeasureAs=LegacyHTMLNotifications, ActivityLog=Access, RaisesException] Notification createHTMLNotification(DOMString url);
#endif
- [MeasureAs=LegacyTextNotifications, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
+ [MeasureAs=LegacyTextNotifications, ActivityLog=Access, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
int checkPermission();
void requestPermission([Callback] optional VoidCallback callback);
« no previous file with comments | « Source/modules/notifications/DOMWindowNotifications.idl ('k') | Source/modules/webdatabase/DOMWindowWebDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698