Open
Bug 160926
Opened 23 years ago
Updated 3 years ago
Clean up timer usage in nsRepeatService
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: sfraser_bugs, Unassigned)
Details
(Keywords: perf)
nsRepeatService does this odd thing with timers, which are used in the scrollbar
code when click-holding on the scroll arrows: it makes a new timer for every
callback, rather than resetting the timer interval once, and then just letting
the timer repeat. This needs to be made more efficient.
Attachment 93650 [details] [diff] in bug 157123 attempted to fix this, but caused crashes (bug
160824).
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
Updated•15 years ago
|
Assignee: hyatt → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•