Commit 11dd8e4c authored by mlamouri@chromium.org's avatar mlamouri@chromium.org

Presentation API: mark the feature as stable.

Intent to Ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/YKVnS429hns

BUG=412331
NOTRY=true

Review URL: https://codereview.chromium.org/1315103002

git-svn-id: svn://svn.chromium.org/blink/trunk@201233 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 47bba567
...@@ -3017,6 +3017,7 @@ interface Navigator ...@@ -3017,6 +3017,7 @@ interface Navigator
getter permissions getter permissions
getter platform getter platform
getter plugins getter plugins
getter presentation
getter product getter product
getter productSub getter productSub
getter serviceWorker getter serviceWorker
...@@ -3280,6 +3281,38 @@ interface PluginArray ...@@ -3280,6 +3281,38 @@ interface PluginArray
interface PopStateEvent interface PopStateEvent
getter state getter state
method constructor method constructor
interface Presentation
getter defaultRequest
getter session
method constructor
setter defaultRequest
interface PresentationAvailability
getter onchange
getter value
method constructor
setter onchange
interface PresentationRequest
getter onsessionconnect
method constructor
method getAvailability
method join
method start
setter onsessionconnect
interface PresentationSession
getter binaryType
getter id
getter onmessage
getter onstatechange
getter state
method close
method constructor
method send
setter binaryType
setter onmessage
setter onstatechange
interface PresentationSessionConnectEvent
getter session
method constructor
interface ProcessingInstruction interface ProcessingInstruction
getter sheet getter sheet
getter target getter target
......
...@@ -125,7 +125,7 @@ PrefixedEncryptedMedia status=stable ...@@ -125,7 +125,7 @@ PrefixedEncryptedMedia status=stable
// This feature is deprecated and we are evangalizing affected sites. // This feature is deprecated and we are evangalizing affected sites.
// See https://crbug.com/346236 for current status. // See https://crbug.com/346236 for current status.
PrefixedVideoFullscreen status=stable PrefixedVideoFullscreen status=stable
Presentation status=experimental Presentation status=stable
PromiseRejectionEvent status=experimental PromiseRejectionEvent status=experimental
PushMessaging status=stable PushMessaging status=stable
// Push messaging payloads are blocked on the Push API supporting encryption. // Push messaging payloads are blocked on the Push API supporting encryption.
......
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