eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
380 stars 67 forks source link

chrome:// favicons not displayed #10

Closed eoger closed 6 years ago

eoger commented 7 years ago

Probably because we don't have the authorization to load them.
Could we hijack that and show our own set of icons?

Smile4ever commented 7 years ago

Is this the same issue?

Security Error: Content at moz-extension://9596d62c-b25e-4401-8007-6345e51769ee/tabcenter.html may not load or link to chrome://mozapps/skin/extensions/extensionGeneric-16.png.

eoger commented 7 years ago

Something that @Keith94 noted: we can load some chrome favicons (see about:preferences)

Keith94 commented 6 years ago

Could we hijack that and show our own set of icons?

Looks like we can load custom SVG icons as a workaround. See https://github.com/gomita/visualtabs/commit/f5f22aba9ecb2526c6e44b2e9deadb58374de360

ariasuni commented 6 years ago

I opened a bug report for Firefox for the long-term solution.