Bug 54781 - Use standard WebCore::homeDirectoryPath method instead of reimplementing it
Summary: Use standard WebCore::homeDirectoryPath method instead of reimplementing it
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-18 16:45 PST by Lukasz Slachciak
Modified: 2011-02-19 00:32 PST (History)
3 users (show)

See Also:


Attachments
Standard WebCore::homeDirectoryPath method used. Minor code-style-check fixes (2.68 KB, patch)
2011-02-18 16:55 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-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.