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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 97cfd7071ce98e15af9338089a09dbef3305e5d1..f65460dc0a1afb09cb6ceb90eab1e094797a9143 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -1363,6 +1363,41 @@ interface FileReader : EventTarget
setter onloadend
setter onloadstart
setter onprogress
+interface FileSystem
+ attribute @@toStringTag
+ getter name
+ getter root
+ method constructor
+interface FileSystemDirectoryEntry : FileSystemEntry
+ attribute @@toStringTag
+ method constructor
+ method createReader
+ method getDirectory
+ method getFile
+ method removeRecursively
+interface FileSystemDirectoryReader
+ attribute @@toStringTag
+ method constructor
+ method readEntries
+interface FileSystemEntry
+ attribute @@toStringTag
+ getter filesystem
+ getter fullPath
+ getter isDirectory
+ getter isFile
+ getter name
+ method constructor
+ method copyTo
+ method getMetadata
+ method getParent
+ method moveTo
+ method remove
+ method toURL
+interface FileSystemFileEntry : FileSystemEntry
+ attribute @@toStringTag
+ method constructor
+ method createWriter
+ method file
interface FocusEvent : UIEvent
attribute @@toStringTag
getter relatedTarget

Powered by Google App Engine
This is Rietveld 408576698