Commit 5b01b7db authored by mvanouwerkerk's avatar mvanouwerkerk Committed by Commit bot

Promote NotificationBadge to stable.

Intent to ship: http://bit.ly/295ZVHZ

BUG=591394

Review-Url: https://codereview.chromium.org/2108723003
Cr-Commit-Position: refs/heads/master@{#403258}
parent fb7accc6
...@@ -416,6 +416,7 @@ interface Notification : EventTarget ...@@ -416,6 +416,7 @@ interface Notification : EventTarget
static getter maxActions static getter maxActions
static getter permission static getter permission
getter actions getter actions
getter badge
getter body getter body
getter data getter data
getter dir getter dir
......
...@@ -447,6 +447,7 @@ Starting worker: resources/global-interface-listing.js ...@@ -447,6 +447,7 @@ Starting worker: resources/global-interface-listing.js
[Worker] static getter permission [Worker] static getter permission
[Worker] attribute @@toStringTag [Worker] attribute @@toStringTag
[Worker] getter actions [Worker] getter actions
[Worker] getter badge
[Worker] getter body [Worker] getter body
[Worker] getter data [Worker] getter data
[Worker] getter dir [Worker] getter dir
......
...@@ -3509,6 +3509,7 @@ interface Notification : EventTarget ...@@ -3509,6 +3509,7 @@ interface Notification : EventTarget
static method requestPermission static method requestPermission
attribute @@toStringTag attribute @@toStringTag
getter actions getter actions
getter badge
getter body getter body
getter data getter data
getter dir getter dir
......
...@@ -434,6 +434,7 @@ Starting worker: resources/global-interface-listing.js ...@@ -434,6 +434,7 @@ Starting worker: resources/global-interface-listing.js
[Worker] static getter permission [Worker] static getter permission
[Worker] attribute @@toStringTag [Worker] attribute @@toStringTag
[Worker] getter actions [Worker] getter actions
[Worker] getter badge
[Worker] getter body [Worker] getter body
[Worker] getter data [Worker] getter data
[Worker] getter dir [Worker] getter dir
......
...@@ -136,7 +136,7 @@ NetworkInformation status=stable ...@@ -136,7 +136,7 @@ NetworkInformation status=stable
NetInfoDownlinkMax status=stable NetInfoDownlinkMax status=stable
NewMediaPlaybackUi NewMediaPlaybackUi
NotificationConstructor status=stable NotificationConstructor status=stable
NotificationBadge status=experimental NotificationBadge status=stable
NotificationInlineReplies status=experimental NotificationInlineReplies status=experimental
Notifications status=stable Notifications status=stable
OnDeviceChange status=experimental OnDeviceChange status=experimental
......
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