Closed
Bug 914025
Opened 12 years ago
Closed 4 years ago
Support SVG favicon format
Categories
(Firefox for Android Graveyard :: Favicon Handling, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ckitching, Unassigned)
References
Details
Favicons in SVG format are not supported. It would be nice to fix this.
I imagine Gecko has an SVG decoder hiding somewhere - some way the leverage this to decode Favicons would do the trick (One could envision a minor extension to the new Favicon caching system which would, when queried for a sized favicon, simply scales the SVG (Yay for vectors!)).
That, or it could convert SVGs to bitmaps and leverage the existing bitmap caching behaviour. This is may be simpler to implement and not substantially less performant.
Marking dependancy to prevent race conditions bitrotting patches.
Comment 1•12 years ago
|
||
Does this depend on bug 366324 or is it a duplicate?
Comment 2•12 years ago
|
||
Fennec's favicon handling is completely separate from desktop's. They're independent bugs.
Reporter | ||
Updated•12 years ago
|
Depends on: FaviconRevamp
Updated•11 years ago
|
Component: Theme and Visual Design → Favicon Handling
Hardware: ARM → All
Summary: SVG Favicons are not supported. → Support SVG favicon format
Comment 3•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•