[Webkit-unassigned] [Bug 47310] Implement FileEntrySync.file() in FileSystem API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 14 15:29:43 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=47310
--- Comment #11 from Kinuko Yasuda <kinuko at chromium.org> 2010-10-14 15:29:43 PST ---
(In reply to comment #10)
> Created an attachment (id=70787)
--> (https://bugs.webkit.org/attachment.cgi?id=70787&action=review) [details]
> Patch
(In reply to comment #9)
> (From update of attachment 70578 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=70578&action=review
>
> > WebCore/fileapi/FileEntrySync.cpp:48
> > + return File::create(filesystem()->asyncFileSystem()->virtualToPlatformPath(m_fullPath));
>
> We're calling AsyncFileSystem::virtualToPlatformPath in FileEntrySync. This seems some sort of confusing.
Added DOMFileSystem{,Sync}::createFile and changed FileEntry{,Sync}::file to call that method (as in createWriter).
--
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