Closed
Bug 1089559
Opened 9 years ago
Closed 6 years ago
Favicon service should have fallback for known favicon on the same domain
Categories
(Toolkit :: Places, defect, P3)
Toolkit
Places
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Unfocused, Unassigned)
References
(Blocks 1 open bug)
Details
The favicon services matches by page URL. So if you wquery for a page, and it's not been seen, then it won't give a favicon - even if it knows of favicons for other pages on that domain. We should add a fallback, so that it returns a favicon for that domain if the requested page URL isn't in the DB.
Reporter | ||
Comment 1•8 years ago
|
||
I *think* the moz-anno protocol handler can just create a HTTP channel and return that. So it shouldn't be too difficult in that respect. I'm hoping it'll be enough to just request /favicon.ico
Points: --- → 5
Flags: qe-verify+
Flags: firefox-backlog+
Reporter | ||
Comment 2•8 years ago
|
||
Er, wrong bug, ignore comment 1 (see bug 573638). This just needs to lookup alternate entries for the same domain.
Reporter | ||
Updated•8 years ago
|
Flags: qe-verify+ → qe-verify-
Updated•8 years ago
|
Whiteboard: [Reader:P2]
Updated•8 years ago
|
Whiteboard: [Reader:P2] → [Reader:P3]
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [Reader:P3]
Updated•8 years ago
|
Priority: P3 → --
Updated•8 years ago
|
Priority: -- → P3
Comment 3•6 years ago
|
||
This is pretty much fixed when there is a root icon.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•