This file upstream was split from bug #73798 per request of Nikolas Zimmermann.
Created attachment 119179 [details] Patch
Why couldn't we share listDirectory with posix? Isn't posix more suitable for the BlackBerry port than efl in this case?
yes, thanks for pointing out...update soon
Created attachment 119363 [details] Patch
Comment on attachment 119363 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=119363&action=review Informal review. > Source/WebCore/ChangeLog:8 > + We get most of FileSystem implementations from posix porting. How about changing this line to "Because we are using most of file system implementations from the POSIX porting we only need to implement the left functions." ? I would add an empty line after this line. > Source/WebCore/platform/blackberry/FileSystemBlackBerry.cpp:39 > +bool unloadModule(PlatformModule) > +{ > + return false; Don't we use this API? Why not implement? > Source/WebCore/platform/blackberry/FileSystemBlackBerry.cpp:44 > + return ""; Couldn't we implement this on the BlackBerry/QNX platform?
Thanks for comments, Leo. Both interfaces are only used in plugin which seems our plugin porting don't really use them. Maybe in future we need to implement.
(In reply to comment #6) > Thanks for comments, Leo. Both interfaces are only used in plugin which seems our plugin porting don't really use them. Maybe in future we need to implement. use/call them
commit log update...
Created attachment 119379 [details] Patch
Comment on attachment 119379 [details] Patch LGTM.
Comment on attachment 119379 [details] Patch Clearing flags on attachment: 119379 Committed r103016: <http://trac.webkit.org/changeset/103016>
All reviewed patches have been landed. Closing bug.