[Webkit-unassigned] [Bug 117632] New: [WK2] Add icon database related C APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 14 02:04:40 PDT 2013


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

           Summary: [WK2] Add icon database related C APIs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ch.jwa at samsung.com


There's no way to get current state that icon database is opened or enabled.

Before call WKContextSetIconDatabasePath(), we should check it's opened or not.

So, may I add below 3 C APIs to do this?

WK_EXPORT void WKContextSetIconDatabaseEnabled(WKContextRef context, bool enabled);
WK_EXPORT bool WKContextGetIconDatabaseEnabled(WKContextRef context);
WK_EXPORT bool WKContextGetIconDatabaseOpened(WKContextRef context);

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