Electrolysis/HowTo: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 9: Line 9:


== 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 with a new profile (no pref changes).
For debugging run with MOZ_DEBUG_CHILD_PROCESS=1.
For debugging run with MOZ_DEBUG_CHILD_PROCESS=1.

Revision as of 11:30, 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 with a new profile (no pref changes). For debugging run with MOZ_DEBUG_CHILD_PROCESS=1.