Bug 1299247 - Increase e10s activation on the release channel to 100% of eligible users. r=mconley

MozReview-Commit-ID: Lc50yKrlok4
This commit is contained in:
Felipe Gomes 2016-08-31 11:46:32 -03:00
Родитель 524352cff2
Коммит f0f40ee684
2 изменённых файлов: 2 добавлений и 1 удалений

1
browser/extensions/e10srollout/bootstrap.js поставляемый
Просмотреть файл

@ -13,6 +13,7 @@ Cu.import("resource://gre/modules/UpdateUtils.jsm");
// The amount of people to be part of e10s
const TEST_THRESHOLD = {
"beta" : 0.5, // 50%
"release" : 1.0, // 100%
};
const ADDON_ROLLOUT_POLICY = {

Просмотреть файл

@ -10,7 +10,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>e10srollout@mozilla.org</em:id>
<em:version>1.0</em:version>
<em:version>1.2</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:multiprocessCompatible>true</em:multiprocessCompatible>