Bug 1693316 - [devtools performance panel] Enable the new performance panel by default in Release r=jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D137343
This commit is contained in:
Julien Wajsberg 2022-02-01 11:53:54 +00:00
Родитель 1ad3bc1249
Коммит bf6e02feb6
1 изменённых файлов: 2 добавлений и 6 удалений

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

@ -2515,12 +2515,8 @@ pref("devtools.browserconsole.input.editorWidth", 0);
// Display an onboarding UI for the Editor mode.
pref("devtools.webconsole.input.editorOnboarding", true);
// Enable the new performance recording panel in Nightly and Beta/DevEdition builds.
#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION)
pref("devtools.performance.new-panel-enabled", true);
#else
pref("devtools.performance.new-panel-enabled", false);
#endif
// Enable the new performance panel in all channels of Firefox.
pref("devtools.performance.new-panel-enabled", true);
// Enable message grouping in the console, true by default
pref("devtools.webconsole.groupWarningMessages", true);