зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1304178 - Reset the splitconsole pref after every test to make sure it gets cleaned up;r=linclark
MozReview-Commit-ID: Bt7KrCXaUwV
This commit is contained in:
Родитель
dcd2c15b43
Коммит
adc8bcbcca
|
@ -96,6 +96,7 @@ registerCleanupFunction(() => {
|
|||
Services.prefs.clearUserPref("devtools.dump.emit");
|
||||
Services.prefs.clearUserPref("devtools.toolbox.host");
|
||||
Services.prefs.clearUserPref("devtools.toolbox.previousHost");
|
||||
Services.prefs.clearUserPref("devtools.toolbox.splitconsoleEnabled");
|
||||
});
|
||||
|
||||
registerCleanupFunction(function* cleanup() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче