[Webkit-unassigned] [Bug 91187] [EFL] Add dummy implementation of File system API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 04:31:21 PDT 2012


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





--- Comment #13 from Dongwoo Joshua Im (dwim) <dw.im at samsung.com>  2012-09-28 04:31:46 PST ---
(In reply to comment #12)
> (From update of attachment 166172 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=166172&action=review
> 
> > Source/WebCore/Modules/filesystem/LocalFileSystem.cpp:80
> > +#if !PLATFORM(EFL)
> 
> Why do you disable this functions on EFL port ?

As you can see at https://bugs.webkit.org/show_bug.cgi?id=79193, 
I'm planning to re-implement those functions in AsyncFileSystemEfl.cpp.

To make the path of the file system, FileSystemType is needed.
But, FileSystemType is not a parameter of AsyncFileSystem::openFileSystem.
So, I need to re-implement LocalFileSystem::requestFileSystem function to make
proper file system path before calling AsyncFileSystem::openFileSystem.

Same as LocalFileSystem::readFileSystem.

-- 
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