Open
Bug 701421
Opened 14 years ago
Updated 3 years ago
NotifyIconObservers doesn't set icon on redirected bookmarks in some case
Categories
(Toolkit :: Places, defect, P3)
Tracking
()
NEW
People
(Reporter: mak, Unassigned)
Details
NotifyIconObservers does not update redirected bookmarks if:
1) the icon didn't change or was not associated to a page. This may be acceptable though as a perf win, since the issue would happen if I add a bookmark redirecting to a page that already has a valid icon. Pretty edge case, also, after the icon expires (1 week), it would be updated, unless it falls into case 2.
2) there is also a bookmark pointing to the final page, so this one wins over the redirected one.
For example having a bookmark to http://www.mozilla.org/en-US/firefox/central/ and a bookmark to http://www.mozilla.com/en-US/firefox/central/, loading the second bookmark will redirect to the .org page, but won't update the bookmark's icon for the .com page.
This looks like a bug that exists from quite some time, I'd say from FF4.
Both of these are edge cases.
Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•