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

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

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: handleEvent -> invoke and other review nits Created 4 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
OLDNEW
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 getter protocol 1219 getter protocol
1220 getter provider 1220 getter provider
1221 method constructor 1221 method constructor
1222 interface File : Blob 1222 interface File : Blob
1223 attribute @@toStringTag 1223 attribute @@toStringTag
1224 getter lastModified 1224 getter lastModified
1225 getter lastModifiedDate 1225 getter lastModifiedDate
1226 getter name 1226 getter name
1227 getter webkitRelativePath 1227 getter webkitRelativePath
1228 method constructor 1228 method constructor
1229 interface FileError : DOMError
1230 attribute @@toStringTag
1231 attribute ABORT_ERR
1232 attribute ENCODING_ERR
1233 attribute INVALID_MODIFICATION_ERR
1234 attribute INVALID_STATE_ERR
1235 attribute NOT_FOUND_ERR
1236 attribute NOT_READABLE_ERR
1237 attribute NO_MODIFICATION_ALLOWED_ERR
1238 attribute PATH_EXISTS_ERR
1239 attribute QUOTA_EXCEEDED_ERR
1240 attribute SECURITY_ERR
1241 attribute SYNTAX_ERR
1242 attribute TYPE_MISMATCH_ERR
1243 getter code
1244 method constructor
1245 interface FileList 1229 interface FileList
1246 attribute @@toStringTag 1230 attribute @@toStringTag
1247 getter length 1231 getter length
1248 method @@iterator 1232 method @@iterator
1249 method constructor 1233 method constructor
1250 method item 1234 method item
1251 interface FileReader : EventTarget 1235 interface FileReader : EventTarget
1252 attribute @@toStringTag 1236 attribute @@toStringTag
1253 attribute DONE 1237 attribute DONE
1254 attribute EMPTY 1238 attribute EMPTY
(...skipping 5436 matching lines...) Expand 10 before | Expand all | Expand 10 after
6691 method stop 6675 method stop
6692 method webkitCancelAnimationFrame 6676 method webkitCancelAnimationFrame
6693 method webkitCancelRequestAnimationFrame 6677 method webkitCancelRequestAnimationFrame
6694 method webkitRequestAnimationFrame 6678 method webkitRequestAnimationFrame
6695 method webkitRequestFileSystem 6679 method webkitRequestFileSystem
6696 method webkitResolveLocalFileSystemURL 6680 method webkitResolveLocalFileSystemURL
6697 PASS successfullyParsed is true 6681 PASS successfullyParsed is true
6698 6682
6699 TEST COMPLETE 6683 TEST COMPLETE
6700 6684
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698