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

Unified Diff: third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl

Issue 2403893002: Add layout test for reply property of notificationclick event (Closed)
Patch Set: Make reply field nullable in .idl files; add test cases for empty and null Created 4 years, 2 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 | « third_party/WebKit/Source/modules/notifications/NotificationEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl b/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl
index 913cdc8b0d9278e6d6ff87b914a5b034f4ee4f83..b1081e3ae6ec910fefb219781f73a8f4a1f66703 100644
--- a/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl
+++ b/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl
@@ -7,5 +7,5 @@
dictionary NotificationEventInit : ExtendableEventInit {
required Notification notification;
DOMString action = "";
- DOMString reply = "";
+ [RuntimeEnabled=NotificationInlineReplies] DOMString? reply = "";
};
« no previous file with comments | « third_party/WebKit/Source/modules/notifications/NotificationEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698