Bug 1377001 - Tweak e10srollout for Beta 55 (see bug for details). r=Felipe

MozReview-Commit-ID: 7vyaBNkFdc5

--HG--
extra : rebase_source : f421e8965385b663ae9c447592f986194bf775c5
This commit is contained in:
Blake Kaplan 2017-06-28 17:10:47 -07:00
Родитель 2160b355d0
Коммит 34b92644fe
2 изменённых файлов: 5 добавлений и 3 удалений

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

@ -22,8 +22,10 @@ const TEST_THRESHOLD = {
// If a user qualifies for the e10s-multi experiement, this is how many
// content processes to use and whether to allow addons for the experiment.
const MULTI_EXPERIMENT = {
"beta": { buckets: { 1: .5, 4: 1, }, // 1 process: 50%, 4 processes: 50%
addonsDisableExperiment: false },
"beta": { buckets: { 4: 1, }, // 4 processes: 100%
// See below for an explanation, this only allows webextensions.
get addonsDisableExperiment() { return getAddonsDisqualifyForMulti(); } },
"release": { buckets: { 1: .2, 4: 1 }, // 1 process: 20%, 4 processes: 80%

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

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