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

Unified Diff: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1315103002: Presentation API: mark the feature as stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index d10e24128f700084ff7ab0bcda72185a0f51dd09..a190757b6b7fbececbb972d6da7ce89fdc6b4319 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3017,6 +3017,7 @@ interface Navigator
getter permissions
getter platform
getter plugins
+ getter presentation
getter product
getter productSub
getter serviceWorker
@@ -3280,6 +3281,38 @@ interface PluginArray
interface PopStateEvent
getter state
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
getter sheet
getter target
« no previous file with comments | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698