NEW181496
[WPE][GTK] WebKitFaviconDatabase should allow removing a single favicon
https://bugs.webkit.org/show_bug.cgi?id=181496
Summary [WPE][GTK] WebKitFaviconDatabase should allow removing a single favicon
Michael Catanzaro
Reported 2018-01-10 13:59:47 PST
WebKitFaviconDatabase allows clearing all its favicons, but not individual favicons. This means that, for Epiphany to clear the favicon of a domain when all its visits are removed from history, the only way is to clear the entire favicon database. It would be nice to have something like: void webkit_favicon_database_clear_favicon_for_domain (WebKitFaviconDatabase *, const char *domain);
Attachments
Carlos Garcia Campos
Comment 1 2018-01-10 23:22:11 PST
Maybe we can add favicons type to website data store.
Michael Catanzaro
Comment 2 2018-01-15 14:44:43 PST
We have the same problem for the resource load statistics directory.
Michael Catanzaro
Comment 3 2018-01-15 14:50:48 PST
Just kidding, I see we have a WebKitWebsiteDataType for that.
Note You need to log in before you can comment on or make changes to this bug.