Closed
Bug 1876725
Opened 1 year ago
Closed 1 year ago
Prototype to use existing image caches as primary source for favicons
Categories
(Firefox :: Shell Integration, task)
Firefox
Shell Integration
Tracking
()
RESOLVED
FIXED
People
(Reporter: mpohle, Assigned: mpohle)
Details
Attachments
(1 file)
In bug 1873659 broken favicons were hidden in the dialog, which already improves the user experience a lot. This ticket is now supposed to rewrite the logic to reuse existing local image caches in order to avoid downloads, centralize the maintenance and improve the performance. This has been proven to work by using page-icon:
address and the tippyTopIcon class for certain edge cases by a prototype, which I am going to link to this bug and based on which the approach can be further discussed and/or refined.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → mpohle
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•1 year ago
|
||
This is a first prototype to replace the entire acquisition with a
version which uses page-icon:
or TippyTopProvider if available. It
could make sense to make that a separate bug and integrate it directly
in PlacesUtils.
You need to log in
before you can comment on or make changes to this bug.
Description
•