gecko-dev/devtools/server
Nicolas Chevobbe cf1c89970f Bug 1439963 - [devtools] Handle evaluation result in a new task, after the evaluation is done. r=ochameau.
This way we ensure that any microtask created by the evaluated expression are
run, which can impact what we send to the client (e.g. `Promise.resolve().then(() => 246)`
will show a resolved promise instead of a pending one).
Some stubs and node tests are added to ensure this does fix the issue.

Differential Revision: https://phabricator.services.mozilla.com/D100979
2021-01-08 13:47:00 +00:00
..
actors Bug 1439963 - [devtools] Handle evaluation result in a new task, after the evaluation is done. r=ochameau. 2021-01-08 13:47:00 +00:00
connectors Bug 1676810 - [devtools] Use a shared WatchedData module in order to update cross process data object. r=jdescottes 2020-11-18 09:23:34 +00:00
performance Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
socket Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
startup Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
tests Bug 1439963 - [devtools] Handle evaluation result in a new task, after the evaluation is done. r=ochameau. 2021-01-08 13:47:00 +00:00
devtools-server-connection.js Bug 1633727 - Improve error reporting for legacy actors r=nchevobbe 2020-07-28 19:44:51 +00:00
devtools-server.js Bug 1633712 - [devtools] Create WorkerTargets as soon as possible. r=ochameau,devtools-backward-compat-reviewers. 2020-10-26 12:53:43 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00