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

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

Issue 2363673002: Promise-based RTCPeerConnection::getStats implementation. (Closed)
Patch Set: nits (no need to rerun bots yet) 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 4666 matching lines...) Expand 10 before | Expand all | Expand 10 after
4677 setter sdpMLineIndex 4677 setter sdpMLineIndex
4678 setter sdpMid 4678 setter sdpMid
4679 interface RTCSessionDescription 4679 interface RTCSessionDescription
4680 attribute @@toStringTag 4680 attribute @@toStringTag
4681 getter sdp 4681 getter sdp
4682 getter type 4682 getter type
4683 method constructor 4683 method constructor
4684 method toJSON 4684 method toJSON
4685 setter sdp 4685 setter sdp
4686 setter type 4686 setter type
4687 interface RTCStatsReport
4688 attribute @@toStringTag
4689 method @@iterator
4690 method constructor
4691 method entries
4692 method forEach
4693 method get
4694 method has
4695 method keys
4696 method values
4687 interface RadioNodeList : NodeList 4697 interface RadioNodeList : NodeList
4688 attribute @@toStringTag 4698 attribute @@toStringTag
4689 getter value 4699 getter value
4690 method constructor 4700 method constructor
4691 setter value 4701 setter value
4692 interface Range 4702 interface Range
4693 attribute @@toStringTag 4703 attribute @@toStringTag
4694 attribute END_TO_END 4704 attribute END_TO_END
4695 attribute END_TO_START 4705 attribute END_TO_START
4696 attribute START_TO_END 4706 attribute START_TO_END
(...skipping 3177 matching lines...) Expand 10 before | Expand all | Expand 10 after
7874 method stop 7884 method stop
7875 method webkitCancelAnimationFrame 7885 method webkitCancelAnimationFrame
7876 method webkitCancelRequestAnimationFrame 7886 method webkitCancelRequestAnimationFrame
7877 method webkitRequestAnimationFrame 7887 method webkitRequestAnimationFrame
7878 method webkitRequestFileSystem 7888 method webkitRequestFileSystem
7879 method webkitResolveLocalFileSystemURL 7889 method webkitResolveLocalFileSystemURL
7880 PASS successfullyParsed is true 7890 PASS successfullyParsed is true
7881 7891
7882 TEST COMPLETE 7892 TEST COMPLETE
7883 7893
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698