Firefox plugin could use bookmark's favicon
Bug #327623 reported by
Jonathan Davies
on 2009-02-10
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Do Plugins |
Wishlist
|
Unassigned |
Bug Description
When selecting a result in the bookmarks listing, it would be very nice to have the bookmark's favicon displayed instead of the HTML file image.
Related branches
lp:~felix-velasco/do-plugins/firefox-favicons
- Do Plugins Team: Pending requested 2009-11-30
-
Diff: 171 lines (+47/-11)4 files modifiedFirefox/Firefox.mdp (+2/-1)
Firefox/Makefile.am (+1/-0)
Firefox/src/PlaceItem.cs (+6/-4)
Firefox/src/PlacesItemSource.cs (+38/-6)
David Siegel (djsiegel-deactivatedaccount) wrote : Re: [Do-plugins] [Bug 327623] [NEW] Firefox plugin could use bookmark's favicon | #1 |
Jonathan Davies (jpds) wrote : | #2 |
How about a small icon, on the buttom-right hand corner of the HTML page image? Just so it's identifiable.
David Siegel (djsiegel-deactivatedaccount)
on 2009-02-11
Changed in do-plugins: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Chris S. (cszikszoy) wrote : | #3 |
Showing the favicon on top of the default html icon could technically be possible. I'm not familiar at all with the way firefox stores bookmarks, but if the favicon is stored locally (ie, we don't have to query the internet to retrieve it) this wouldn't be so hard.
Alexey Nedilko (alexey.nedilko)
on 2009-05-16
tags: | added: firefox official-plugins |
Jonathan Davies (jpds) wrote : | #4 |
The branch linked by Félix seems to do the trick for me.
Changed in do-plugins: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
Unfortunately, this would look horrendous because favicons are very, very
small and will not scale.