[Webkit-unassigned] [Bug 63491] [EFL] Remove IconDatabase initialization in _ewk_init_body()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 17:41:18 PDT 2011


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





--- Comment #6 from Jaehun Lim <ljaehun.lim at samsung.com>  2011-06-27 17:41:17 PST ---
(In reply to comment #4)
> (In reply to comment #0)
> > IconDatabase is an optional feature. But EFL port enables it in _ewk_init_body() as default.
> > 
> > So, when an application enables IconDatabse after ewk_init(), WebKit prints an warning message.
> > (See another bugs, 60361, 60148, 59238)
> > 
> > I think it's better that an application should decide whether to use IconDatabase or not,
> > and be responsible for using IconDatabase.
> 
> Then, when we start to open IconDatabase ?

After this patch, icon database must be fully managed by an application.

If an application doesn't want to use icon database, nothing to do for it.

But if another application wants to use favicon feature, just call ewk_settings_icon_database_path_set() with directory path.

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