Electrolysis/HowTo: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== 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 * Se...")
 
Line 5: Line 5:
* Set browser.tabs.remote to true
* Set browser.tabs.remote to true
* Set layers.offmainthreadcomposition.prefer-basic to true
* Set layers.offmainthreadcomposition.prefer-basic to true
* Run firefox with MOZ_USE_OMTC=1


== How to run on larch ==
== How to run on larch ==
Prototyping happens on https://hg.mozilla.org/projects/larch/. Builds from that repository should usually just work.
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.
For debugging run with MOZ_DEBUG_CHILD_PROCESS=1.

Revision as of 22:00, 9 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.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.