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

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: 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 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 getter protocol 1628 getter protocol
1629 getter provider 1629 getter provider
1630 method constructor 1630 method constructor
1631 interface File : Blob 1631 interface File : Blob
1632 attribute @@toStringTag 1632 attribute @@toStringTag
1633 getter lastModified 1633 getter lastModified
1634 getter lastModifiedDate 1634 getter lastModifiedDate
1635 getter name 1635 getter name
1636 getter webkitRelativePath 1636 getter webkitRelativePath
1637 method constructor 1637 method constructor
1638 interface FileError : DOMError
1639 attribute @@toStringTag
1640 attribute ABORT_ERR
1641 attribute ENCODING_ERR
1642 attribute INVALID_MODIFICATION_ERR
1643 attribute INVALID_STATE_ERR
1644 attribute NOT_FOUND_ERR
1645 attribute NOT_READABLE_ERR
1646 attribute NO_MODIFICATION_ALLOWED_ERR
1647 attribute PATH_EXISTS_ERR
1648 attribute QUOTA_EXCEEDED_ERR
1649 attribute SECURITY_ERR
1650 attribute SYNTAX_ERR
1651 attribute TYPE_MISMATCH_ERR
1652 getter code
1653 method constructor
1654 interface FileList 1638 interface FileList
1655 attribute @@toStringTag 1639 attribute @@toStringTag
1656 getter length 1640 getter length
1657 method @@iterator 1641 method @@iterator
1658 method constructor 1642 method constructor
1659 method item 1643 method item
1660 interface FileReader : EventTarget 1644 interface FileReader : EventTarget
1661 attribute @@toStringTag 1645 attribute @@toStringTag
1662 attribute DONE 1646 attribute DONE
1663 attribute EMPTY 1647 attribute EMPTY
(...skipping 6031 matching lines...) Expand 10 before | Expand all | Expand 10 after
7695 method stop 7679 method stop
7696 method webkitCancelAnimationFrame 7680 method webkitCancelAnimationFrame
7697 method webkitCancelRequestAnimationFrame 7681 method webkitCancelRequestAnimationFrame
7698 method webkitRequestAnimationFrame 7682 method webkitRequestAnimationFrame
7699 method webkitRequestFileSystem 7683 method webkitRequestFileSystem
7700 method webkitResolveLocalFileSystemURL 7684 method webkitResolveLocalFileSystemURL
7701 PASS successfullyParsed is true 7685 PASS successfullyParsed is true
7702 7686
7703 TEST COMPLETE 7687 TEST COMPLETE
7704 7688
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698