[Webkit-unassigned] [Bug 44433] Add AsyncFileSystem interface for platform-dependent FileSystem API implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 13:25:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44433





--- Comment #9 from Michael Nordman <michaeln at google.com>  2010-08-25 13:25:15 PST ---
(From update of attachment 65460)
This looks pretty good to me.

WebCore/platform/AsyncFileSystem.h:65
 +      virtual void move(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
Should we add comments to indicate which of the callbacks is invoked on success and on error? I guess its usually didSucceed() or didFail(int error), maybe a general comment to that affect and than call out those that deviate from that.

WebCore/platform/AsyncFileSystemCallbacks.h:54
 +      virtual void didReadDirectoryEntry(const String& name, bool isDirectory) = 0;
What calls is didReadDirectoryEntry(...) and didReadDirectoryChunkDone(...) in response to?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list