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

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: 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 5074 matching lines...) Expand 10 before | Expand all | Expand 10 after
5085 method addStream 5085 method addStream
5086 method close 5086 method close
5087 method constructor 5087 method constructor
5088 method createAnswer 5088 method createAnswer
5089 method createDTMFSender 5089 method createDTMFSender
5090 method createDataChannel 5090 method createDataChannel
5091 method createOffer 5091 method createOffer
5092 method getLocalStreams 5092 method getLocalStreams
5093 method getReceivers 5093 method getReceivers
5094 method getRemoteStreams 5094 method getRemoteStreams
5095 method getSenders
5095 method getStats 5096 method getStats
5096 method getStreamById 5097 method getStreamById
5097 method removeStream 5098 method removeStream
5098 method setConfiguration 5099 method setConfiguration
5099 method setLocalDescription 5100 method setLocalDescription
5100 method setRemoteDescription 5101 method setRemoteDescription
5101 setter onaddstream 5102 setter onaddstream
5102 setter ondatachannel 5103 setter ondatachannel
5103 setter onicecandidate 5104 setter onicecandidate
5104 setter oniceconnectionstatechange 5105 setter oniceconnectionstatechange
5105 setter onicegatheringstatechange 5106 setter onicegatheringstatechange
5106 setter onnegotiationneeded 5107 setter onnegotiationneeded
5107 setter onremovestream 5108 setter onremovestream
5108 setter onsignalingstatechange 5109 setter onsignalingstatechange
5109 interface RTCPeerConnectionIceEvent : Event 5110 interface RTCPeerConnectionIceEvent : Event
5110 attribute @@toStringTag 5111 attribute @@toStringTag
5111 getter candidate 5112 getter candidate
5112 method constructor 5113 method constructor
5113 interface RTCRtpContributingSource 5114 interface RTCRtpContributingSource
5114 attribute @@toStringTag 5115 attribute @@toStringTag
5115 getter source 5116 getter source
5116 getter timestamp 5117 getter timestamp
5117 method constructor 5118 method constructor
5118 interface RTCRtpReceiver 5119 interface RTCRtpReceiver
5119 attribute @@toStringTag 5120 attribute @@toStringTag
5120 getter track 5121 getter track
5121 method constructor 5122 method constructor
5122 method getContributingSources 5123 method getContributingSources
5124 interface RTCRtpSender
5125 attribute @@toStringTag
5126 getter track
5127 method constructor
5123 interface RTCSessionDescription 5128 interface RTCSessionDescription
5124 attribute @@toStringTag 5129 attribute @@toStringTag
5125 getter sdp 5130 getter sdp
5126 getter type 5131 getter type
5127 method constructor 5132 method constructor
5128 method toJSON 5133 method toJSON
5129 setter sdp 5134 setter sdp
5130 setter type 5135 setter type
5131 interface RTCStatsReport 5136 interface RTCStatsReport
5132 attribute @@toStringTag 5137 attribute @@toStringTag
(...skipping 3588 matching lines...) Expand 10 before | Expand all | Expand 10 after
8721 method addStream 8726 method addStream
8722 method close 8727 method close
8723 method constructor 8728 method constructor
8724 method createAnswer 8729 method createAnswer
8725 method createDTMFSender 8730 method createDTMFSender
8726 method createDataChannel 8731 method createDataChannel
8727 method createOffer 8732 method createOffer
8728 method getLocalStreams 8733 method getLocalStreams
8729 method getReceivers 8734 method getReceivers
8730 method getRemoteStreams 8735 method getRemoteStreams
8736 method getSenders
8731 method getStats 8737 method getStats
8732 method getStreamById 8738 method getStreamById
8733 method removeStream 8739 method removeStream
8734 method setConfiguration 8740 method setConfiguration
8735 method setLocalDescription 8741 method setLocalDescription
8736 method setRemoteDescription 8742 method setRemoteDescription
8737 setter onaddstream 8743 setter onaddstream
8738 setter ondatachannel 8744 setter ondatachannel
8739 setter onicecandidate 8745 setter onicecandidate
8740 setter oniceconnectionstatechange 8746 setter oniceconnectionstatechange
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
9181 setter scrollY 9187 setter scrollY
9182 setter scrollbars 9188 setter scrollbars
9183 setter status 9189 setter status
9184 setter statusbar 9190 setter statusbar
9185 setter toolbar 9191 setter toolbar
9186 setter visualViewport 9192 setter visualViewport
9187 PASS successfullyParsed is true 9193 PASS successfullyParsed is true
9188 9194
9189 TEST COMPLETE 9195 TEST COMPLETE
9190 9196
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698