Electrolysis/HowTo: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* Make sure your build includes {{bug|868259}} | * Make sure your build includes {{bug|868259}} | ||
* Set browser.tabs.remote to true | * Set browser.tabs.remote to true | ||
* Set layers.acceleration.disabled to true | |||
* Set layers.offmainthreadcomposition.prefer-basic to true | * Set layers.offmainthreadcomposition.prefer-basic to true | ||
* Run firefox with MOZ_USE_OMTC=1 | * Run firefox with MOZ_USE_OMTC=1 |
Revision as of 11:29, 11 May 2013
How to run on trunk
- Create a new profile! e10s will damage your current profile.
- Make sure your build includes bug 868259
- Set browser.tabs.remote to true
- Set layers.acceleration.disabled to true
- Set layers.offmainthreadcomposition.prefer-basic to true
- Run firefox with MOZ_USE_OMTC=1
How to run on larch
Prototyping happens on https://hg.mozilla.org/projects/larch/. Builds from that repository should usually just work. For debugging run with MOZ_DEBUG_CHILD_PROCESS=1.