Closed
Bug 560668
Opened 15 years ago
Closed 14 years ago
change tile cache defaults
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Firefox for Android Graveyard
Panning/Zooming
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 588595
People
(Reporter: vlad, Unassigned)
Details
Attachments
(1 file)
|
902 bytes,
patch
|
Details | Diff | Splinter Review |
The tile cache size defaults were a little silly, because it defaulted to a large value (30) if the platform wasn't actually known. This patch sets it to 30 for cocoa and win32, 10 for android, and makes the default be -1. Ideally everything would be handled in code and the default would just be -1, but this reduces our memory usage by 20MB on Android.
| Reporter | ||
Updated•15 years ago
|
Attachment #440327 -
Flags: review?(pavlov)
Comment 1•15 years ago
|
||
This was fixed with https://bugzilla.mozilla.org/show_bug.cgi?id=588595.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (X11; U; Linux armv71; Nokia N900; en-US; rv:2.0b5pre) Gecko/20100825 Namoroka/4.0b5pre Fennec/2.0a1pre
and
Mozilla/5.0 (Android; Linux armv71; Nokia N900; en-US; rv:2.0b5pre) Gecko/20100825 Namoroka/4.0b5pre Fennec/2.0a1pre
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Status: VERIFIED → RESOLVED
Closed: 15 years ago → 14 years ago
Resolution: FIXED → DUPLICATE
Updated•14 years ago
|
Attachment #440327 -
Flags: review?(pavlov)
You need to log in
before you can comment on or make changes to this bug.
Description
•