author | Gregory Szorc <gps@mozilla.com> |
Sun, 06 Jan 2013 12:09:39 -0800 | |
changeset 117841 | 8c1c09376c4afdc49f30e3396d5b9cabe17388d9 |
parent 117840 | 7647b05aa3f0bfbc53a940a61a461ff9a9fdcdcd |
child 117842 | f3f08413e8635fcb94f9365cb947a63ab92af796 |
push id | 24116 |
push user | gszorc@mozilla.com |
push date | Mon, 07 Jan 2013 08:22:48 +0000 |
treeherder | mozilla-central@66d595814554 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mconnor |
bugs | 718066 |
milestone | 20.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
|
browser/confvars.sh | file | annotate | diff | comparison | revisions | |
services/healthreport/healthreport-prefs.js | file | annotate | diff | comparison | revisions |
--- a/browser/confvars.sh +++ b/browser/confvars.sh @@ -23,16 +23,17 @@ if test "$OS_ARCH" = "WINNT"; then fi fi MOZ_CHROME_FILE_FORMAT=omni MOZ_SAFE_BROWSING=1 MOZ_SERVICES_AITC=1 MOZ_SERVICES_COMMON=1 MOZ_SERVICES_CRYPTO=1 +MOZ_SERVICES_HEALTHREPORT=1 MOZ_SERVICES_METRICS=1 MOZ_SERVICES_SYNC=1 MOZ_APP_VERSION=$FIREFOX_VERSION MOZ_EXTENSIONS_DEFAULT=" gio" # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh # Changing MOZ_*BRANDING_DIRECTORY requires a clobber to ensure correct results, # because branding dependencies are broken. # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
--- a/services/healthreport/healthreport-prefs.js +++ b/services/healthreport/healthreport-prefs.js @@ -1,15 +1,15 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ pref("healthreport.documentServerURI", "https://data.mozilla.com/"); pref("healthreport.documentServerNamespace", "metrics"); -pref("healthreport.serviceEnabled", false); +pref("healthreport.serviceEnabled", true); pref("healthreport.logging.consoleEnabled", true); pref("healthreport.logging.consoleLevel", "Warn"); pref("healthreport.policy.currentDaySubmissionFailureCount", 0); pref("healthreport.policy.dataSubmissionEnabled", true); pref("healthreport.policy.dataSubmissionPolicyAccepted", false); pref("healthreport.policy.dataSubmissionPolicyBypassAcceptance", false); pref("healthreport.policy.dataSubmissionPolicyNotifiedTime", "0"); pref("healthreport.policy.dataSubmissionPolicyResponseType", "");