Bug 35884 - [EFL] Add FileSystemEfl.cpp to WC/platform/efl.
Summary: [EFL] Add FileSystemEfl.cpp to WC/platform/efl.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 15:22 PST by Leandro Pereira
Modified: 2010-03-15 22:50 PDT (History)
12 users (show)

See Also:


Attachments
Add FileSystemEfl.cpp to WC/platform/efl. (6.30 KB, patch)
2010-03-08 15:23 PST, Leandro Pereira
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leandro Pereira 2010-03-08 15:22:52 PST
+++ This bug was initially created as a clone of Bug #35749 +++

+++ This bug was initially created as a clone of Bug #35087 +++

Forthcoming patch adds FileSystemEfl.cpp to WebCore/platform/efl.
Comment 1 Leandro Pereira 2010-03-08 15:23:28 PST
Created attachment 50253 [details]
Add FileSystemEfl.cpp to WC/platform/efl.
Comment 2 Holger Freyther 2010-03-09 20:36:54 PST
Comment on attachment 50253 [details]
Add FileSystemEfl.cpp to WC/platform/efl.


> +CString fileSystemRepresentation(const String& path)
> +{
> +    return path.utf8();
> +}

This will fail on weird systems, maybe windows... but I talked to raster and the rest of E is currently doing the same.
Comment 3 WebKit Commit Bot 2010-03-15 22:50:21 PDT
Comment on attachment 50253 [details]
Add FileSystemEfl.cpp to WC/platform/efl.

Clearing flags on attachment: 50253

Committed r56039: <http://trac.webkit.org/changeset/56039>
Comment 4 WebKit Commit Bot 2010-03-15 22:50:26 PDT
All reviewed patches have been landed.  Closing bug.