Closed
Bug 1856559
Opened 2 years ago
Closed 2 years ago
Make IdleTaskRunner just dispatch an idle task when possible
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
Currently if RefreshDriver is ticking, IdleTaskRunner uses it always to dispatch idle tasks.
But it could just dispatch them itself.
This is related to bug 1856545 - trying to ensure we can utilize idle time better.
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-591
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d02ff457e856
Make IdleTaskRunner just dispatch an idle task when possible, r=bas
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•