Bug 181496
| Summary: | [WPE][GTK] WebKitFaviconDatabase should allow removing a single favicon | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia, mcatanzaro |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Maybe we can add favicons type to website data store.
Michael Catanzaro
We have the same problem for the resource load statistics directory.
Michael Catanzaro
Just kidding, I see we have a WebKitWebsiteDataType for that.