Closed
Bug 1648458
Opened 5 years ago
Closed 5 years ago
Add test for checking that resource watcher are destroyed when target is destroyed
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox79 fixed)
RESOLVED
FIXED
Firefox 79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(2 files)
This is a follow up for Bug 1648022
Assignee | ||
Comment 1•5 years ago
|
||
getActor (which is called by DevToolsServer.searchAllConnectionsForActor) wasn't
returning self-managed actors.
In this patch we're adding a new findInPools method to DevToolsServerConnection
which allows to loop through the pools. We then use it to search for self-managed
actors in getActor.
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c16ba24eff4
Add a test to assert resource watcher destruction when associated target actor is destroyed. r=ochameau.
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
You need to log in
before you can comment on or make changes to this bug.
Description
•