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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 15:57:57 PDT 2011


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

           Summary: [EFL] Remove IconDatabase initialization in
                    _ewk_init_body().
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ljaehun.lim at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


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.

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