Closed
Bug 1502917
Opened 7 years ago
Closed 6 years ago
Adding ChromeUtils.RequestProcInfo()
Categories
(Core :: Widget, enhancement)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: tarek, Assigned: tarek)
References
Details
Attachments
(1 file)
Adding a function that returns Firefox processes info.
The work in done in two layers:
- a new platform-agnostic module in widget/procinfo that returns info on a process given its pid
- a Chrome util function that iterates on processes started by Firefox and use procinfo to collect info
This function can be used to collect Firefox' processes behavior over time.
The platform agnostic function will be developed only for Linux/Win32/macOs for now and might be extended later to support all OSes flavors Firefox currently supports.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•6 years ago
|
||
RE: discussion in mozlando, about adding proc/thread info. Especially interested in getting any thread info for web assembly! But starting with any level of thread info is great.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → tarek
Updated•6 years ago
|
Attachment #9020792 -
Attachment description: Bug 1502917 - Adding ChromeUtils.GetProcInfo() → Bug 1502917 - Adding ChromeUtils.GetProcInfo() - r?ehsan
Updated•6 years ago
|
Attachment #9020792 -
Attachment description: Bug 1502917 - Adding ChromeUtils.GetProcInfo() - r?ehsan → Bug 1502917 - Adding ChromeUtils.GetProcInfo() - r?ehsan,mstange
Updated•6 years ago
|
Attachment #9020792 -
Attachment description: Bug 1502917 - Adding ChromeUtils.GetProcInfo() - r?ehsan,mstange → Bug 1502917 - Adding ChromeUtils.RequestProcInfo() - r?ehsan,mstange
| Assignee | ||
Updated•6 years ago
|
Summary: Adding ChromeUtils.GetProcInfo() → Adding ChromeUtils.RequestProcInfo()
Updated•6 years ago
|
Attachment #9020792 -
Attachment description: Bug 1502917 - Adding ChromeUtils.RequestProcInfo() - r?ehsan,mstange → Bug 1502917 - Adding ChromeUtils.RequestProcInfo() - r?ehsan,mstange,kershaw
Updated•6 years ago
|
Attachment #9020792 -
Attachment description: Bug 1502917 - Adding ChromeUtils.RequestProcInfo() - r?ehsan,mstange,kershaw → Bug 1502917 - Adding ChromeUtils.RequestProcInfo() - r?ehsan,mstange,kershaw,aklotz
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Attachment #9020792 -
Attachment description: Bug 1502917 - Adding ChromeUtils.RequestProcInfo() - r?ehsan,mstange,kershaw,aklotz → Bug 1502917 - Adding ChromeUtils.RequestProcInfo() - r?ehsan,mstange,kershaw,mhowell
| Assignee | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Component: Performance Monitoring → Widget
Product: Toolkit → Core
| Assignee | ||
Comment 7•6 years ago
|
||
| Assignee | ||
Comment 8•6 years ago
|
||
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd5dbeee8c5d
Adding ChromeUtils.RequestProcInfo() - r=Ehsan,mstange,kershaw,mhowell
Comment 10•6 years ago
|
||
Backed out changeset cd5dbeee8c5d (bug 1502917) for build bustage. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=229885405&repo=autoland&lineNumber=30903
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&revision=cd5dbeee8c5d53b8c48925e9ad0befcf6cd6d28e
Backout:
https://hg.mozilla.org/integration/autoland/rev/0cae81e9776e2e491ee73513d3644ad7f1bcec62
Flags: needinfo?(tarek)
| Assignee | ||
Comment 11•6 years ago
|
||
| Assignee | ||
Comment 12•6 years ago
|
||
| Assignee | ||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95d0c10a390c
Adding ChromeUtils.RequestProcInfo() - r=Ehsan,mstange,kershaw,mhowell
Comment 15•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
| Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(tarek)
You need to log in
before you can comment on or make changes to this bug.
Description
•