Closed
Bug 1137521
Opened 11 years ago
Closed 9 years ago
Delete old favicons on page load
Categories
(Firefox for iOS :: Favicons, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: wesj, Assigned: alx91, Mentored)
References
Details
We currently save a list of favicons from the page when a page is done loading. We don't ever bother to expire old ones if the page changes. We should find a way to do that.
Comment 1•11 years ago
|
||
Could clear the old ones before saving the new favicons works? Just like clear the old one in Browser object first. (Refer to: https://github.com/mozilla/firefox-ios/blob/master/Client/Frontend/Browser/FaviconManager.swift#L35)
Updated•10 years ago
|
Component: General → Favicons
OS: iOS 8 → iOS
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•