Bug 39348

Summary: Create filenameFromString for all ports except GTK and EFL.
Product: WebKit Reporter: Young Han Lee <joybro201>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dcheng, skyul
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 39283    
Attachments:
Description Flags
patch none

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.