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

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

Issue 2363673002: Promise-based RTCPeerConnection::getStats implementation. (Closed)
Patch Set: RTCStatsReport.idl behind getStats-flag instead of updating virtual/stable/webexposed/global-interf… Created 4 years, 2 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 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 4685 matching lines...) Expand 10 before | Expand all | Expand 10 after
4696 setter sdpMLineIndex 4696 setter sdpMLineIndex
4697 setter sdpMid 4697 setter sdpMid
4698 interface RTCSessionDescription 4698 interface RTCSessionDescription
4699 attribute @@toStringTag 4699 attribute @@toStringTag
4700 getter sdp 4700 getter sdp
4701 getter type 4701 getter type
4702 method constructor 4702 method constructor
4703 method toJSON 4703 method toJSON
4704 setter sdp 4704 setter sdp
4705 setter type 4705 setter type
4706 interface RTCStatsReport
4707 attribute @@toStringTag
4708 method @@iterator
4709 method constructor
4710 method entries
4711 method forEach
4712 method get
4713 method has
4714 method keys
4715 method values
4706 interface RadioNodeList : NodeList 4716 interface RadioNodeList : NodeList
4707 attribute @@toStringTag 4717 attribute @@toStringTag
4708 getter value 4718 getter value
4709 method constructor 4719 method constructor
4710 setter value 4720 setter value
4711 interface Range 4721 interface Range
4712 attribute @@toStringTag 4722 attribute @@toStringTag
4713 attribute END_TO_END 4723 attribute END_TO_END
4714 attribute END_TO_START 4724 attribute END_TO_START
4715 attribute START_TO_END 4725 attribute START_TO_END
(...skipping 3177 matching lines...) Expand 10 before | Expand all | Expand 10 after
7893 method stop 7903 method stop
7894 method webkitCancelAnimationFrame 7904 method webkitCancelAnimationFrame
7895 method webkitCancelRequestAnimationFrame 7905 method webkitCancelRequestAnimationFrame
7896 method webkitRequestAnimationFrame 7906 method webkitRequestAnimationFrame
7897 method webkitRequestFileSystem 7907 method webkitRequestFileSystem
7898 method webkitResolveLocalFileSystemURL 7908 method webkitResolveLocalFileSystemURL
7899 PASS successfullyParsed is true 7909 PASS successfullyParsed is true
7900 7910
7901 TEST COMPLETE 7911 TEST COMPLETE
7902 7912
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698