Closed
Bug 614181
Opened 15 years ago
Closed 14 years ago
Remove app.update.timer preference and add app.update.timerMinimumDelay preference
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
Firefox 6
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
1.36 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
Bug 604804 removed the app.update.timer preference (the timer delay) and added a app.update.timerMinimumDelay preference (the minimum timer delay with a default of 120 seconds and a minimum of 60 seconds). The timer now staggers calling each nsITimerCallback, varies the delay between firing based on whether there are timers that were skipped, and schedules the next firing based on the shortest next update time out of each nsITimerCallback.
![]() |
Assignee | |
Comment 1•15 years ago
|
||
Assignee: nobody → robert.bugzilla
Status: NEW → ASSIGNED
Attachment #492784 -
Flags: review?(gavin.sharp)
![]() |
Assignee | |
Comment 2•14 years ago
|
||
Comment on attachment 492784 [details] [diff] [review]
patch
Dão, perhaps you have time to review this?
Attachment #492784 -
Flags: review?(dao)
Comment 3•14 years ago
|
||
Comment on attachment 492784 [details] [diff] [review]
patch
mobile/app/mobile.js sets app.update.timer as well.
Attachment #492784 -
Flags: review?(dao) → review+
Updated•14 years ago
|
Attachment #492784 -
Flags: review?(gavin.sharp)
![]() |
Assignee | |
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Comment on attachment 492784 [details] [diff] [review]
> patch
>
> mobile/app/mobile.js sets app.update.timer as well.
Yes... there were a couple of the mobile team cc'd to the bug that obsoleted the pref and I had hoped one of them would have done it per bug 604804 comment #21. :(
![]() |
Assignee | |
Comment 5•14 years ago
|
||
Pushed to mozilla-central
http://tinyurl.com/48zvtw6
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Flags: in-litmus-
Resolution: --- → FIXED
![]() |
Assignee | |
Updated•14 years ago
|
Target Milestone: --- → Firefox 6
(In reply to comment #5)
> Pushed to mozilla-central
> http://tinyurl.com/48zvtw6
I think that should be: http://hg.mozilla.org/mozilla-central/rev/55c53b4c28af
Comment 7•14 years ago
|
||
Verified on Mozilla/5.0 (Windows NT 6.1; rv:6.0a1) Gecko/20110504 Firefox/6.0a1
Status: RESOLVED → VERIFIED
Comment 8•14 years ago
|
||
This preference could be in use by some extensions. Flagging for dev doc.
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•