author | Ehsan Akhgari <ehsan@mozilla.com> |
Thu, 17 Jan 2013 14:00:14 -0500 | |
changeset 119167 | 1b1be4ac343f0973d55de55002c434463a60aba7 |
parent 119166 | dbaf061c64fbca2ce2c782a6d03395caff50c3ae |
child 119168 | f7ae1bf4479a00f1de45d7dfc4f3a9352bbb2693 |
push id | 24195 |
push user | Ms2ger@gmail.com |
push date | Sat, 19 Jan 2013 16:10:11 +0000 |
treeherder | autoland@02e12a80aef9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 823989 |
milestone | 21.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/build/automation.py.in +++ b/build/automation.py.in @@ -471,16 +471,17 @@ user_pref("browser.panorama.experienced_ user_pref("dom.w3c_touch_events.enabled", 1); user_pref("dom.undo_manager.enabled", true); // Set a future policy version to avoid the telemetry prompt. user_pref("toolkit.telemetry.prompted", 999); user_pref("toolkit.telemetry.notifiedOptOut", 999); // Existing tests assume there is no font size inflation. user_pref("font.size.inflation.emPerLine", 0); user_pref("font.size.inflation.minTwips", 0); +user_pref("extensions.testpilot.alreadyCustomizedToolbar", true); // Only load extensions from the application and user profile // AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION user_pref("extensions.enabledScopes", 5); // Disable metadata caching for installed add-ons by default user_pref("extensions.getAddons.cache.enabled", false); // Disable intalling any distribution add-ons user_pref("extensions.installDistroAddons", false);