зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1744759 - [devtools] Create a pref flag for the edit and resend panel. r=bomsy
Differential Revision: https://phabricator.services.mozilla.com/D133193
This commit is contained in:
Родитель
cdcc0b21b5
Коммит
6516f750bb
|
@ -2445,6 +2445,9 @@ pref("devtools.netmonitor.audits.slow", 500);
|
||||||
// Enable the EventSource Inspector
|
// Enable the EventSource Inspector
|
||||||
pref("devtools.netmonitor.features.serverSentEvents", true);
|
pref("devtools.netmonitor.features.serverSentEvents", true);
|
||||||
|
|
||||||
|
// Enable the new Edit and Resend panel
|
||||||
|
pref("devtools.netmonitor.features.newEditAndResend", false);
|
||||||
|
|
||||||
// Enable the Storage Inspector
|
// Enable the Storage Inspector
|
||||||
pref("devtools.storage.enabled", true);
|
pref("devtools.storage.enabled", true);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче