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

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

Issue 1896473002: Expose IDBKeyRange.includes() in stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 2858 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 static method bound 2869 static method bound
2870 static method lowerBound 2870 static method lowerBound
2871 static method only 2871 static method only
2872 static method upperBound 2872 static method upperBound
2873 attribute @@toStringTag 2873 attribute @@toStringTag
2874 getter lower 2874 getter lower
2875 getter lowerOpen 2875 getter lowerOpen
2876 getter upper 2876 getter upper
2877 getter upperOpen 2877 getter upperOpen
2878 method constructor 2878 method constructor
2879 method includes
2879 interface IDBObjectStore 2880 interface IDBObjectStore
2880 attribute @@toStringTag 2881 attribute @@toStringTag
2881 getter autoIncrement 2882 getter autoIncrement
2882 getter indexNames 2883 getter indexNames
2883 getter keyPath 2884 getter keyPath
2884 getter name 2885 getter name
2885 getter transaction 2886 getter transaction
2886 method add 2887 method add
2887 method clear 2888 method clear
2888 method constructor 2889 method constructor
(...skipping 3319 matching lines...) Expand 10 before | Expand all | Expand 10 after
6208 static method bound 6209 static method bound
6209 static method lowerBound 6210 static method lowerBound
6210 static method only 6211 static method only
6211 static method upperBound 6212 static method upperBound
6212 attribute @@toStringTag 6213 attribute @@toStringTag
6213 getter lower 6214 getter lower
6214 getter lowerOpen 6215 getter lowerOpen
6215 getter upper 6216 getter upper
6216 getter upperOpen 6217 getter upperOpen
6217 method constructor 6218 method constructor
6219 method includes
6218 interface webkitIDBObjectStore 6220 interface webkitIDBObjectStore
6219 attribute @@toStringTag 6221 attribute @@toStringTag
6220 getter autoIncrement 6222 getter autoIncrement
6221 getter indexNames 6223 getter indexNames
6222 getter keyPath 6224 getter keyPath
6223 getter name 6225 getter name
6224 getter transaction 6226 getter transaction
6225 method add 6227 method add
6226 method clear 6228 method clear
6227 method constructor 6229 method constructor
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
6637 method stop 6639 method stop
6638 method webkitCancelAnimationFrame 6640 method webkitCancelAnimationFrame
6639 method webkitCancelRequestAnimationFrame 6641 method webkitCancelRequestAnimationFrame
6640 method webkitRequestAnimationFrame 6642 method webkitRequestAnimationFrame
6641 method webkitRequestFileSystem 6643 method webkitRequestFileSystem
6642 method webkitResolveLocalFileSystemURL 6644 method webkitResolveLocalFileSystemURL
6643 PASS successfullyParsed is true 6645 PASS successfullyParsed is true
6644 6646
6645 TEST COMPLETE 6647 TEST COMPLETE
6646 6648
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698