Closed
Bug 253161
Opened 21 years ago
Closed 21 years ago
bookmarks favicons should follow redirects
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
3.52 KB,
patch
|
bugs
:
approval-aviary+
|
Details | Diff | Splinter Review |
The FaviconLoadListener doesn't implement nsIHttpEventSink, and so redirects for
favicons aren't being followed leading to some sites not getting a favicon loaded.
Assignee | ||
Comment 1•21 years ago
|
||
implement the necessary interfaces to follow redirects in FavIconLoadListener.
Assignee | ||
Updated•21 years ago
|
Attachment #154403 -
Flags: approval-aviary?
Comment 2•21 years ago
|
||
Quick testcase: http://mavra.perilith.com/~luser/favicontest.html
Favicon is a RedirectPermanent. Shows up in the tab, but not in a bookmark.
Comment 3•21 years ago
|
||
isn't this bug 121518 ?
Assignee | ||
Comment 4•21 years ago
|
||
(In reply to comment #3)
> isn't this bug 121518 ?
Nope; very different bookmark icon implementations.
Comment 5•21 years ago
|
||
Comment on attachment 154403 [details] [diff] [review]
favicons-follow-redirects-0.patch
a=ben@mozilla.org
Attachment #154403 -
Flags: approval-aviary? → approval-aviary+
Assignee | ||
Comment 6•21 years ago
|
||
in on branch and trunk.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 7•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•