зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1770145 - [devtools] Enable New Edit and Resend Panel on all channels r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D146823
This commit is contained in:
Родитель
bc2445a008
Коммит
3338893a7f
|
@ -2465,12 +2465,8 @@ pref("devtools.netmonitor.audits.slow", 500);
|
|||
// Enable the EventSource Inspector
|
||||
pref("devtools.netmonitor.features.serverSentEvents", true);
|
||||
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
// Enable the new Edit and Resend panel
|
||||
pref("devtools.netmonitor.features.newEditAndResend", true);
|
||||
#else
|
||||
pref("devtools.netmonitor.features.newEditAndResend", false);
|
||||
#endif
|
||||
|
||||
pref("devtools.netmonitor.customRequest", '{}');
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче