Content process targets destruction isn't notified to the client
Categories
(DevTools :: Framework, defect, P3)
Tracking
(firefox104 fixed)
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This only happens when we destroy the target, but the content process itself isn't destroyed.
When the process is destroyed, the following code will kicks in and notify about the target destruction:
https://searchfox.org/mozilla-central/rev/c8e15e17bc6fd28f558c395c948a6251b38774ff/devtools/server/actors/watcher/target-helpers/process-helper.js#80-86
In bug 1772310, we will start destroying content process target actors, while the process keeps running and start having some side effects because of this.
| Assignee | ||
Comment 1•4 years ago
|
||
That, when the target is destroyed for any reason other than the process destruction.
For example, when we stop observing for content process targets.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out changeset a6d7efb82917 (Bug 1772347) for causing devtools failres.
Backout link
Push with failures <--> dt8
Failure Log
Comment 5•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•3 years ago
|
Description
•