RESOLVED FIXED 39348
Create filenameFromString for all ports except GTK and EFL.
https://bugs.webkit.org/show_bug.cgi?id=39348
Summary Create filenameFromString for all ports except GTK and EFL.
Young Han Lee
Reported 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.
Attachments
patch (3.17 KB, patch)
2010-05-19 00:16 PDT, Young Han Lee
no flags
Young Han Lee
Comment 1 2010-05-19 00:16:36 PDT
Darin Adler
Comment 2 2010-05-19 09:11:52 PDT
Comment on attachment 56468 [details] patch Seems like an OK starting point for this.
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2010-05-20 18:46:05 PDT
All reviewed patches have been landed. Closing bug.
Daniel Cheng
Comment 5 2010-05-20 20:06:13 PDT
Just curious: where and how are you planning on using this function?
Young Han Lee
Comment 6 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.
Note You need to log in before you can comment on or make changes to this bug.