Open
Bug 608491
Opened 14 years ago
Updated 2 years ago
base::RepeatingTimer does not fire for small intervals (<100ms)
Categories
(Core :: IPC, defect)
Tracking
()
NEW
People
(Reporter: BenWa, Unassigned)
References
Details
Root cause of bug 594635. The problem was fixed by using a nsITimer. The timer was firing using an internal of 500ms but using an interval < 100ms the timer was not firing.
I tracked this down to MessageLoop::PostTask_Helper where the correct interval is passed yet the timer never fires.
Even if nothing is affected (since bug 594635 worked around the issue) it may be worth exploring as it may cause future issues.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•