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

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: 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 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 getter protocol 1705 getter protocol
1706 getter provider 1706 getter provider
1707 method constructor 1707 method constructor
1708 interface File : Blob 1708 interface File : Blob
1709 attribute @@toStringTag 1709 attribute @@toStringTag
1710 getter lastModified 1710 getter lastModified
1711 getter lastModifiedDate 1711 getter lastModifiedDate
1712 getter name 1712 getter name
1713 getter webkitRelativePath 1713 getter webkitRelativePath
1714 method constructor 1714 method constructor
1715 interface FileError : DOMError
1716 attribute @@toStringTag
1717 attribute ABORT_ERR
1718 attribute ENCODING_ERR
1719 attribute INVALID_MODIFICATION_ERR
1720 attribute INVALID_STATE_ERR
1721 attribute NOT_FOUND_ERR
1722 attribute NOT_READABLE_ERR
1723 attribute NO_MODIFICATION_ALLOWED_ERR
1724 attribute PATH_EXISTS_ERR
1725 attribute QUOTA_EXCEEDED_ERR
1726 attribute SECURITY_ERR
1727 attribute SYNTAX_ERR
1728 attribute TYPE_MISMATCH_ERR
1729 getter code
1730 method constructor
1731 interface FileList 1715 interface FileList
1732 attribute @@toStringTag 1716 attribute @@toStringTag
1733 getter length 1717 getter length
1734 method @@iterator 1718 method @@iterator
1735 method constructor 1719 method constructor
1736 method item 1720 method item
1737 interface FileReader : EventTarget 1721 interface FileReader : EventTarget
1738 attribute @@toStringTag 1722 attribute @@toStringTag
1739 attribute DONE 1723 attribute DONE
1740 attribute EMPTY 1724 attribute EMPTY
(...skipping 6045 matching lines...) Expand 10 before | Expand all | Expand 10 after
7786 method stop 7770 method stop
7787 method webkitCancelAnimationFrame 7771 method webkitCancelAnimationFrame
7788 method webkitCancelRequestAnimationFrame 7772 method webkitCancelRequestAnimationFrame
7789 method webkitRequestAnimationFrame 7773 method webkitRequestAnimationFrame
7790 method webkitRequestFileSystem 7774 method webkitRequestFileSystem
7791 method webkitResolveLocalFileSystemURL 7775 method webkitResolveLocalFileSystemURL
7792 PASS successfullyParsed is true 7776 PASS successfullyParsed is true
7793 7777
7794 TEST COMPLETE 7778 TEST COMPLETE
7795 7779
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698