Open
Bug 282013
Opened 20 years ago
Updated 2 years ago
Timer should continue and not be restarted after sleep in TimerThread.cpp
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: morty, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050201 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050201 Firefox/1.0+ After waking up from sleep mode the timers get restarted. (DoAfterSleep()) They should be continued. So, the remaining time must be saved in DoBeforeSleep. This is especially interesting for long term timers. Reproducible: Always Steps to Reproduce: Go to stanby or hibernate. Actual Results: Timers get reset Expected Results: Timers should continue
Comment 1•20 years ago
|
||
brendan, this sounds like a reasonable thought...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•18 years ago
|
Assignee: dougt → nobody
QA Contact: xpcom
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•