Closed
Bug 1804295
Opened 2 years ago
Closed 2 years ago
Remove the current use of favorPerformanceHint and change the mechanism to have a short burst of Gecko tasks over native tasks
Categories
(Core :: Widget, enhancement, P3)
Core
Widget
Tracking
()
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Regressed 1 open bug)
Details
Attachments
(4 files)
The current use of favorPerformanceHint is very error prone. We've had cases where we stay in the wrong mode forever.
I thought we should remove perf mode (bug 930793), but I think I've found a case where it is actually useful (during process switch of content processes).
But anyhow, the current use of the API is just bizarre.
Assignee | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D163964
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D165133
Updated•2 years ago
|
Attachment #9309126 -
Attachment description: WIP: Bug 1804295, GeckoTasksBurst in process switch → WIP: Bug 1804295, GeckoTasksBurst for process switch and child process document load
Updated•2 years ago
|
Attachment #9309126 -
Attachment description: WIP: Bug 1804295, GeckoTasksBurst for process switch and child process document load → WIP: Bug 1804295, GeckoTasksBurst for process switch
Updated•2 years ago
|
Attachment #9309126 -
Attachment description: WIP: Bug 1804295, GeckoTasksBurst for process switch → WIP: Bug 1804295, GeckoTaskBurst for process switch
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D165134
Updated•2 years ago
|
Attachment #9309551 -
Attachment description: WIP: Bug 1804295, Don't deprioritize refreshdriver so much during page load → WIP: Bug 1804295, deprioritize refreshdriver even more during page load
Updated•2 years ago
|
Attachment #9309551 -
Attachment description: WIP: Bug 1804295, deprioritize refreshdriver even more during page load → WIP: Bug 1804295, remove page load specific refreshdriver scheduling
Updated•2 years ago
|
Attachment #9309551 -
Attachment description: WIP: Bug 1804295, remove page load specific refreshdriver scheduling → WIP: Bug 1804295, deprioritize refreshdriver even more during page load
Updated•2 years ago
|
Attachment #9309551 -
Attachment description: WIP: Bug 1804295, deprioritize refreshdriver even more during page load → WIP: Bug 1804295, a tweak to refreshdriver scheduling during page load
Assignee | ||
Updated•2 years ago
|
Summary: Consider to remove the current use of favorPerformanceHint → Remove the current use of favorPerformanceHint and change the mechanism to have a short burst of Gecko tasks over native tasks
Updated•2 years ago
|
Attachment #9306914 -
Attachment description: WIP: Bug 1804295 - Remove the current use of favorPerformanceHint → Bug 1804295 - Remove the current use of favorPerformanceHint
Updated•2 years ago
|
Attachment #9309125 -
Attachment description: WIP: Bug 1804295, Add GeckoTasksBurst → Bug 1804295, Add GeckoTasksBurst
Updated•2 years ago
|
Attachment #9309126 -
Attachment description: WIP: Bug 1804295, GeckoTaskBurst for process switch → Bug 1804295, GeckoTaskBurst for process switch
Updated•2 years ago
|
Attachment #9309551 -
Attachment description: WIP: Bug 1804295, a tweak to refreshdriver scheduling during page load → Bug 1804295, a tweak to refreshdriver scheduling during page load
Updated•2 years ago
|
Attachment #9306914 -
Attachment description: Bug 1804295 - Remove the current use of favorPerformanceHint → Bug 1804295 - Remove the current use of favorPerformanceHint, r=emilio
Updated•2 years ago
|
Attachment #9309125 -
Attachment description: Bug 1804295, Add GeckoTasksBurst → Bug 1804295, Add GeckoTasksBurst, r=emilio
Updated•2 years ago
|
Attachment #9309126 -
Attachment description: Bug 1804295, GeckoTaskBurst for process switch → Bug 1804295, RequestGeckoTaskBurst for process switch, r=emilio
Updated•2 years ago
|
Attachment #9309551 -
Attachment description: Bug 1804295, a tweak to refreshdriver scheduling during page load → Bug 1804295, a tweak to refreshdriver scheduling during page load, r=emilio
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d813eca250a1
Remove the current use of favorPerformanceHint, r=emilio
https://hg.mozilla.org/integration/autoland/rev/81486c049a63
Add GeckoTasksBurst, r=emilio
https://hg.mozilla.org/integration/autoland/rev/983c2f1ce187
RequestGeckoTaskBurst for process switch, r=emilio
https://hg.mozilla.org/integration/autoland/rev/7966f6606190
a tweak to refreshdriver scheduling during page load, r=emilio
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d813eca250a1
https://hg.mozilla.org/mozilla-central/rev/81486c049a63
https://hg.mozilla.org/mozilla-central/rev/983c2f1ce187
https://hg.mozilla.org/mozilla-central/rev/7966f6606190
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•