зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1909692
- [devtools] Show a toggle in the experimental preferences popup to enable the JS Tracer. r=devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D217586
This commit is contained in:
Родитель
a63678d484
Коммит
1b43648bbf
|
@ -28,6 +28,10 @@ const PREFERENCES = [
|
|||
"Enable bfcache navigation in parent process (requires Fission and involve " +
|
||||
"more top level target switching",
|
||||
],
|
||||
[
|
||||
"devtools.debugger.features.javascript-tracing",
|
||||
"Enable the JavaScript tracer. (You need to restart Firefox / the Browser Toolbox to apply this setting)",
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче