Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
bug 1095012 - explicitly disable e10s when not desired
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie committed Nov 6, 2014
1 parent 54417b4 commit 3563184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python-lib/cuddlefish/runner.py
Expand Up @@ -418,6 +418,10 @@ def run_app(harness_root_dir, manifest_rdf, harness_options,

if enable_e10s:
preferences['browser.tabs.remote.autostart'] = True
else:
preferences['browser.tabs.remote.autostart'] = False
preferences['browser.tabs.remote.autostart.1'] = False
preferences['browser.tabs.remote.autostart.2'] = False

# For now, only allow running on Mobile with --force-mobile argument
if app_type in ["fennec-on-device"] and not enable_mobile:
Expand Down

0 comments on commit 3563184

Please sign in to comment.