gecko-dev/devtools/server/connectors
Alexandre Poirot 3e4fdd2d31 Bug 1583252 - Shutdown content process DebuggerServer only once the last connection closes. r=jdescottes
When multiple DebuggerClients starts debugging the same content process target,
the first one to close will destroy the other one as we destroy the server
and the loader as soon as we receive the debug:content-process-destroy message.
We should destroy them only once the last client closes.
i.e. when the last connection registered in the content process is destroyed.

Differential Revision: https://phabricator.services.mozilla.com/D47661

--HG--
extra : moz-landing-system : lando
2019-10-02 16:24:36 +00:00
..
content-process-connector.js Bug 1583252 - Shutdown content process DebuggerServer only once the last connection closes. r=jdescottes 2019-10-02 16:24:36 +00:00
frame-connector.js Bug 1577092 - Change devtools server connectors to expose connectTo functions r=nchevobbe 2019-08-28 13:07:40 +00:00
moz.build
worker-connector.js Bug 1577092 - Change devtools server connectors to expose connectTo functions r=nchevobbe 2019-08-28 13:07:40 +00:00