зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1498862 - Increase access limit for chrome.override_package.global to 70 to prevent failures for 64 beta r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D8696 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
7d361890f4
Коммит
39f7887f1c
|
@ -101,6 +101,10 @@ add_task(async function startup() {
|
||||||
min: 5,
|
min: 5,
|
||||||
max: 55,
|
max: 55,
|
||||||
},
|
},
|
||||||
|
"chrome.override_package.global": {
|
||||||
|
min: 0,
|
||||||
|
max: 50,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
let startupRecorder = Cc["@mozilla.org/test/startuprecorder;1"].getService().wrappedJSObject;
|
let startupRecorder = Cc["@mozilla.org/test/startuprecorder;1"].getService().wrappedJSObject;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче