[Webkit-unassigned] [Bug 54813] New: [EFL] Eliminated error when .webkit directory doesn't exist

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 19 14:12:43 PST 2011


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

           Summary: [EFL] Eliminated error when .webkit directory doesn't
                    exist
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: l.slachciak at samsung.com


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

-- 
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