Synced tabs, bookmarks, and history entries don't have a favicon until the user re-visits that page again
Categories
(Firefox :: Sync, enhancement, P2)
Tracking
()
People
(Reporter: jaime.bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sync-engine-addition] p=0)
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Updated•16 years ago
|
Updated•16 years ago
|
Updated•16 years ago
|
Comment 3•16 years ago
|
||
Comment 4•16 years ago
|
||
Comment 5•15 years ago
|
||
Comment 7•15 years ago
|
||
Comment 8•15 years ago
|
||
Comment 9•15 years ago
|
||
Comment 11•15 years ago
|
||
Comment 13•15 years ago
|
||
Comment 14•15 years ago
|
||
Comment 15•15 years ago
|
||
Comment 16•15 years ago
|
||
Comment 17•15 years ago
|
||
Comment 18•15 years ago
|
||
Comment 19•15 years ago
|
||
Comment 20•15 years ago
|
||
Comment 21•15 years ago
|
||
Comment 22•15 years ago
|
||
Comment 23•15 years ago
|
||
Comment 24•15 years ago
|
||
Updated•15 years ago
|
Comment 27•14 years ago
|
||
Comment 28•14 years ago
|
||
Comment 29•13 years ago
|
||
Comment 30•13 years ago
|
||
![]() |
||
Comment 33•12 years ago
|
||
Comment 34•12 years ago
|
||
Updated•11 years ago
|
Comment 36•11 years ago
|
||
Comment 37•10 years ago
|
||
Comment 38•10 years ago
|
||
Comment 39•10 years ago
|
||
Comment 40•10 years ago
|
||
Comment 41•10 years ago
|
||
Comment 42•10 years ago
|
||
Comment 43•10 years ago
|
||
Comment 44•10 years ago
|
||
Comment 45•10 years ago
|
||
Comment 46•10 years ago
|
||
Updated•10 years ago
|
Comment 48•10 years ago
|
||
Comment 49•10 years ago
|
||
Comment 50•10 years ago
|
||
Comment 51•10 years ago
|
||
Comment 52•10 years ago
|
||
Comment 53•10 years ago
|
||
Comment 54•10 years ago
|
||
Comment 56•9 years ago
|
||
Comment 57•8 years ago
|
||
Comment 58•8 years ago
|
||
Comment 59•8 years ago
|
||
Comment 60•8 years ago
|
||
Comment 61•8 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Comment 67•6 years ago
|
||
Is there any update on this feature enhancement? Obviously it is not critical but is a pesky annoyance for me. Like many people, I add frequently used site to the bookmark bar, remove their title and access them by favicon alone. I notice it has been open for 11 years!!
I have been using an extension called Checkmarks and running it periodically but am tiring of that. I would rather not switch from Firefox...
Comment 68•6 years ago
|
||
I notice it has been open for 11 years!!
Wow, there are 80 people CC'd on this bug, and it looks like none of them are the current Sync UX person, so adding :rfeeley and :adavis for good measure.
That said, it doesn't seem like we ever resolved the tension between "too much storage space and bandwidth use" and "potential for privacy leaks" that has so far prevented a clear technical approach from emerging, and I don't think much has changed i that problem space, so it's still not clear to me how we'd move this forward.
Comment 69•6 years ago
|
||
Thank you for your efforts at getting this moving again Ryan!
How is this accomplished in other browsers? This functionality is flawless in Google Chrome for example.
Comment 70•6 years ago
|
||
Poking around in chrome://sync/
in Chrome shows a separate data type named "Favicon Images", which suggests that they actively sync the images themselves between devices. That's also my gut feel about how we'd solve it for Firefox, as we're likely to trade size for privacy.
I'm confident we could come up with an approach here. As this point I think it's mostly a prioritization decision of whether to work on this versus many other sync- and account-related issues.
Comment 71•6 years ago
|
||
I recently tried to switch back to Firefox because Chrome has some issues that have been bugging me... the issue in this thread is significant for me because I like using bookmarks. Hard to believe this bug was reported 12 years ago and no solutions have been deployed... I have to sync my profile anyway, how could adding in these favicons be such a hard task? Can't we link it to FF Sync somehow to pull the current favicons for all the users bookmarked pages?
Hope this gets resolved!
Rusty
Comment 72•6 years ago
|
||
Regarding tension between storage and privacy trade-offs, let's just allow people to disable fetching favicons, as mentioned in comment 60 above.
https://bugzilla.mozilla.org/show_bug.cgi?id=428378#c60
I'm specifically interested in the iOS app, since I connect to wifi at work, restaurants, etc. Whether or not my desktop client fetches icons isn't really a concern. But for mobile implementations of Firefox, the privacy leaks are more substantial, since we take our phones everywhere...
Updated•5 years ago
|
Comment 73•5 years ago
|
||
Perhaps not a problem but good to be aware of is this article https://it.slashdot.org/story/21/02/09/1920256/browser-favicons-can-be-used-as-undeletable-supercookies-to-track-you-online
Comment hidden (off-topic) |
Comment 76•5 years ago
|
||
Why not give the users an option to backup the favicons themselves? The same way bookmarks can be exported or saved offline. This at least would give the users an option until you guys come up with a solution.
Comment 77•5 years ago
|
||
Where are the favicons stored on the hard drive? We could manually back them up via the command line.
Comment 79•5 years ago
|
||
Andre Klapper: thank you for this valuable comment.
Comment 80•5 years ago
|
||
Please excuse the above reference; force of habit. I realize and respect the fact that there are women on here as well.
Comment 81•5 years ago
|
||
Well, I went through all of my bookmarks each one by one to restore all of my favicons. I took my time and after a few days, I had all of them restored. I need to find a way to back them up in case I have to reinstall and recover my system again.
Comment 82•4 years ago
|
||
There is a favicons.sqlite in your .mozilla/firefox/ directory.
It has the links to the favicon.ico files. I'm not sure how you correspond them to which URL. Maybe another developer with more knowledge of mozilla's storage schema can explain.
This is a good site to view sqlite files: https://inloop.github.io/sqlite-viewer/
You can drag your favicon sql file in there and see that it does a sql "SELECT * FROM 'moz_icons' ;" statement.
My favicon sql file is rather large -- 5MB so perhaps it is also storing the actual icons in that sqlite file. (?) Crazy that this bug is 13 years old. Maybe someone will make progress on a solution. I assume copying the file over to a new machine won't work?
Comment 84•4 years ago
|
||
(In reply to Ryan Kelly [:rfkelly] from comment #70)
Poking around in
chrome://sync/
in Chrome shows a separate data type named "Favicon Images", which suggests that they actively sync the images themselves between devices. That's also my gut feel about how we'd solve it for Firefox, as we're likely to trade size for privacy.I'm confident we could come up with an approach here. As this point I think it's mostly a prioritization decision of whether to work on this versus many other sync- and account-related issues.
I don't mean to rush anyone, but at this point, 14 years down the line, wouldn't it be good for the team to sit down together and just make a decision on this once and for all?
Seems the bug is revived every couple years and then dies until the next person who has the willpower to report this comes along.
Comment 85•4 years ago
|
||
I think that's a very valid point L. We talked this one over as a team and we don't think there's enough time and energy to fix it in the foreseeable future, so I'm going to close WONTFIX. Apologies to anyone who is experiencing this issue, but there's not a clear or simple path to fix it at this point.
Updated•4 years ago
|
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment 90•2 years ago
|
||
I'm going to reopen this so we have all the old discussions and an obvious place to mark dupes.
Comment 92•2 years ago
|
||
This is one of the two blockers that prevent me from using Firefox. I use Bookmarks Toolbar only with icons (no text) on all browsers. But, it's only Firefox that resets their icons to default whenever I install it to another machine. That means, I need to visit every link one by one (which may not be straightforward as many of my bookmarks require a VPN connection, and that might entail setting up VPN, authenticating, authorizing, etc) to restore their favicons. That's time consuming and annoying. Chromium-based browsers don't have that problem.
Comment 94•2 years ago
|
||
For some reason the Firefox development team thinks to seam the solution is to sync the favicons but I feel like the people who want this just want a small function to download the favicons again after they have been deleted. I feel like if I could program I'd be able to do this myself in a relatively short period of time but since I don't know how hard it is to program a function to query and download all the favicons again I don't know how hard this is.
Comment 95•2 years ago
|
||
As I mentioned before, not all favicons are accessible always. Some are behind a VPN, some are only in certain local networks. Downloading them after a new installation just wonβt cut it.
Comment 96•11 months ago
|
||
Forgive me if this is a foolish question, but if I have 50 bookmarks, and manually click one after the other on the same tab, it doesn't take me long to get all 50 favicons updated despite vpns or whatnot.
Can't firefox simply "ping" favicon.png or known variations in each url for matches? If found, it downloads the favicon without having to download the rest of the page.
For url's where the favicon isn't easily accesible, they're just skipped.
Comment 97•11 months ago
|
||
Can't firefox simply "ping" favicon.png or known variations in each url for matches?
This bug now has so many comments that it's easy to miss the concerns, but the main concerns are privacy, and to a slightly lesser degree, security. For example, see comment 14. Other comments have suggested workarounds such as allowing the user to opt-in to this kind of fetching etc, but that has never moved to an actual proposal that we believe would solve this for the majority of our users.
Comment 98•11 months ago
|
||
Mozilla can store the cached favicon as part of the bookmark (perhaps with size limits) instead of fetching it every time from some service. All the privacy worries would have been resolved then.
Comment 99•11 months ago
|
||
(In reply to Mark Hammond [:markh] [:mhammond] from comment #97)
Can't firefox simply "ping" favicon.png or known variations in each url for matches?
This bug now has so many comments that it's easy to miss the concerns, but the main concerns are privacy, and to a slightly lesser degree, security. For example, see comment 14. Other comments have suggested workarounds such as allowing the user to opt-in to this kind of fetching etc, but that has never moved to an actual proposal that we believe would solve this for the majority of our users.
I see... wouldn't it be better to summarize the situattion in one last comment and close the comment section, or the bug itself?
If anything, leaving it open after 17 years makes it seem the mozilla team hasn't gotten around to fixing it yet.
All the same, thanks for the clarification. (I wonder how chrome does it)
Description
•