Closed
Bug 1705827
Opened 4 years ago
Closed 4 years ago
The about:processes table should not be re-rendered at every refresh
Categories
(Core :: DOM: Content Processes, task, P3)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Currently every time the data in about:processes is refreshed, we remove the entire table and re-render it. This is bad both for accessibility and performance.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D112421
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D112537
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57a6210227b6
update the about:processes table without rebuilding the rows that have not changed, r=dthayer.
https://hg.mozilla.org/integration/autoland/rev/e5aa7733e1ae
simplify handling of open thread lists in about:processes, r=dthayer.
https://hg.mozilla.org/integration/autoland/rev/9c1aa135e1b5
keep updating CPU and memory values in about:processes when sorting changes are disabled due to recent mouse events, r=dthayer.
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/57a6210227b6
https://hg.mozilla.org/mozilla-central/rev/e5aa7733e1ae
https://hg.mozilla.org/mozilla-central/rev/9c1aa135e1b5
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•