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

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

Issue 2631433002: Rename RTCPeerConnection.updateIce to setConfiguration and make it work. (Closed)
Patch Set: Rebase. Created 3 years, 10 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 3978 matching lines...) Expand 10 before | Expand all | Expand 10 after
3989 method constructor 3989 method constructor
3990 method createAnswer 3990 method createAnswer
3991 method createDTMFSender 3991 method createDTMFSender
3992 method createDataChannel 3992 method createDataChannel
3993 method createOffer 3993 method createOffer
3994 method getLocalStreams 3994 method getLocalStreams
3995 method getRemoteStreams 3995 method getRemoteStreams
3996 method getStats 3996 method getStats
3997 method getStreamById 3997 method getStreamById
3998 method removeStream 3998 method removeStream
3999 method setConfiguration
3999 method setLocalDescription 4000 method setLocalDescription
4000 method setRemoteDescription 4001 method setRemoteDescription
4001 method updateIce
4002 setter onaddstream 4002 setter onaddstream
4003 setter ondatachannel 4003 setter ondatachannel
4004 setter onicecandidate 4004 setter onicecandidate
4005 setter oniceconnectionstatechange 4005 setter oniceconnectionstatechange
4006 setter onnegotiationneeded 4006 setter onnegotiationneeded
4007 setter onremovestream 4007 setter onremovestream
4008 setter onsignalingstatechange 4008 setter onsignalingstatechange
4009 interface RTCPeerConnectionIceEvent : Event 4009 interface RTCPeerConnectionIceEvent : Event
4010 attribute @@toStringTag 4010 attribute @@toStringTag
4011 getter candidate 4011 getter candidate
(...skipping 3234 matching lines...) Expand 10 before | Expand all | Expand 10 after
7246 method constructor 7246 method constructor
7247 method createAnswer 7247 method createAnswer
7248 method createDTMFSender 7248 method createDTMFSender
7249 method createDataChannel 7249 method createDataChannel
7250 method createOffer 7250 method createOffer
7251 method getLocalStreams 7251 method getLocalStreams
7252 method getRemoteStreams 7252 method getRemoteStreams
7253 method getStats 7253 method getStats
7254 method getStreamById 7254 method getStreamById
7255 method removeStream 7255 method removeStream
7256 method setConfiguration
7256 method setLocalDescription 7257 method setLocalDescription
7257 method setRemoteDescription 7258 method setRemoteDescription
7258 method updateIce
7259 setter onaddstream 7259 setter onaddstream
7260 setter ondatachannel 7260 setter ondatachannel
7261 setter onicecandidate 7261 setter onicecandidate
7262 setter oniceconnectionstatechange 7262 setter oniceconnectionstatechange
7263 setter onnegotiationneeded 7263 setter onnegotiationneeded
7264 setter onremovestream 7264 setter onremovestream
7265 setter onsignalingstatechange 7265 setter onsignalingstatechange
7266 interface webkitSpeechGrammar 7266 interface webkitSpeechGrammar
7267 attribute @@toStringTag 7267 attribute @@toStringTag
7268 getter src 7268 getter src
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
7690 setter scrollX 7690 setter scrollX
7691 setter scrollY 7691 setter scrollY
7692 setter scrollbars 7692 setter scrollbars
7693 setter status 7693 setter status
7694 setter statusbar 7694 setter statusbar
7695 setter toolbar 7695 setter toolbar
7696 PASS successfullyParsed is true 7696 PASS successfullyParsed is true
7697 7697
7698 TEST COMPLETE 7698 TEST COMPLETE
7699 7699
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698