gecko-dev/devtools/server
Nicolas Chevobbe c6f6b43576 Bug 1722801 - [devtools] Get all connections before closing them in DevToolsServer.destroy. r=jdescottes.
When running test_webconsole-node-grip.html with server side target switching,
the test was failing as accessing this._connections[connID] was returning a
null object.
From some quick investigation, it looks like the object was nullified after
a first connection was closed.
Retrieving all the connection objects before looping closing them seems to
fix the issue.

Differential Revision: https://phabricator.services.mozilla.com/D121165
2021-07-29 14:39:55 +00:00
..
actors Bug 1430022 - [devtools] Adds an error message in the copy command on a cyclic object r=nchevobbe 2021-07-29 05:36:13 +00:00
connectors Bug 1721823 - [devtools] Make isServerTargetSwitchingEnabled be a runtime flag from server standpoint. r=jdescottes,devtools-backward-compat-reviewers 2021-07-27 15:23:24 +00:00
performance
socket
startup Bug 1699111 - [devtools] Rename transports onClosed callback to onTransportClosed. r=jdescottes 2021-04-13 13:44:24 +00:00
tests Bug 1722800 - [devtools] Fix mochitest chrome tests with server targets. r=nchevobbe 2021-07-29 07:41:49 +00:00
devtools-server-connection.js Bug 1699111 - [devtools] Rename transports onClosed callback to onTransportClosed. r=jdescottes 2021-04-13 13:44:24 +00:00
devtools-server.js Bug 1722801 - [devtools] Get all connections before closing them in DevToolsServer.destroy. r=jdescottes. 2021-07-29 14:39:55 +00:00
moz.build