m (→to check) |
m (→to check) |
||
| Line 19: | Line 19: | ||
* can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser] | * can't get my own build to work so far: [http://build.meego.com/package/show?package=fennec-qt&project=home%3Aensonic%3Abranches%3Adevel%3Abrowser home:ensonic:branches:devel:browser] | ||
| - | == to check == | + | == to check in builds == |
* do we have the recent version in the n900 repo? | * do we have the recent version in the n900 repo? | ||
** the package in [http://build.meego.com/package/files?package=fennec-qt&project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&project=devel%3Abrowser devel:browser] (seems the same) is two weeks old | ** the package in [http://build.meego.com/package/files?package=fennec-qt&project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&project=devel%3Abrowser devel:browser] (seems the same) is two weeks old | ||
| Line 53: | Line 53: | ||
ac_add_options --disable-javaxpcom | ac_add_options --disable-javaxpcom | ||
ac_add_options --disable-printing | ac_add_options --disable-printing | ||
| - | + | ||
| + | == meassuremtnts == | ||
* test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device | * test the [http://glandium.org/blog/?p=1575 AboutStartup] extension on the device | ||
Contents |
~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin ./run-mozilla.sh ./fennec
NSPR_LOG_FILE="mozdebug.log" NSPR_LOG_MODULES="all:5,timestamp" ./run-mozilla.sh >/dev/null 2>&1 ./fennec
NSPR_LOG_FILE="mozdebug.log" NSPR_LOG_MODULES="all:3,timestamp,sync" ./run-mozilla.sh ./fennec sort mozdebug.log >mozdebug.log2 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png
ac_add_options --enable-debug="-g3" ac_add_options --disable-optimize ac_add_options --enable-logging ac_add_options --disable-elf-dynstr-gc
ac_add_options --enable-mobile-optimize ac_add_options --enable-optimize="-O2" ac_add_options --enable-faststart
ac_add_options --with-system-jpeg ac_add_options --with-system-png ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite ac_add_options --enable-system-cairo ac_add_options --enable-system-pixman
ac_add_options --disable-installer ac_add_options --disable-crashreporter ac_add_options --disable-javaxpcom ac_add_options --disable-printing