Commit 3616635d authored by Peter Beverloo's avatar Peter Beverloo Committed by Commit Bot

Enable inline replies for notifications by default

This was approved in the following blink-dev thread:
https://groups.google.com/a/chromium.org/d/topic/blink-dev/PNTQCliD2oA/discussion

Bug: 599859, 834580
Change-Id: I5419f4b804d864f7837487ec881fb5542d9304df
Reviewed-on: https://chromium-review.googlesource.com/1169477Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Commit-Queue: Peter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582114}
parent 1018bbc6
...@@ -696,6 +696,7 @@ interface NotificationEvent : ExtendableEvent ...@@ -696,6 +696,7 @@ interface NotificationEvent : ExtendableEvent
attribute @@toStringTag attribute @@toStringTag
getter action getter action
getter notification getter notification
getter reply
method constructor method constructor
interface OffscreenCanvas : EventTarget interface OffscreenCanvas : EventTarget
attribute @@toStringTag attribute @@toStringTag
......
...@@ -815,7 +815,7 @@ ...@@ -815,7 +815,7 @@
}, },
{ {
name: "NotificationInlineReplies", name: "NotificationInlineReplies",
status: "experimental", status: "stable",
}, },
{ {
name: "Notifications", name: "Notifications",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment