Bug 89976 - [EFL] Use eina_file_ls() in EFL implementation of FileSystem listDirectory()
Summary: [EFL] Use eina_file_ls() in EFL implementation of FileSystem listDirectory()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 06:40 PDT by Chris Dumez
Modified: 2012-06-26 16:40 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.89 KB, patch)
2012-06-26 06:44 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-06-26 06:40:27 PDT
listDirectory in fileSystemEfl.cpp is currently using POSIX C functions to list the directory. Using eina_file_ls() would make the code much shorter and more maintainable.
Comment 1 Chris Dumez 2012-06-26 06:44:24 PDT
Created attachment 149524 [details]
Patch
Comment 2 WebKit Review Bot 2012-06-26 16:40:13 PDT
Comment on attachment 149524 [details]
Patch

Clearing flags on attachment: 149524

Committed r121300: <http://trac.webkit.org/changeset/121300>
Comment 3 WebKit Review Bot 2012-06-26 16:40:20 PDT
All reviewed patches have been landed.  Closing bug.