Closed
Bug 528323
Opened 15 years ago
Closed 15 years ago
Improve zooming perf and fix zoom for some sites
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0
People
(Reporter: stechz, Assigned: stechz)
Details
Attachments
(1 file)
4.37 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Several issues fixed:
* returning to default zoom level is now exact (we do some exact comparisons to detect if we are in default zoom)
* be less picky about zoom ratio if zoom level is default (fixed Wikipedia and other sites)
* massaged setVisibleRect code to not render tiles twice (now with appropriate documentation to A. scare you from changing it and B. give you the information you need if something must be changed).
Attachment #412065 -
Flags: review?(mark.finkle)
Updated•15 years ago
|
Attachment #412065 -
Flags: review?(mark.finkle) → review+
Comment 1•15 years ago
|
||
Assignee: nobody → webapps
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.2b3pre) Gecko/20091113 Firefox/3.6b3pre Fennec/1.0b6pre
and
Mozilla/5.0 (X11; U; Linux armv6l; Nokia N8xx; en-US; rv:1.9.3a1pre) Gecko/20091113 Firefox/3.7a1pre Fennec/1.0b5
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Target Milestone: --- → Post-B5
Updated•15 years ago
|
Component: General → Panning/Zooming
You need to log in
before you can comment on or make changes to this bug.
Description
•