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

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

Issue 870713002: Enable unprefixed EME APIs by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add webexposed test expectation updates. Created 5 years, 11 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
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 37f5ff5f479ce73b257068e619a7ece3ab5c71bd..90e34bfa63e650100cfbea0acf52ba5a2430aaab 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -800,6 +800,7 @@ interface HTMLMediaElement
method load
method pause
method play
+ method setMediaKeys
method webkitAddKey
method webkitCancelKeyRequest
method webkitGenerateKeyRequest
@@ -1048,6 +1049,8 @@ interface Map
method values
interface MediaElementAudioSourceNode
method constructor
+interface MediaEncryptedEvent
+ method constructor
interface MediaError
attribute MEDIA_ERR_ABORTED
attribute MEDIA_ERR_DECODE
@@ -1064,6 +1067,22 @@ interface MediaKeyError
method constructor
interface MediaKeyEvent
method constructor
+interface MediaKeyMessageEvent
+ method constructor
+interface MediaKeySession
+ method close
+ method constructor
+ method generateRequest
+ method load
+ method remove
+ method update
+interface MediaKeySystemAccess
+ method constructor
+ method createMediaKeys
+interface MediaKeys
+ method constructor
+ method createSession
+ method setServerCertificate
interface MediaList
method appendMedium
method constructor
@@ -1138,6 +1157,7 @@ interface Navigator
method getStorageUpdates
method javaEnabled
method registerProtocolHandler
+ method requestMediaKeySystemAccess
method sendBeacon
method unregisterProtocolHandler
method vibrate

Powered by Google App Engine
This is Rietveld 408576698