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

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

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month 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: 'webkitURL' is deprecated. Please use 'URL' instead. 4 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
5 This test documents all interface attributes and methods on the global window ob ject and element instances. 5 This test documents all interface attributes and methods on the global window ob ject and element instances.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 [INTERFACES] 10 [INTERFACES]
(...skipping 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 method readAsArrayBuffer 1833 method readAsArrayBuffer
1834 method readAsBinaryString 1834 method readAsBinaryString
1835 method readAsDataURL 1835 method readAsDataURL
1836 method readAsText 1836 method readAsText
1837 setter onabort 1837 setter onabort
1838 setter onerror 1838 setter onerror
1839 setter onload 1839 setter onload
1840 setter onloadend 1840 setter onloadend
1841 setter onloadstart 1841 setter onloadstart
1842 setter onprogress 1842 setter onprogress
1843 interface FileSystem
1844 attribute @@toStringTag
1845 getter name
1846 getter root
1847 method constructor
1848 interface FileSystemDirectoryEntry : FileSystemEntry
1849 attribute @@toStringTag
1850 method constructor
1851 method createReader
1852 method getDirectory
1853 method getFile
1854 method removeRecursively
1855 interface FileSystemDirectoryReader
1856 attribute @@toStringTag
1857 method constructor
1858 method readEntries
1859 interface FileSystemEntry
1860 attribute @@toStringTag
1861 getter filesystem
1862 getter fullPath
1863 getter isDirectory
1864 getter isFile
1865 getter name
1866 method constructor
1867 method copyTo
1868 method getMetadata
1869 method getParent
1870 method moveTo
1871 method remove
1872 method toURL
1873 interface FileSystemFileEntry : FileSystemEntry
1874 attribute @@toStringTag
1875 method constructor
1876 method createWriter
1877 method file
1843 interface FocusEvent : UIEvent 1878 interface FocusEvent : UIEvent
1844 attribute @@toStringTag 1879 attribute @@toStringTag
1845 getter relatedTarget 1880 getter relatedTarget
1846 method constructor 1881 method constructor
1847 interface FontFace 1882 interface FontFace
1848 attribute @@toStringTag 1883 attribute @@toStringTag
1849 getter family 1884 getter family
1850 getter featureSettings 1885 getter featureSettings
1851 getter loaded 1886 getter loaded
1852 getter status 1887 getter status
(...skipping 6939 matching lines...) Expand 10 before | Expand all | Expand 10 after
8792 method setTimeout 8827 method setTimeout
8793 method stop 8828 method stop
8794 method webkitCancelAnimationFrame 8829 method webkitCancelAnimationFrame
8795 method webkitRequestAnimationFrame 8830 method webkitRequestAnimationFrame
8796 method webkitRequestFileSystem 8831 method webkitRequestFileSystem
8797 method webkitResolveLocalFileSystemURL 8832 method webkitResolveLocalFileSystemURL
8798 PASS successfullyParsed is true 8833 PASS successfullyParsed is true
8799 8834
8800 TEST COMPLETE 8835 TEST COMPLETE
8801 8836
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698