Bug 54781

Summary: Use standard WebCore::homeDirectoryPath method instead of reimplementing it
Product: WebKit Reporter: Lukasz Slachciak <l.slachciak>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling, l.slachciak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Standard WebCore::homeDirectoryPath method used. Minor code-style-check fixes none

Description Lukasz Slachciak 2011-02-18 16:45:56 PST
Attached patch introduces usage of WebCore::homeDirectoryPath() method to the ewk_main.cpp instead of reimplementing it.
Also some minor check-webkit-style minor fixes done.
Comment 1 Lukasz Slachciak 2011-02-18 16:55:51 PST
Created attachment 83035 [details]
Standard WebCore::homeDirectoryPath method used. Minor code-style-check fixes
Comment 2 Andreas Kling 2011-02-18 19:25:22 PST
Comment on attachment 83035 [details]
Standard WebCore::homeDirectoryPath method used. Minor code-style-check fixes

r=me
Comment 3 Andreas Kling 2011-02-18 19:25:28 PST
r=me
Comment 4 WebKit Commit Bot 2011-02-19 00:31:57 PST
Comment on attachment 83035 [details]
Standard WebCore::homeDirectoryPath method used. Minor code-style-check fixes

Clearing flags on attachment: 83035

Committed r79108: <http://trac.webkit.org/changeset/79108>
Comment 5 WebKit Commit Bot 2011-02-19 00:32:02 PST
All reviewed patches have been landed.  Closing bug.