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

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

Issue 2706563003: Create the API that returns the RTCConfiguration of the PeerConnection.
Patch Set: rebaselining Created 3 years, 9 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 4113 matching lines...) Expand 10 before | Expand all | Expand 10 after
4124 getter remoteDescription 4124 getter remoteDescription
4125 getter signalingState 4125 getter signalingState
4126 method addIceCandidate 4126 method addIceCandidate
4127 method addStream 4127 method addStream
4128 method close 4128 method close
4129 method constructor 4129 method constructor
4130 method createAnswer 4130 method createAnswer
4131 method createDTMFSender 4131 method createDTMFSender
4132 method createDataChannel 4132 method createDataChannel
4133 method createOffer 4133 method createOffer
4134 method getConfiguration
4134 method getLocalStreams 4135 method getLocalStreams
4135 method getRemoteStreams 4136 method getRemoteStreams
4136 method getStats 4137 method getStats
4137 method getStreamById 4138 method getStreamById
4138 method removeStream 4139 method removeStream
4139 method setConfiguration 4140 method setConfiguration
4140 method setLocalDescription 4141 method setLocalDescription
4141 method setRemoteDescription 4142 method setRemoteDescription
4142 setter onaddstream 4143 setter onaddstream
4143 setter ondatachannel 4144 setter ondatachannel
(...skipping 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after
7400 getter remoteDescription 7401 getter remoteDescription
7401 getter signalingState 7402 getter signalingState
7402 method addIceCandidate 7403 method addIceCandidate
7403 method addStream 7404 method addStream
7404 method close 7405 method close
7405 method constructor 7406 method constructor
7406 method createAnswer 7407 method createAnswer
7407 method createDTMFSender 7408 method createDTMFSender
7408 method createDataChannel 7409 method createDataChannel
7409 method createOffer 7410 method createOffer
7411 method getConfiguration
7410 method getLocalStreams 7412 method getLocalStreams
7411 method getRemoteStreams 7413 method getRemoteStreams
7412 method getStats 7414 method getStats
7413 method getStreamById 7415 method getStreamById
7414 method removeStream 7416 method removeStream
7415 method setConfiguration 7417 method setConfiguration
7416 method setLocalDescription 7418 method setLocalDescription
7417 method setRemoteDescription 7419 method setRemoteDescription
7418 setter onaddstream 7420 setter onaddstream
7419 setter ondatachannel 7421 setter ondatachannel
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
7852 setter scrollX 7854 setter scrollX
7853 setter scrollY 7855 setter scrollY
7854 setter scrollbars 7856 setter scrollbars
7855 setter status 7857 setter status
7856 setter statusbar 7858 setter statusbar
7857 setter toolbar 7859 setter toolbar
7858 PASS successfullyParsed is true 7860 PASS successfullyParsed is true
7859 7861
7860 TEST COMPLETE 7862 TEST COMPLETE
7861 7863
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698