Open Bug 160926 Opened 22 years ago Updated 2 years ago

Clean up timer usage in nsRepeatService

Categories

(Core :: XUL, defect)

defect

Tracking

()

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
Assignee: hyatt → nobody
Keywords: perf
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.