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

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: Fix win-specific compile error. 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 5081 matching lines...) Expand 10 before | Expand all | Expand 10 after
5092 method addStream 5092 method addStream
5093 method close 5093 method close
5094 method constructor 5094 method constructor
5095 method createAnswer 5095 method createAnswer
5096 method createDTMFSender 5096 method createDTMFSender
5097 method createDataChannel 5097 method createDataChannel
5098 method createOffer 5098 method createOffer
5099 method getLocalStreams 5099 method getLocalStreams
5100 method getReceivers 5100 method getReceivers
5101 method getRemoteStreams 5101 method getRemoteStreams
5102 method getSenders
5102 method getStats 5103 method getStats
5103 method getStreamById 5104 method getStreamById
5104 method removeStream 5105 method removeStream
5105 method setConfiguration 5106 method setConfiguration
5106 method setLocalDescription 5107 method setLocalDescription
5107 method setRemoteDescription 5108 method setRemoteDescription
5108 setter onaddstream 5109 setter onaddstream
5109 setter ondatachannel 5110 setter ondatachannel
5110 setter onicecandidate 5111 setter onicecandidate
5111 setter oniceconnectionstatechange 5112 setter oniceconnectionstatechange
5112 setter onicegatheringstatechange 5113 setter onicegatheringstatechange
5113 setter onnegotiationneeded 5114 setter onnegotiationneeded
5114 setter onremovestream 5115 setter onremovestream
5115 setter onsignalingstatechange 5116 setter onsignalingstatechange
5116 interface RTCPeerConnectionIceEvent : Event 5117 interface RTCPeerConnectionIceEvent : Event
5117 attribute @@toStringTag 5118 attribute @@toStringTag
5118 getter candidate 5119 getter candidate
5119 method constructor 5120 method constructor
5120 interface RTCRtpContributingSource 5121 interface RTCRtpContributingSource
5121 attribute @@toStringTag 5122 attribute @@toStringTag
5122 getter source 5123 getter source
5123 getter timestamp 5124 getter timestamp
5124 method constructor 5125 method constructor
5125 interface RTCRtpReceiver 5126 interface RTCRtpReceiver
5126 attribute @@toStringTag 5127 attribute @@toStringTag
5127 getter track 5128 getter track
5128 method constructor 5129 method constructor
5129 method getContributingSources 5130 method getContributingSources
5131 interface RTCRtpSender
5132 attribute @@toStringTag
5133 getter track
5134 method constructor
5130 interface RTCSessionDescription 5135 interface RTCSessionDescription
5131 attribute @@toStringTag 5136 attribute @@toStringTag
5132 getter sdp 5137 getter sdp
5133 getter type 5138 getter type
5134 method constructor 5139 method constructor
5135 method toJSON 5140 method toJSON
5136 setter sdp 5141 setter sdp
5137 setter type 5142 setter type
5138 interface RTCStatsReport 5143 interface RTCStatsReport
5139 attribute @@toStringTag 5144 attribute @@toStringTag
(...skipping 3589 matching lines...) Expand 10 before | Expand all | Expand 10 after
8729 method addStream 8734 method addStream
8730 method close 8735 method close
8731 method constructor 8736 method constructor
8732 method createAnswer 8737 method createAnswer
8733 method createDTMFSender 8738 method createDTMFSender
8734 method createDataChannel 8739 method createDataChannel
8735 method createOffer 8740 method createOffer
8736 method getLocalStreams 8741 method getLocalStreams
8737 method getReceivers 8742 method getReceivers
8738 method getRemoteStreams 8743 method getRemoteStreams
8744 method getSenders
8739 method getStats 8745 method getStats
8740 method getStreamById 8746 method getStreamById
8741 method removeStream 8747 method removeStream
8742 method setConfiguration 8748 method setConfiguration
8743 method setLocalDescription 8749 method setLocalDescription
8744 method setRemoteDescription 8750 method setRemoteDescription
8745 setter onaddstream 8751 setter onaddstream
8746 setter ondatachannel 8752 setter ondatachannel
8747 setter onicecandidate 8753 setter onicecandidate
8748 setter oniceconnectionstatechange 8754 setter oniceconnectionstatechange
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
9189 setter scrollY 9195 setter scrollY
9190 setter scrollbars 9196 setter scrollbars
9191 setter status 9197 setter status
9192 setter statusbar 9198 setter statusbar
9193 setter toolbar 9199 setter toolbar
9194 setter visualViewport 9200 setter visualViewport
9195 PASS successfullyParsed is true 9201 PASS successfullyParsed is true
9196 9202
9197 TEST COMPLETE 9203 TEST COMPLETE
9198 9204
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698