Context-Search icon indicating copy to clipboard operation
Context-Search copied to clipboard

Display favicons in context menu without relying on external providers

Open streetwolf opened this issue 7 years ago • 3 comments

Is it possible to add the sites favicon to the context menu search list?

streetwolf avatar Aug 25 '17 22:08 streetwolf

Unfortunately, neither the WebExtension API for bookmarks nor contextmenus support favicons currently. I'll revisit this when support is added.

NumeriusNegidius avatar Aug 25 '17 23:08 NumeriusNegidius

As per Firefox 56 this is fixed at the browser.contextmenus API, https://bugzilla.mozilla.org/show_bug.cgi?id=1321544.

However, the favicons aren't exposed in the browser.bookmarks API. I'm looking in to a "dumb" solution where the extension assumes the website has a /favicon.ico at the root level.

If it works, this functionality won't be released until Firefox 56 to not break the extensions for earlier Firefoxes.

NumeriusNegidius avatar Sep 04 '17 15:09 NumeriusNegidius

Temporary solution for users of Firefox 56 and above is implemented. Awaiting a solution to https://bugzilla.mozilla.org/show_bug.cgi?id=1315616

NumeriusNegidius avatar Sep 09 '17 11:09 NumeriusNegidius