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

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

Issue 1157173002: IndexedDB: IDL and tests for IDBIndex.getAllKeys. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idb-index-getallkeys
Patch Set: Rewound stable/virtual expected and made getAllKeys experimental Created 5 years, 6 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: '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: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 2949 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 interface IDBIndex 2960 interface IDBIndex
2961 getter keyPath 2961 getter keyPath
2962 getter multiEntry 2962 getter multiEntry
2963 getter name 2963 getter name
2964 getter objectStore 2964 getter objectStore
2965 getter unique 2965 getter unique
2966 method constructor 2966 method constructor
2967 method count 2967 method count
2968 method get 2968 method get
2969 method getAll 2969 method getAll
2970 method getAllKeys
2970 method getKey 2971 method getKey
2971 method openCursor 2972 method openCursor
2972 method openKeyCursor 2973 method openKeyCursor
2973 interface IDBKeyRange 2974 interface IDBKeyRange
2974 getter lower 2975 getter lower
2975 getter lowerOpen 2976 getter lowerOpen
2976 getter upper 2977 getter upper
2977 getter upperOpen 2978 getter upperOpen
2978 method constructor 2979 method constructor
2979 interface IDBObjectStore 2980 interface IDBObjectStore
(...skipping 3622 matching lines...) Expand 10 before | Expand all | Expand 10 after
6602 interface webkitIDBIndex 6603 interface webkitIDBIndex
6603 getter keyPath 6604 getter keyPath
6604 getter multiEntry 6605 getter multiEntry
6605 getter name 6606 getter name
6606 getter objectStore 6607 getter objectStore
6607 getter unique 6608 getter unique
6608 method constructor 6609 method constructor
6609 method count 6610 method count
6610 method get 6611 method get
6611 method getAll 6612 method getAll
6613 method getAllKeys
6612 method getKey 6614 method getKey
6613 method openCursor 6615 method openCursor
6614 method openKeyCursor 6616 method openKeyCursor
6615 interface webkitIDBKeyRange 6617 interface webkitIDBKeyRange
6616 getter lower 6618 getter lower
6617 getter lowerOpen 6619 getter lowerOpen
6618 getter upper 6620 getter upper
6619 getter upperOpen 6621 getter upperOpen
6620 method constructor 6622 method constructor
6621 interface webkitIDBObjectStore 6623 interface webkitIDBObjectStore
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
6811 setter password 6813 setter password
6812 setter pathname 6814 setter pathname
6813 setter port 6815 setter port
6814 setter protocol 6816 setter protocol
6815 setter search 6817 setter search
6816 setter username 6818 setter username
6817 PASS successfullyParsed is true 6819 PASS successfullyParsed is true
6818 6820
6819 TEST COMPLETE 6821 TEST COMPLETE
6820 6822
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698