gecko-dev/devtools/server
Alexandre Poirot 92e8745890 Bug 1622219 - Stop returning any value from ThreadActor.attach. r=jdescottes
We weren't actually returning any value.
The only case when we return something is when the RDP method throws and return
an object response with an "error" attribute.
I imagine this has been refactored incorectly from old style actor to protocol.js.
We should throw in case of errors if we want to transfer a RDP message with "error" attribute.

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

--HG--
extra : moz-landing-system : lando
2020-03-16 11:37:52 +00:00
..
actors Bug 1622219 - Stop returning any value from ThreadActor.attach. r=jdescottes 2020-03-16 11:37:52 +00:00
connectors Bug 1614791 - Rename DebuggerServer to DevToolsServer. r=jdescottes 2020-02-17 10:28:24 +00:00
performance Bug 1144438 - Remove false error notification when the profiler stops; r=julienw 2020-03-02 16:37:04 +00:00
socket Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
startup Bug 1614791 - Rename DebuggerServer to DevToolsServer. r=jdescottes 2020-02-17 10:28:24 +00:00
tests Bug 1622219 - Return only the thread front from Target.attachThread. r=jdescottes 2020-03-16 11:37:47 +00:00
devtools-server-connection.js Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers 2020-03-08 21:45:16 +00:00
devtools-server.js Bug 1614793 - Rename DebuggerServerConnection to DevToolsServerConnection. r=jdescottes 2020-02-18 15:28:49 +00:00
moz.build Bug 1614793 - Rename DebuggerServerConnection to DevToolsServerConnection. r=jdescottes 2020-02-18 15:28:49 +00:00