[tor-bugs] #21432 [Applications/Tor Browser]: Make a plan on how to deploy e10s in Tor Browser

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Mar 20 11:48:16 UTC 2017


#21432: Make a plan on how to deploy e10s in Tor Browser
-------------------------------------------------+-------------------------
 Reporter:  gk                                   |          Owner:  tbb-
                                                 |  team
     Type:  task                                 |         Status:  new
 Priority:  Medium                               |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  ff52-esr, tbb-7.0-must,              |  Actual Points:
  TorBrowserTeam201703                           |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by gk):

 There is
 {{{
 #if defined(XP_WIN)
   if (!IsVistaOrLater()) {
     nsAdoptingCString channelName =
 Preferences::GetDefaultCString("app.update.channel");
     if (channelName.EqualsLiteral("release") ||
 channelName.EqualsLiteral("esr")) {
       gMultiprocessBlockPolicy = kE10sDisabledForOperatingSystem;
       return gMultiprocessBlockPolicy;
     }
   }
 #endif // XP_WIN
 }}}
 We probably don't want to have it enabled in Win XP on `alpha` or
 `default` either.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21432#comment:10>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list