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:
Alexandre Poirot 2024-07-26 14:19:48 +00:00
Родитель a63678d484
Коммит 1b43648bbf
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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)",
],
];
/**