Bug 1779524 - Port bug 1764348 - Add pref devtools.browserconsole.enableNetworkMonitoring. r=#thunderbird-reviewers,mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D151793 --HG-- extra : rebase_source : 0068eec0b7584b60dfcbea4d100f205c9f9fdf15 extra : amend_source : de6bc44ec679be92ddfd8d7a722f01b34efd6851
This commit is contained in:
Родитель
88b67306fb
Коммит
7ea27382e5
|
@ -1178,6 +1178,9 @@ pref("devtools.webconsole.groupWarningMessages", true);
|
|||
// Saved state of the Display content messages checkbox in the browser console.
|
||||
pref("devtools.browserconsole.contentMessages", true);
|
||||
|
||||
// Enable network monitoring the browser toolbox console/browser console.
|
||||
pref("devtools.browserconsole.enableNetworkMonitoring", false);
|
||||
|
||||
// Enable client-side mapping service for source maps
|
||||
pref("devtools.source-map.client-service.enabled", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче