Bug 1282120 - Run the e10s-addons experiment on Beta 49 with the set of first 9 add-ons to be tested (plus WebExtensions). r=mconley draft
authorFelipe Gomes <felipc@gmail.com>
Wed, 20 Jul 2016 20:50:10 -0300
changeset 390284 70f6ee6896afbc5670620399c6a03e0134a0f704
parent 390283 0a010ee22ca8159615517d3134df4b9ad245948e
child 525974 1970ee15311751f61a4f8111f937468afb9e21ee
push id23643
push userfelipc@gmail.com
push dateWed, 20 Jul 2016 23:50:37 +0000
reviewersmconley
bugs1282120
milestone50.0a1
Bug 1282120 - Run the e10s-addons experiment on Beta 49 with the set of first 9 add-ons to be tested (plus WebExtensions). r=mconley MozReview-Commit-ID: GxHZZMRpitO
browser/extensions/e10srollout/bootstrap.js
--- a/browser/extensions/e10srollout/bootstrap.js
+++ b/browser/extensions/e10srollout/bootstrap.js
@@ -11,17 +11,17 @@ Cu.import("resource://gre/modules/Servic
 Cu.import("resource://gre/modules/UpdateUtils.jsm");
 
  // The amount of people to be part of e10s
 const TEST_THRESHOLD = {
   "beta"    : 0.5,  // 50%
 };
 
 const ADDON_ROLLOUT_POLICY = {
-  // per-channel policies go here
+  "beta"    : "2a", // Set 2 + any WebExtension
 };
 
 const PREF_COHORT_SAMPLE       = "e10s.rollout.cohortSample";
 const PREF_COHORT_NAME         = "e10s.rollout.cohort";
 const PREF_E10S_OPTED_IN       = "browser.tabs.remote.autostart";
 const PREF_E10S_FORCE_ENABLED  = "browser.tabs.remote.force-enable";
 const PREF_E10S_FORCE_DISABLED = "browser.tabs.remote.force-disable";
 const PREF_TOGGLE_E10S         = "browser.tabs.remote.autostart.2";