Reorder columns in about:processes
Categories
(Core :: DOM: Content Processes, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: Yoric, Assigned: soniasingla, Mentored)
References
Details
(Whiteboard: [lang=js][lang=html][lang=css])
Attachments
(1 file, 2 obsolete files)
In about:processes
, we currently show, in this order:
- process id (or thread id);
- process name and type;
- resident memory;
- virtual memory;
- CPU use (user space);
- CPU use (kernel space);
- Number of threads.
We should reorder (skipping a few columns):
- process name and type (which is what our users are most interested in);
- resident memory;
- total CPU use (user + kernel)
- process id (or thread id);
- number of threads.
This should make it easier for users to read the table.
The code is in aboutProcesses.html, aboutProcesses.js and aboutProcesses.css.
edit Added details.
Maybe something to consider: for narrower windows, the columns near the end get cutoff. Is it possible to make the columns resizable or something?
Hovering over the truncated field shows a tooltip with the value, so this isn't a huge deal. This might not even be a problem after bug 1648378.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Reporter | ||
Comment 3•5 years ago
|
||
(In reply to :kashav from comment #1)
Maybe something to consider: for narrower windows, the columns near the end get cutoff. Is it possible to make the columns resizable or something?
That will take work, but yeah, I'd like to do that.
Comment 4•5 years ago
|
||
Comment on attachment 9163810 [details]
Bug 1652013 - In default sorting, instead of sorting by pid, group together rows by type;r?florian
Revision D83668 was moved to bug 1652006. Setting attachment 9163810 [details] to obsolete.
Updated•5 years ago
|
Reporter | ||
Comment 5•5 years ago
|
||
Depends on D83668
Comment 6•5 years ago
|
||
Comment on attachment 9163810 [details]
Bug 1652013 - In default sorting, instead of sorting by pid, group together rows by type;r?florian
Revision D83668 was moved to bug 1652006. Setting attachment 9163810 [details] to obsolete.
Comment 7•5 years ago
|
||
Comment on attachment 9164037 [details]
Bug 1652013 - In default sorting, show a separation between groups of rows;r?florian
Revision D83790 was moved to bug 1652006. Setting attachment 9164037 [details] to obsolete.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Hi! I've never contributed to OSS before, but I'd love to take a crack at this since it appears to be unassigned. Where do I begin?
Updated•5 years ago
|
Reporter | ||
Comment 9•5 years ago
|
||
(In reply to jacobmarquardt1 from comment #8)
Hi! I've never contributed to OSS before, but I'd love to take a crack at this since it appears to be unassigned. Where do I begin?
Hey, jacobmarquardt1, thanks for picking this!
The first step would be to be download and build the source code of Firefox, then to configure Phabricator, the tool we use to submit changes to Firefox. If you have any question, you can find me (and plenty of other nice people) on our chat! Over there, I'm called Yoric
.
Assignee | ||
Comment 10•5 years ago
|
||
Hey, Yoric, I am working on this bug :)
Reporter | ||
Comment 11•5 years ago
|
||
Great :)
I'll be away for a few days but don't hesitate to ask questions here or on #Introduction if you need help!
Assignee | ||
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
Backed out changeset c1527aeaa9d1 (bug 1652013) for bc failures at toolkit/components/aboutprocesses/tests/browser/browser_aboutprocesses.js
Backout: https://hg.mozilla.org/integration/autoland/rev/325966c58ad27142169c9794bd551ad8fadbc091
Failure push: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=c1527aeaa9d15aed092f97de1c683fd9a768837f
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=313539916&repo=autoland&lineNumber=51808
Comment 15•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 16•5 years ago
|
||
Backed out for causing bug 1660624 as requested by David.
Backout: https://hg.mozilla.org/integration/autoland/rev/4a3fa34ca3256479bd16363a80d950d35ce0ae96
Assignee | ||
Updated•5 years ago
|
Comment 17•5 years ago
|
||
bugherder |
Comment 18•5 years ago
|
||
Updated•5 years ago
|
Comment 19•5 years ago
|
||
bugherder |
Description
•