forked from mirrors/gecko-dev
On the server side, this patch introduces: * a new "tracer" Target Scope actor to start and stop tracing per target * a new TRACING_STATE resource in order to report to the client when we start/stop tracing and with which log method. On the frontend side, this patch introduces: * a global tracer button, which will enable/disable tracing for all targets/threads all at once. * a global header, similar to pause, reporting if any target is tracing or not. The header reuses the pause header and we may want to followup to better coordinate case where we pause and trace at the same time. Only one of the two states is displayed. We may want to followup here to be able to trace only one target and see the state per target. Differential Revision: https://phabricator.services.mozilla.com/D163614 |
||
|---|---|---|
| .. | ||
| actors | ||
| connectors | ||
| performance | ||
| socket | ||
| startup | ||
| tests | ||
| devtools-server-connection.js | ||
| devtools-server.js | ||
| moz.build | ||