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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: '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: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
11 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor ' instead.
12 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead.
13 CONSOLE ERROR: The 'DurableStorage' feature is currently enabled in limited tria ls. Please see https://bit.ly/OriginTrials for information on enabling a trial f or your site. 13 CONSOLE ERROR: The 'DurableStorage' feature is currently enabled in limited tria ls. Please see https://bit.ly/OriginTrials for information on enabling a trial f or your site.
14 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. 14 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
15 This test documents all interface attributes and methods on the global window ob ject and element instances. 15 This test documents all interface attributes and methods on the global window ob ject and element instances.
16 16
17 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 17 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
18 18
19 19
20 [INTERFACES] 20 [INTERFACES]
21 interface AnalyserNode : AudioNode 21 interface AnalyserNode : AudioNode
22 attribute @@toStringTag 22 attribute @@toStringTag
23 getter fftSize 23 getter fftSize
24 getter frequencyBinCount 24 getter frequencyBinCount
(...skipping 6620 matching lines...) Expand 10 before | Expand all | Expand 10 after
6645 method stop 6645 method stop
6646 method webkitCancelAnimationFrame 6646 method webkitCancelAnimationFrame
6647 method webkitCancelRequestAnimationFrame 6647 method webkitCancelRequestAnimationFrame
6648 method webkitRequestAnimationFrame 6648 method webkitRequestAnimationFrame
6649 method webkitRequestFileSystem 6649 method webkitRequestFileSystem
6650 method webkitResolveLocalFileSystemURL 6650 method webkitResolveLocalFileSystemURL
6651 PASS successfullyParsed is true 6651 PASS successfullyParsed is true
6652 6652
6653 TEST COMPLETE 6653 TEST COMPLETE
6654 6654
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698