Closed
Bug 332770
Opened 19 years ago
Closed 17 years ago
Lower max favicon size
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 beta3
People
(Reporter: brettw, Assigned: Dolske)
References
Details
The Firefox 1.x bookmarks system would not store favicons for bookmarks larger than 16K (bug 252401). Some sites have unusually large favicons which don't get stored properly (bug 258867).
The current places system ups the maximum to 32K. However, we now store favicons for every site the user visits. Storing thismuch data is not reaonable and will cause their bookmarks_history.sqlite file to be very large and may degrade performance.
We should lower the maximum size for favicons to 16K or maybe even 12K for normal history items. We can keep the size for bookmarked items at 32K or even raise it if some sites have >32K favicons (probably not).
Reporter | ||
Updated•19 years ago
|
Priority: -- → P3
Target Milestone: --- → Firefox 2 beta1
Reporter | ||
Updated•19 years ago
|
Target Milestone: Firefox 2 beta1 → Firefox 3 alpha2
Reporter | ||
Updated•18 years ago
|
Assignee: brettw → nobody
Updated•17 years ago
|
Flags: blocking-firefox3?
Target Milestone: Firefox 3 alpha2 → ---
Comment 1•17 years ago
|
||
> However, we now store favicons for every site the user visits.
> Storing this much data is not reasonable and will cause their
> bookmarks_history.sqlite file to be very large and may
> degrade performance.
I have seen some pretty big history files (from mossop, ispiked, etc).
I'll check to confirm that if this is partly to explain them.
Blocks: 380307
Comment 2•17 years ago
|
||
Since this won't affect too many favicons, we'll take the tradoff in favour of perf.
Flags: blocking-firefox3? → blocking-firefox3+
Updated•17 years ago
|
Target Milestone: --- → Firefox 3 M8
Comment 3•17 years ago
|
||
On a related note, sites like http://www.howstuffworks.com (which as a 50 KB + favicon, see http://static.howstuffworks.com/en-us/www/misc/favicon.ico) will not show a favicon in the url bar search results.
Comment 4•17 years ago
|
||
looking closer at howstuffworks' large favicon, it has multiple resolutions with various color depths.
on the fly, for favicons over our limit, could we pull out the "best" resolution / depth for us, convert it to a data url, and store that as the favicon?
Comment 5•17 years ago
|
||
spun off the howstuffworks / large favicon issue to bug #389273
Assignee | ||
Comment 6•17 years ago
|
||
Unless I'm mistaken, the browser always shows favicons at 16x16... For uncompressed RGBA pixels, that's only 1024 bytes... It would also be easy to do PNG encoding/scaling with a <canvas> or imgIImageEncoder.
Updated•17 years ago
|
Target Milestone: Firefox 3 M8 → Firefox 3 M9
Updated•17 years ago
|
Target Milestone: Firefox 3 M9 → Firefox 3 M10
Updated•17 years ago
|
Assignee: nobody → dolske
Updated•17 years ago
|
Depends on: 389273
Summary: Lower max favicon size except for bookmarked pages → Lower max favicon size
Whiteboard: fixed by patch in bug 389273
Updated•17 years ago
|
Version: unspecified → Trunk
Updated•17 years ago
|
Priority: P3 → P2
Updated•17 years ago
|
Target Milestone: Firefox 3 M10 → Firefox 3 M11
Assignee | ||
Comment 7•17 years ago
|
||
Bug 389273 has landed and made this problem irrelevant... Large favicons are loaded, scaled, and reencoded -- so there is no longer a max favicon size.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: fixed by patch in bug 389273
Comment 8•17 years ago
|
||
verified with: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre)
Gecko/2008032106 Minefield/3.0b5pre
and
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b5pre)
Gecko/2008032106 Minefield/3.0b5pre
Status: RESOLVED → VERIFIED
Comment 9•15 years ago
|
||
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
You need to log in
before you can comment on or make changes to this bug.
Description
•