Bug 152523 - [WK2][EFL][GTK] Add defaultIconDatabasePath to APIWebsiteDataStore
Summary: [WK2][EFL][GTK] Add defaultIconDatabasePath to APIWebsiteDataStore
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joonghun Park
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-22 20:33 PST by Joonghun Park
Modified: 2015-12-26 18:28 PST (History)
4 users (show)

See Also:


Attachments
Patch (6.37 KB, patch)
2015-12-22 20:36 PST, Joonghun Park
no flags Details | Formatted Diff | Diff
Patch (6.46 KB, patch)
2015-12-23 06:36 PST, Joonghun Park
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joonghun Park 2015-12-22 20:33:38 PST
Add defaultIconDatabasePath in APIWebsiteDataStore and move implementation to there because IconDatabase is website data as well.
Comment 1 Joonghun Park 2015-12-22 20:36:42 PST
Created attachment 267826 [details]
Patch
Comment 2 Joonghun Park 2015-12-23 06:36:07 PST
Created attachment 267838 [details]
Patch
Comment 3 Joonghun Park 2015-12-26 18:28:30 PST
It seems that this patch doesn't comply with article 3 of
https://lists.webkit.org/pipermail/webkit-dev/2013-January/023255.html
because iconDatabasePath is not for all ports but efl and gtk.

So I close this bug as invalid.