Basic steps to install & enable the Firefox Metrics Extension
1. Checkout a nightly build from the Mozilla CVS.
2. Patch the metrics extension with this patch
--Metrics Patch--
3. Add the following to the .mozconfig
ac_add_options --enable-extensions=metrics
4. Build Firefox.
5. Go into the "dist/bin/extensions/metrics@mozilla.org/defaults/preferences" folder and edit the metrics.js. It should look like this.
pref("metrics.upload.enable", true);
pref("metrics.upload.uri", "http://matrix.senecac.on.ca/~sljung/metrics/metrics.cgi");
pref("metrics.event-count", 0);
6. Start the Firefox build.
Resources
MDC Build Guide
Guide to Build Firefox in Windows (Blog)
Seneca Lab in Patching
Guide to Patching & Building (Blog)
No comments:
Post a Comment