Closed
Bug 890119
Opened 12 years ago
Closed 12 years ago
Don't capture same thumbnail multiple times within a small period of time
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 809051
People
(Reporter: adw, Unassigned)
Details
browser-thumbnails.js (or PageThumbs) shouldn't capture the same thumbnail of the same URL multiple times over a short period of time. browser-thumbnails.js captures on TabSelect, but if a tab is selected many times and its thumbnail was captured not long ago (e.g., on the first select), we should keep using that thumbnail and not capture on the subsequent selects.
Gavin suggests maybe adding logic to gBrowserThumbnails._shouldCapture:
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-thumbnails.js#127
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•