Mobile/e10s: Difference between revisions

Jump to navigation Jump to search
364 bytes removed ,  2 July 2010
(→‎How to run: fix browser.tabs.remote docs)
Line 92: Line 92:
Get mozilla and mobile projects off mercurial:
Get mozilla and mobile projects off mercurial:
<pre>
<pre>
hg clone http://hg.mozilla.org/projects/electrolysis
hg clone http://hg.mozilla.org/mozilla-central
cd electrolysis
cd electrolysis
hg clone http://hg.mozilla.org/mobile-browser mobile
hg clone http://hg.mozilla.org/mobile-browser mobile
</pre>
</pre>


Right now, for Fennec we need additional platform patches on top of electrolysis branch.  You will need mq for this.
Also, in your mozconfig, ensure you this set:
<pre>
cd .hg
hg clone http://hg.mozilla.org/users/dougt_mozilla.com/e10s-patches/ patches
cd ..
hg qpush -a
</pre>
 
::<b>NOTE</b>: when getting a new patch queue, don't forget to <pre>hg qpop -a</pre> before you do so!


::<b>NOTE for contributors:</b> If you push to the patches queue, please don't modify the status file.
# e10s
ac_add_options --enable-ipc


=== Building for desktop ===
=== Building for desktop ===
Confirmed users
1,031

edits

Navigation menu