WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
117632
[WK2] Add icon database related C APIs
https://bugs.webkit.org/show_bug.cgi?id=117632
Summary
[WK2] Add icon database related C APIs
Changhyup Jwa
Reported
2013-06-14 02:03:17 PDT
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);
Attachments
Add attachment
proposed patch, testcase, etc.
Changhyup Jwa
Comment 1
2013-06-14 03:31:55 PDT
Alternatively, we can provide returning boolean(success or failure) on existing WKContextSetIconDatabasePath() API. Please find
https://bugs.webkit.org/show_bug.cgi?id=117625
On 117625, WKContextSetIconDatabasePath() returns success or not.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug