Closed
Bug 1856559
Opened 1 year ago
Closed 1 year 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•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-591
Assignee | ||
Comment 1•1 year 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•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year 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
•