Chromium Code Reviews
DescriptionImplement receiving side of web notification inline replies
Implement the part of the web notification inline replies API that tells
actions that they should show a text input. The new API is under an
experimetal flag (NotificationInlineReplies) and does not do anything
yet.
This is a highly experimental API. An intent to implement has already
been sent [1]. For a more detailed explanation of the implementation plan and
what the feature does please refer to the doc [2]
[1] https://goo.gl/7wzBMB
[2] https://goo.gl/qc6g1z
BUG=599859
TEST=NotificationDatabaseDataTest.SerializeAndDeserializeActionTypes, NotificationDatabaseDataTest.SerializeAndDeserializeData, NotificationDatabaseDataTest.SerializeAndDeserializeNullPlaceholder, NotificationDataConversionsTest.ToPlatformNotificationData, NotificationDataConversionsTest.ToWebNotificationData, http/tests/notifications/serviceworker-notification-properties.html, http/tests/notifications/notification-properties.html
Committed: https://crrev.com/d1c3e840df52f94b23a129c5466cb7866c8261c7
Cr-Commit-Position: refs/heads/master@{#385724}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Comments & Tests #
Total comments: 9
Patch Set 3 : Comments #Patch Set 4 : Fix missing stop #Patch Set 5 : Fix compile errors (shame! shame! shame!) #
Total comments: 4
Patch Set 6 : Added test and removed unnecessary code. #Dependent Patchsets: Messages
Total messages: 33 (13 generated)
|