author | Michael Harrison <mjh563@yahoo.co.uk> |
Fri, 11 Oct 2013 11:06:44 -0400 | |
changeset 150509 | 37a6eecf1aef396575fddaa98763cf169c87ae9c |
parent 150508 | 562abc4f545e9db5cd855f7f4c5c27053688ad54 |
child 150510 | 509f584d9cbd8571b95e13d93027ad6259ba8e5b |
push id | 25444 |
push user | ryanvm@gmail.com |
push date | Fri, 11 Oct 2013 21:00:01 +0000 |
treeherder | mozilla-central@558cf02e6b9b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jdm |
bugs | 925620 |
milestone | 27.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/testing/profiles/prefs_general.js +++ b/testing/profiles/prefs_general.js @@ -55,16 +55,17 @@ user_pref("font.size.inflation.minTwips" 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); user_pref("geo.wifi.uri", "http://%(server)s/tests/dom/tests/mochitest/geolocation/network_geolocation.sjs"); user_pref("geo.wifi.testing", true); +user_pref("geo.wifi.logging.enabled", true); user_pref("geo.ignore.location_filter", true); user_pref("camino.warn_when_closing", false); // Camino-only, harmless to others // Make url-classifier updates so rare that they won't affect tests user_pref("urlclassifier.updateinterval", 172800); // Point the url-classifier to the local testing server for fast failures user_pref("browser.safebrowsing.gethashURL", "http://%(server)s/safebrowsing-dummy/gethash");