Changes

Jump to: navigation, search

FAQ

276 bytes added, 13:42, 25 April 2007
Building Firefox
# '''What's the best way to run a build so it doesn't mess-up my default install/profile?'''
#: Use the '''-no-remote''' and '''-profile''' command line switches. The '''-no-remote''' switch will allow multiple versions of the browser to run at the same time (i.e., otherwise it will open another window for your currently running instance). The '''-profile''' switch allows you to specify a path to a profile (e.g., a directory). This profile directory doesn't need to exist--it will create it if it is not there:<br/><br/><code>$ mozilla/''objdir''/dist/bin/firefox.exe -no-remote -profile some/path/testing</code>
# '''When I run my new build on Windows, I get a lot of assertion pop-ups. How can I stop this?'''
#: Before you run your build at the command line, do this (which will send the assertion messages to the console instead):<br/><br/><code>export XPCOM_DEBUG_BREAK=warn</code>
== IRC ==

Navigation menu