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

Unified Diff: Source/modules/mediastream/MediaStream.idl

Issue 1312213006: Remove MediaStream label, ended attributes and stop() method (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | « Source/modules/mediastream/MediaStream.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStream.idl
diff --git a/Source/modules/mediastream/MediaStream.idl b/Source/modules/mediastream/MediaStream.idl
index 1a042b7cf0c2f2e187c7ae5202c363968d7833d0..96d250daac66854b6932746c6d53cd2e65ae5b52 100644
--- a/Source/modules/mediastream/MediaStream.idl
+++ b/Source/modules/mediastream/MediaStream.idl
@@ -22,7 +22,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://dev.w3.org/2011/webrtc/editor/getusermedia.html#idl-def-MediaStream
+// http://w3c.github.io/mediacapture-main/getusermedia.html#idl-def-MediaStream
[
GarbageCollected,
@@ -32,8 +32,6 @@
ConstructorCallWith=ExecutionContext,
NoInterfaceObject,
] interface MediaStream : EventTarget {
- // DEPRECATED
- [DeprecateAs=MediaStreamLabel] readonly attribute DOMString label;
readonly attribute DOMString id;
@@ -45,14 +43,9 @@
[RaisesException] void removeTrack(MediaStreamTrack track);
MediaStreamTrack getTrackById(DOMString trackId);
[CallWith=ExecutionContext] MediaStream clone();
- // DEPRECATED
- [DeprecateAs=MediaStreamEnded] readonly attribute boolean ended;
readonly attribute boolean active;
- // DEPRECATED
- [DeprecateAs=MediaStreamStop] void stop();
-
attribute EventHandler onactive;
attribute EventHandler oninactive;
// DEPRECATED
« no previous file with comments | « Source/modules/mediastream/MediaStream.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698