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

Side by Side Diff: third_party/WebKit/LayoutTests/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: Rebased, and closure annotations Created 4 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: 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 1647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1658 getter protocol 1658 getter protocol
1659 getter provider 1659 getter provider
1660 method constructor 1660 method constructor
1661 interface File : Blob 1661 interface File : Blob
1662 attribute @@toStringTag 1662 attribute @@toStringTag
1663 getter lastModified 1663 getter lastModified
1664 getter lastModifiedDate 1664 getter lastModifiedDate
1665 getter name 1665 getter name
1666 getter webkitRelativePath 1666 getter webkitRelativePath
1667 method constructor 1667 method constructor
1668 interface FileError : DOMError
1669 attribute @@toStringTag
1670 attribute ABORT_ERR
1671 attribute ENCODING_ERR
1672 attribute INVALID_MODIFICATION_ERR
1673 attribute INVALID_STATE_ERR
1674 attribute NOT_FOUND_ERR
1675 attribute NOT_READABLE_ERR
1676 attribute NO_MODIFICATION_ALLOWED_ERR
1677 attribute PATH_EXISTS_ERR
1678 attribute QUOTA_EXCEEDED_ERR
1679 attribute SECURITY_ERR
1680 attribute SYNTAX_ERR
1681 attribute TYPE_MISMATCH_ERR
1682 getter code
1683 method constructor
1684 interface FileList 1668 interface FileList
1685 attribute @@toStringTag 1669 attribute @@toStringTag
1686 getter length 1670 getter length
1687 method @@iterator 1671 method @@iterator
1688 method constructor 1672 method constructor
1689 method item 1673 method item
1690 interface FileReader : EventTarget 1674 interface FileReader : EventTarget
1691 attribute @@toStringTag 1675 attribute @@toStringTag
1692 attribute DONE 1676 attribute DONE
1693 attribute EMPTY 1677 attribute EMPTY
(...skipping 5966 matching lines...) Expand 10 before | Expand all | Expand 10 after
7660 method stop 7644 method stop
7661 method webkitCancelAnimationFrame 7645 method webkitCancelAnimationFrame
7662 method webkitCancelRequestAnimationFrame 7646 method webkitCancelRequestAnimationFrame
7663 method webkitRequestAnimationFrame 7647 method webkitRequestAnimationFrame
7664 method webkitRequestFileSystem 7648 method webkitRequestFileSystem
7665 method webkitResolveLocalFileSystemURL 7649 method webkitResolveLocalFileSystemURL
7666 PASS successfullyParsed is true 7650 PASS successfullyParsed is true
7667 7651
7668 TEST COMPLETE 7652 TEST COMPLETE
7669 7653
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698