зеркало из https://github.com/mozilla/gecko-dev.git
291dec5ed3
This simplifies toggling the Tracer on all active targets. But this will be especially useful in the next changeset. This allows to have two distinct level of enabling: * the target configuration * the actual start of tracing done by the tracer (on user interaction or next page load) Doing this allows to distinguish tracer simple enabling, when "trace on next user interaction" is enabled, where we can display a badge on the tracer icon to significate it isn't tracing just yet. And actual start of the tracer, when the first user interaction happens, where we can remove the badge. Differential Revision: https://phabricator.services.mozilla.com/D198961 |
||
---|---|---|
.. | ||
tests | ||
moz.build | ||
tracer.jsm |