Bug 54813 - [EFL] Eliminated error when .webkit directory doesn't exist
Summary: [EFL] Eliminated error when .webkit directory doesn't exist
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-19 14:12 PST by Lukasz Slachciak
Modified: 2011-02-19 16:45 PST (History)
1 user (show)

See Also:


Attachments
Make all dir patch (1.40 KB, patch)
2011-02-19 14:16 PST, Lukasz Slachciak
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Slachciak 2011-02-19 14:12:43 PST
During initialization in _ewk_init_body ewk_settings_icon_database_path_set was called for the non-existing path
It resulted in error like:

ERR<30121>:ewebkit /home/lukasz/sources/WebKit/WebKit/Source/WebKit/efl/ewk/ewk_settings.cpp:144 ewk_settings_icon_database_path_set() could not stat(/home/lukasz/.webkit): No such file or directory

Now standard POSIX-implementation of WebCore::makeAllDirectories method is used to make sure that path is ready
Comment 1 Lukasz Slachciak 2011-02-19 14:16:28 PST
Created attachment 83083 [details]
Make all dir patch
Comment 2 Andreas Kling 2011-02-19 15:21:05 PST
Comment on attachment 83083 [details]
Make all dir patch

r=me
Comment 3 WebKit Commit Bot 2011-02-19 16:44:58 PST
Comment on attachment 83083 [details]
Make all dir patch

Clearing flags on attachment: 83083

Committed r79143: <http://trac.webkit.org/changeset/79143>
Comment 4 WebKit Commit Bot 2011-02-19 16:45:01 PST
All reviewed patches have been landed.  Closing bug.