Closed
Bug 1586468
Opened 5 years ago
Closed 5 years ago
ProcessActorList only listens for new processes
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
ProcessActorList should notify listeners when content processes are terminated, and not just when new ones are started. It detects new processes by running a script in each new content process that sends a "debug:new-process" message which the list listens to. Maybe something similar could be done for process termination, but it seems simpler to use the observer service or something from C++ to indicate that the set of content processes has changed.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D48260
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → bhackett1024
Updated•5 years ago
|
Attachment #9099026 -
Attachment is obsolete: true
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f99deec68261
Part 2 - Use observer service to listen for content process connects/disconnects, r=ochameau.
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•