Bug 39348 - Create filenameFromString for all ports except GTK and EFL.
Summary: Create filenameFromString for all ports except GTK and EFL.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39283
  Show dependency treegraph
 
Reported: 2010-05-19 00:12 PDT by Young Han Lee
Modified: 2010-05-20 21:40 PDT (History)
3 users (show)

See Also:


Attachments
patch (3.17 KB, patch)
2010-05-19 00:16 PDT, Young Han Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Young Han Lee 2010-05-19 00:12:24 PDT
There is a need to convert a WebCore string to a filename in a portable way.
So, this patch create a function for all ports except GTK and EFL that have already the function.
Comment 1 Young Han Lee 2010-05-19 00:16:36 PDT
Created attachment 56468 [details]
patch
Comment 2 Darin Adler 2010-05-19 09:11:52 PDT
Comment on attachment 56468 [details]
patch

Seems like an OK starting point for this.
Comment 3 WebKit Commit Bot 2010-05-20 18:46:00 PDT
Comment on attachment 56468 [details]
patch

Clearing flags on attachment: 56468

Committed r59894: <http://trac.webkit.org/changeset/59894>
Comment 4 WebKit Commit Bot 2010-05-20 18:46:05 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Daniel Cheng 2010-05-20 20:06:13 PDT
Just curious: where and how are you planning on using this function?
Comment 6 Young Han Lee 2010-05-20 21:40:44 PDT
(In reply to comment #5)
> Just curious: where and how are you planning on using this function?

For now, this function is used in SharedBuffer of POSIX platform. Please refer to bug 39283. And I would use the function in a Linux port not using GTK.