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

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

Issue 804733002: Deprecate Window.webkitURL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: webit => webkit Created 6 years 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
11 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead.
11 This test documents all interface attributes and methods on the global window ob ject and element instances. 12 This test documents all interface attributes and methods on the global window ob ject and element instances.
12 13
13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 14 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
14 15
15 16
16 [INTERFACES] 17 [INTERFACES]
17 interface AnalyserNode 18 interface AnalyserNode
18 method constructor 19 method constructor
19 method getByteFrequencyData 20 method getByteFrequencyData
20 method getByteTimeDomainData 21 method getByteTimeDomainData
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 method constructor 2927 method constructor
2927 interface webkitSpeechRecognitionEvent 2928 interface webkitSpeechRecognitionEvent
2928 method constructor 2929 method constructor
2929 interface webkitURL 2930 interface webkitURL
2930 method constructor 2931 method constructor
2931 method toString 2932 method toString
2932 PASS successfullyParsed is true 2933 PASS successfullyParsed is true
2933 2934
2934 TEST COMPLETE 2935 TEST COMPLETE
2935 2936
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/global-constructors-expected.txt ('k') | LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698