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

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

Issue 2813443003: Revert of RTCRtpReceiver.getContributingSources() added. (Closed)
Patch Set: Created 3 years, 8 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 5055 matching lines...) Expand 10 before | Expand all | Expand 10 after
5066 setter onicecandidate 5066 setter onicecandidate
5067 setter oniceconnectionstatechange 5067 setter oniceconnectionstatechange
5068 setter onicegatheringstatechange 5068 setter onicegatheringstatechange
5069 setter onnegotiationneeded 5069 setter onnegotiationneeded
5070 setter onremovestream 5070 setter onremovestream
5071 setter onsignalingstatechange 5071 setter onsignalingstatechange
5072 interface RTCPeerConnectionIceEvent : Event 5072 interface RTCPeerConnectionIceEvent : Event
5073 attribute @@toStringTag 5073 attribute @@toStringTag
5074 getter candidate 5074 getter candidate
5075 method constructor 5075 method constructor
5076 interface RTCRtpContributingSource
5077 attribute @@toStringTag
5078 getter source
5079 getter timestamp
5080 method constructor
5081 interface RTCRtpReceiver 5076 interface RTCRtpReceiver
5082 attribute @@toStringTag 5077 attribute @@toStringTag
5083 getter track 5078 getter track
5084 method constructor 5079 method constructor
5085 method getContributingSources
5086 interface RTCSessionDescription 5080 interface RTCSessionDescription
5087 attribute @@toStringTag 5081 attribute @@toStringTag
5088 getter sdp 5082 getter sdp
5089 getter type 5083 getter type
5090 method constructor 5084 method constructor
5091 method toJSON 5085 method toJSON
5092 setter sdp 5086 setter sdp
5093 setter type 5087 setter type
5094 interface RTCStatsReport 5088 interface RTCStatsReport
5095 attribute @@toStringTag 5089 attribute @@toStringTag
(...skipping 4058 matching lines...) Expand 10 before | Expand all | Expand 10 after
9154 setter scrollY 9148 setter scrollY
9155 setter scrollbars 9149 setter scrollbars
9156 setter status 9150 setter status
9157 setter statusbar 9151 setter statusbar
9158 setter toolbar 9152 setter toolbar
9159 setter visualViewport 9153 setter visualViewport
9160 PASS successfullyParsed is true 9154 PASS successfullyParsed is true
9161 9155
9162 TEST COMPLETE 9156 TEST COMPLETE
9163 9157
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698