[Webkit-unassigned] [Bug 60361] [EFL] EWebLauncher creates only one settings databases directory at startup.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 10:19:57 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60361


Raphael Kubo da Costa <kubo at profusion.mobi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kubo at profusion.mobi




--- Comment #9 from Raphael Kubo da Costa <kubo at profusion.mobi>  2011-05-11 10:19:56 PST ---
Could you explain why you added the stat()/S_ISDIR()/access() calls? WebCore::makeAllDirectories() already performs some access() calls besides calling mkdir() itself, so if you really want to ensure more information about the created path, IMO the changes should go there, not here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list