Closed Bug 492172 (PlacesHiresFavicons) Opened 16 years ago Closed 7 years ago

[meta] Store higher resolution favicons in places

Categories

(Firefox :: Bookmarks & History, enhancement, P5)

enhancement
Points:
13

Tracking

()

RESOLVED FIXED
Firefox 58
Tracking Status
firefox57 --- wontfix
firefox58 --- fixed

People

(Reporter: finny08, Unassigned)

References

(Blocks 11 open bugs)

Details

(Keywords: meta, Whiteboard: [fxsearch])

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 I would like Firefox to store favicons with more than 16x16 pixels. The 16x16 version can still be kept in places.sqlite, but a higher, perhaps even full resolution version should be kept somewhere. This is a good idea for several reasons: 1. Better Cloud - gives Mozilla Prism a potentially clearer default icon to display, as well as for desktop shortcuts (see https://bugzilla.mozilla.org/show_bug.cgi?id=110894 for parity with gchrome and safari). 2. Better Extensions - more recognizable representation of a website than a thumbnail in about:tab as well as for opera speed-dial type extensions. 3. Better Mobile / Convergence - useful for Fennec shorcuts, just as the iPhone has implemented a 57x57 apple-touch-icon.png for a higher quality representation of a website. 4. Better Polish - gives users an opportunity to have large toolbar icons without blurriness. 5. Ditto - opportunity to create a more beautiful bookmark properties dialog that includes an icon (just like shortcuts/aliases do on the desktop "properties" or "Get Info" dialogs). Although most sites don't use large icons now, they will if Firefox puts it into the browser (same rationale for including Geolocation in 3.5). Some formats also support multiple resolutions in a single file (e.g. .ico). Reproducible: Always
It already appears to store the favicon at full size (unless the image itself exceeds a certain number of bytes I think). What makes you think it doesn't?
Component: Bookmarks & History → Places
QA Contact: bookmarks → places
In places.sqlite, I believe the icon is always resampled to 16x16 and shrinks to less than 1kb. So any retrieved icons are this size.
You believe or have evidence? My tests show that the icon is stored at full size.
I haven't done any tests, but just reading the source it looks like both of you are right. An image that is larger than 1KB is "optimized" -- it's scaled to 16x16. If optimization fails but the image is still less than 10KB, or if the image was under 1KB to begin with, the image is left unscaled: nsFaviconService::SetFaviconData http://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/src/nsFaviconService.cpp#692 Actually you can store arbitrary data by using annotations, which may be associated with a place or with a bookmark. An interesting case in point is bug 489173. Only chrome code can do that, though, so it's not quite what you're asking for. I think your argument is compelling and worth considering.
Status: UNCONFIRMED → NEW
Ever confirmed: true
I submitted a related security Bug 442731 earlier - GIF images were not being resampled at all - ("I believe" was just my trying to be polite and admit I could be wrong). There is a 1kb limit on icons in places.sqlite, and all the icons are 16x16. Perhaps the icons you are observing were gif icons set before this fix went out?
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h". In Thunderbird 3.0b, you do that as follows: Tools | Message Filters Make sure the correct account is selected. Click "New" Conditions: Body contains places-to-b-and-h Change the action to "Delete Message". Select "Manually Run" from the dropdown at the top. Click OK. Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter. Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
Blocks: 907471
Blocks: 951396
Whiteboard: p=0
Alias: PlacesHighResFavicon
No longer blocks: fxdesktopbacklog
Flags: firefox-backlog+
Whiteboard: p=0 → p=13
My understanding is that this bug will be about storage of large icons so I'm changing the summary so it doesn't get confused with updating the Places UI to use higher resolution icons.
Points: --- → 13
Summary: support higher resolution favicons → Store higher resolution favicons in places
Whiteboard: p=13
No longer blocks: 951396
Blocks: 1129588
Priority: -- → P1
Depends on: 798223
Depends on: 977177
Priority: P1 → P2
Whiteboard: [fxsearch]
Blocks: 1249808
Depends on: 1269737
Blocks: 1271838
Depends on: 1337402
Depends on: 1337404
Depends on: 1337397
Keywords: meta
Depends on: 1337409
Depends on: 1337858
Blocks: 1340057
Depends on: 1343499
Alias: PlacesHighResFavicon → PlacesHiresFavicons
No longer depends on: 1343499
Depends on: 1346139
Depends on: 1346554
Depends on: 1347532
Blocks: 615602
Depends on: 1352012
Depends on: 1352057
Depends on: 1355377
Depends on: 1352459
No longer blocks: 615602
Depends on: 1356220
Depends on: 1356435
Depends on: 1356440
Depends on: 1356531
Depends on: 1356525
Depends on: 1358791
Depends on: 1361291
Depends on: 1360158
Depends on: 1359487
Depends on: 1361322
Depends on: 1362394
Depends on: 1363620
Depends on: 1363621
Priority: P2 → P5
Summary: Store higher resolution favicons in places → [meta] Store higher resolution favicons in places
Depends on: 1389070
No longer depends on: 1389070
Blocks: 1402250
Blocks: 1358791
No longer depends on: 1358791
Blocks: 1352057
No longer depends on: 1352057
Blocks: 1352012
No longer depends on: 1352012
Blocks: 1346554
No longer depends on: 1346554
Blocks: 1346139
No longer depends on: 1346139
Blocks: 1337409
No longer depends on: 1337409
Blocks: 1337404
No longer depends on: 1337404
Blocks: 1337397
No longer depends on: 1337397
No longer depends on: 1360158
No longer depends on: 1359487
No longer depends on: 1356435
The hi-res icons in Places project is complete, remaining bugs will go through the usual triage and backlog process, we don't need anymore this meta bug to track the project.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
You need to log in before you can comment on or make changes to this bug.