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

Side by Side Diff: LayoutTests/webexposed/global-constructors-listing-expected.txt

Issue 415753002: Deprecate the webkit-prefixed standard IndexedDB entry points (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | 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 the standard ' IDBTransaction' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use the standard 'IDBR equest' instead.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use the standard ' IDBObjectStore' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use the standard 'IDB KeyRange' instead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use the standard 'IDBInd ex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use the standard 'IDBF actory' instead.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use the standard 'IDB Database' instead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use the standard 'IDBCu rsor' instead.
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use the standard 'index edDB' instead.
2 This test documents the Constructor properties on the global window object. 11 This test documents the Constructor properties on the global window object.
3 12
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 14
6 15
7 AnalyserNode 16 AnalyserNode
8 Animation 17 Animation
9 AnimationEvent 18 AnimationEvent
10 AnimationNode 19 AnimationNode
11 AnimationPlayerEvent 20 AnimationPlayerEvent
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 webkitSpeechGrammar 522 webkitSpeechGrammar
514 webkitSpeechGrammarList 523 webkitSpeechGrammarList
515 webkitSpeechRecognition 524 webkitSpeechRecognition
516 webkitSpeechRecognitionError 525 webkitSpeechRecognitionError
517 webkitSpeechRecognitionEvent 526 webkitSpeechRecognitionEvent
518 webkitURL 527 webkitURL
519 PASS successfullyParsed is true 528 PASS successfullyParsed is true
520 529
521 TEST COMPLETE 530 TEST COMPLETE
522 531
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698