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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 5061 matching lines...) Expand 10 before | Expand all | Expand 10 after
5072 method addStream 5072 method addStream
5073 method close 5073 method close
5074 method constructor 5074 method constructor
5075 method createAnswer 5075 method createAnswer
5076 method createDTMFSender 5076 method createDTMFSender
5077 method createDataChannel 5077 method createDataChannel
5078 method createOffer 5078 method createOffer
5079 method getLocalStreams 5079 method getLocalStreams
5080 method getReceivers 5080 method getReceivers
5081 method getRemoteStreams 5081 method getRemoteStreams
5082 method getSenders
5082 method getStats 5083 method getStats
5083 method getStreamById 5084 method getStreamById
5084 method removeStream 5085 method removeStream
5085 method setConfiguration 5086 method setConfiguration
5086 method setLocalDescription 5087 method setLocalDescription
5087 method setRemoteDescription 5088 method setRemoteDescription
5088 setter onaddstream 5089 setter onaddstream
5089 setter ondatachannel 5090 setter ondatachannel
5090 setter onicecandidate 5091 setter onicecandidate
5091 setter oniceconnectionstatechange 5092 setter oniceconnectionstatechange
5092 setter onicegatheringstatechange 5093 setter onicegatheringstatechange
5093 setter onnegotiationneeded 5094 setter onnegotiationneeded
5094 setter onremovestream 5095 setter onremovestream
5095 setter onsignalingstatechange 5096 setter onsignalingstatechange
5096 interface RTCPeerConnectionIceEvent : Event 5097 interface RTCPeerConnectionIceEvent : Event
5097 attribute @@toStringTag 5098 attribute @@toStringTag
5098 getter candidate 5099 getter candidate
5099 method constructor 5100 method constructor
5100 interface RTCRtpContributingSource 5101 interface RTCRtpContributingSource
5101 attribute @@toStringTag 5102 attribute @@toStringTag
5102 getter source 5103 getter source
5103 getter timestamp 5104 getter timestamp
5104 method constructor 5105 method constructor
5105 interface RTCRtpReceiver 5106 interface RTCRtpReceiver
5106 attribute @@toStringTag 5107 attribute @@toStringTag
5107 getter track 5108 getter track
5108 method constructor 5109 method constructor
5109 method getContributingSources 5110 method getContributingSources
5111 interface RTCRtpSender
5112 attribute @@toStringTag
5113 getter track
5114 method constructor
5110 interface RTCSessionDescription 5115 interface RTCSessionDescription
5111 attribute @@toStringTag 5116 attribute @@toStringTag
5112 getter sdp 5117 getter sdp
5113 getter type 5118 getter type
5114 method constructor 5119 method constructor
5115 method toJSON 5120 method toJSON
5116 setter sdp 5121 setter sdp
5117 setter type 5122 setter type
5118 interface RTCStatsReport 5123 interface RTCStatsReport
5119 attribute @@toStringTag 5124 attribute @@toStringTag
(...skipping 3588 matching lines...) Expand 10 before | Expand all | Expand 10 after
8708 method addStream 8713 method addStream
8709 method close 8714 method close
8710 method constructor 8715 method constructor
8711 method createAnswer 8716 method createAnswer
8712 method createDTMFSender 8717 method createDTMFSender
8713 method createDataChannel 8718 method createDataChannel
8714 method createOffer 8719 method createOffer
8715 method getLocalStreams 8720 method getLocalStreams
8716 method getReceivers 8721 method getReceivers
8717 method getRemoteStreams 8722 method getRemoteStreams
8723 method getSenders
8718 method getStats 8724 method getStats
8719 method getStreamById 8725 method getStreamById
8720 method removeStream 8726 method removeStream
8721 method setConfiguration 8727 method setConfiguration
8722 method setLocalDescription 8728 method setLocalDescription
8723 method setRemoteDescription 8729 method setRemoteDescription
8724 setter onaddstream 8730 setter onaddstream
8725 setter ondatachannel 8731 setter ondatachannel
8726 setter onicecandidate 8732 setter onicecandidate
8727 setter oniceconnectionstatechange 8733 setter oniceconnectionstatechange
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
9167 setter scrollY 9173 setter scrollY
9168 setter scrollbars 9174 setter scrollbars
9169 setter status 9175 setter status
9170 setter statusbar 9176 setter statusbar
9171 setter toolbar 9177 setter toolbar
9172 setter visualViewport 9178 setter visualViewport
9173 PASS successfullyParsed is true 9179 PASS successfullyParsed is true
9174 9180
9175 TEST COMPLETE 9181 TEST COMPLETE
9176 9182
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698