68
edits
(→Design) |
|||
Line 31: | Line 31: | ||
* Instead of the mozilla-central branch, use '''ssh://hg.mozilla.org/users/edward.lee_engineering.uiuc.edu/tabcandy-central/''' | * Instead of the mozilla-central branch, use '''ssh://hg.mozilla.org/users/edward.lee_engineering.uiuc.edu/tabcandy-central/''' | ||
* For the time being, we have an assert which causes Firefox to abort at startup. Make sure your .mozconfig file does '''not''' include ''ac_add_options --enable-debug'' | * For the time being, we have an assert which causes Firefox to abort at startup. Make sure your .mozconfig file does '''not''' include ''ac_add_options --enable-debug'' | ||
* If you add ''ac_add_options --enable-chrome-format=flat'' to your .mozconfig file, it won't zip up the JavaScript into .jar files, so it's easier to debug them. | |||
Once you've done a full build, for future builds you can just package up the various pieces TabCandy needs. One approach is to make a shell script like so: | Once you've done a full build, for future builds you can just package up the various pieces TabCandy needs. One approach is to make a shell script like so: |
edits