Closed
Bug 624718
Opened 14 years ago
Closed 14 years ago
Use contentprefs caching for zoom
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1b2
People
(Reporter: kairo, Assigned: kairo)
References
Details
Attachments
(1 file)
1.42 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
Bug 559992 added a caching system for content prefs and used it for Firefox zoom, we should do the latter in SeaMonkey as well. http://hg.mozilla.org/mozilla-central/rev/9365fe1a3165 is the relevant checkin, we only need to port the browser-fullZoom.js part into our view "zoom overlay".
Assignee | ||
Comment 1•14 years ago
|
||
From all I see, the actual change in this ported code is just that we don't need to re-check when the pref is cached, as we know it will be fast in that case.
Updated•14 years ago
|
Attachment #502802 -
Flags: review?(neil) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Pushed as http://hg.mozilla.org/comm-central/rev/dec8d99ccc4b
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b2
Comment 3•14 years ago
|
||
Can we use .bind(this) here?
You need to log in
before you can comment on or make changes to this bug.
Description
•