Closed Bug 1271634 Opened 9 years ago Closed 8 years ago

Link between history and favicon is not saved when favicon is loaded from cache

Categories

(Firefox for Android Graveyard :: Favicon Handling, defect)

All
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sebastian, Unassigned)

References

Details

This is a different flavor of bug 1269821. When visiting a bunch of sites with the same favicon in a row, let's say your are browsing The Verge, then for the first page we: * create an entry in the history table * load a favicon from the web * create a favicon entry in the database * link the favicon entry with the history entry For all subsequent pages we: * create an entry in the history table * load a favicon from the cache (because it's the same favicon URL!) * do not create a favicon entry in the database (okay) * do not link the history entry with the (already existing) favicon entry (bzzp!) It seems like we only link history with favicons if we actually load a favicon from the web. For everything else the link between page and favicon gets lost.
Depends on: 1290014
Fixed with the new structure in bug 1290014.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.