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

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

Issue 1515303003: Blink MediaRecorder: flipping flag to stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated virtual/stable/webexposed/global-interface-listing.html Created 5 years 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 | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index b81d32a005b9bdd121ff7c5fe464780fb8d163e7..91d6399c669bbbb52439b762bccb272601ce960e 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -231,6 +231,9 @@ interface Blob
getter type
method constructor
method slice
+interface BlobEvent : Event
+ getter data
+ method constructor
interface CDATASection : Text
method constructor
interface CSS
@@ -2848,6 +2851,31 @@ interface MediaQueryListEvent : Event
getter matches
getter media
method constructor
+interface MediaRecorder : EventTarget
+ static method isTypeSupported
+ getter ignoreMutedMedia
+ getter mimeType
+ getter ondataavailable
+ getter onerror
+ getter onpause
+ getter onresume
+ getter onstart
+ getter onstop
+ getter state
+ getter stream
+ method constructor
+ method pause
+ method requestData
+ method resume
+ method start
+ method stop
+ setter ignoreMutedMedia
+ setter ondataavailable
+ setter onerror
+ setter onpause
+ setter onresume
+ setter onstart
+ setter onstop
interface MediaSource : EventTarget
static method isTypeSupported
getter activeSourceBuffers
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698