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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: external/wpt/webrtc/RTCPeerConnection-idl-expected.txt updated passing 2 more tests Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 5068 matching lines...) Expand 10 before | Expand all | Expand 10 after
5079 method addStream 5079 method addStream
5080 method close 5080 method close
5081 method constructor 5081 method constructor
5082 method createAnswer 5082 method createAnswer
5083 method createDTMFSender 5083 method createDTMFSender
5084 method createDataChannel 5084 method createDataChannel
5085 method createOffer 5085 method createOffer
5086 method getLocalStreams 5086 method getLocalStreams
5087 method getReceivers 5087 method getReceivers
5088 method getRemoteStreams 5088 method getRemoteStreams
5089 method getSenders
5089 method getStats 5090 method getStats
5090 method getStreamById 5091 method getStreamById
5091 method removeStream 5092 method removeStream
5092 method setConfiguration 5093 method setConfiguration
5093 method setLocalDescription 5094 method setLocalDescription
5094 method setRemoteDescription 5095 method setRemoteDescription
5095 setter onaddstream 5096 setter onaddstream
5096 setter ondatachannel 5097 setter ondatachannel
5097 setter onicecandidate 5098 setter onicecandidate
5098 setter oniceconnectionstatechange 5099 setter oniceconnectionstatechange
5099 setter onicegatheringstatechange 5100 setter onicegatheringstatechange
5100 setter onnegotiationneeded 5101 setter onnegotiationneeded
5101 setter onremovestream 5102 setter onremovestream
5102 setter onsignalingstatechange 5103 setter onsignalingstatechange
5103 interface RTCPeerConnectionIceEvent : Event 5104 interface RTCPeerConnectionIceEvent : Event
5104 attribute @@toStringTag 5105 attribute @@toStringTag
5105 getter candidate 5106 getter candidate
5106 method constructor 5107 method constructor
5107 interface RTCRtpContributingSource 5108 interface RTCRtpContributingSource
5108 attribute @@toStringTag 5109 attribute @@toStringTag
5109 getter source 5110 getter source
5110 getter timestamp 5111 getter timestamp
5111 method constructor 5112 method constructor
5112 interface RTCRtpReceiver 5113 interface RTCRtpReceiver
5113 attribute @@toStringTag 5114 attribute @@toStringTag
5114 getter track 5115 getter track
5115 method constructor 5116 method constructor
5116 method getContributingSources 5117 method getContributingSources
5118 interface RTCRtpSender
5119 attribute @@toStringTag
5120 getter track
5121 method constructor
5117 interface RTCSessionDescription 5122 interface RTCSessionDescription
5118 attribute @@toStringTag 5123 attribute @@toStringTag
5119 getter sdp 5124 getter sdp
5120 getter type 5125 getter type
5121 method constructor 5126 method constructor
5122 method toJSON 5127 method toJSON
5123 setter sdp 5128 setter sdp
5124 setter type 5129 setter type
5125 interface RTCStatsReport 5130 interface RTCStatsReport
5126 attribute @@toStringTag 5131 attribute @@toStringTag
(...skipping 3589 matching lines...) Expand 10 before | Expand all | Expand 10 after
8716 method addStream 8721 method addStream
8717 method close 8722 method close
8718 method constructor 8723 method constructor
8719 method createAnswer 8724 method createAnswer
8720 method createDTMFSender 8725 method createDTMFSender
8721 method createDataChannel 8726 method createDataChannel
8722 method createOffer 8727 method createOffer
8723 method getLocalStreams 8728 method getLocalStreams
8724 method getReceivers 8729 method getReceivers
8725 method getRemoteStreams 8730 method getRemoteStreams
8731 method getSenders
8726 method getStats 8732 method getStats
8727 method getStreamById 8733 method getStreamById
8728 method removeStream 8734 method removeStream
8729 method setConfiguration 8735 method setConfiguration
8730 method setLocalDescription 8736 method setLocalDescription
8731 method setRemoteDescription 8737 method setRemoteDescription
8732 setter onaddstream 8738 setter onaddstream
8733 setter ondatachannel 8739 setter ondatachannel
8734 setter onicecandidate 8740 setter onicecandidate
8735 setter oniceconnectionstatechange 8741 setter oniceconnectionstatechange
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
9175 setter scrollY 9181 setter scrollY
9176 setter scrollbars 9182 setter scrollbars
9177 setter status 9183 setter status
9178 setter statusbar 9184 setter statusbar
9179 setter toolbar 9185 setter toolbar
9180 setter visualViewport 9186 setter visualViewport
9181 PASS successfullyParsed is true 9187 PASS successfullyParsed is true
9182 9188
9183 TEST COMPLETE 9189 TEST COMPLETE
9184 9190
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698