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

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

Issue 2501263002: Indexed DB: Add removal date to webkit-prefixed alias deprecations (Closed)
Patch Set: Remove android_webview expectation change Created 4 years, 1 month 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: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 1 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated and will be removed in M57 , around March 2017. Please use 'IDBTransaction' instead. See https://www.chrome status.com/features/5775330191081472 for more details.
2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated and will be removed in M57, ar ound March 2017. Please use 'IDBRequest' instead. See https://www.chromestatus.c om/features/5775330191081472 for more details.
3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated and will be removed in M57 , around March 2017. Please use 'IDBObjectStore' instead. See https://www.chrome status.com/features/5775330191081472 for more details.
4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated and will be removed in M57, a round March 2017. Please use 'IDBKeyRange' instead. See https://www.chromestatus .com/features/5775330191081472 for more details.
5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated and will be removed in M57, arou nd March 2017. Please use 'IDBIndex' instead. See https://www.chromestatus.com/f eatures/5775330191081472 for more details.
6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated and will be removed in M57, ar ound March 2017. Please use 'IDBFactory' instead. See https://www.chromestatus.c om/features/5775330191081472 for more details.
7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated and will be removed in M57, a round March 2017. Please use 'IDBDatabase' instead. See https://www.chromestatus .com/features/5775330191081472 for more details.
8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated and will be removed in M57, aro und March 2017. Please use 'IDBCursor' instead. See https://www.chromestatus.com /features/5775330191081472 for more details.
9 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope. 9 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
10 10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12 12
13 13
14 Starting worker: resources/global-interface-listing.js 14 Starting worker: resources/global-interface-listing.js
15 [Worker] [INTERFACES] 15 [Worker] [INTERFACES]
16 [Worker] interface Blob 16 [Worker] interface Blob
17 [Worker] attribute @@toStringTag 17 [Worker] attribute @@toStringTag
18 [Worker] getter isClosed 18 [Worker] getter isClosed
(...skipping 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 [Worker] method postMessage 1447 [Worker] method postMessage
1448 [Worker] method webkitRequestFileSystem 1448 [Worker] method webkitRequestFileSystem
1449 [Worker] method webkitRequestFileSystemSync 1449 [Worker] method webkitRequestFileSystemSync
1450 [Worker] method webkitResolveLocalFileSystemSyncURL 1450 [Worker] method webkitResolveLocalFileSystemSyncURL
1451 [Worker] method webkitResolveLocalFileSystemURL 1451 [Worker] method webkitResolveLocalFileSystemURL
1452 [Worker] setter onmessage 1452 [Worker] setter onmessage
1453 PASS successfullyParsed is true 1453 PASS successfullyParsed is true
1454 1454
1455 TEST COMPLETE 1455 TEST COMPLETE
1456 1456
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698