1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/confvars.sh Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,55 @@ 1.4 +#! /bin/sh 1.5 +# This Source Code Form is subject to the terms of the Mozilla Public 1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 + 1.9 +MOZ_APP_BASENAME=Firefox 1.10 +MOZ_APP_VENDOR=Mozilla 1.11 +MOZ_UPDATER=1 1.12 +MOZ_PHOENIX=1 1.13 + 1.14 +MOZ_CHROME_FILE_FORMAT=omni 1.15 +MOZ_DISABLE_EXPORT_JS=1 1.16 +MOZ_SAFE_BROWSING=1 1.17 +MOZ_SERVICES_COMMON=1 1.18 +MOZ_SERVICES_CRYPTO=1 1.19 +MOZ_SERVICES_FXACCOUNTS=1 1.20 +MOZ_SERVICES_HEALTHREPORT=1 1.21 +MOZ_SERVICES_METRICS=1 1.22 +MOZ_SERVICES_SYNC=1 1.23 +MOZ_APP_VERSION=$FIREFOX_VERSION 1.24 +MOZ_EXTENSIONS_DEFAULT=" gio" 1.25 +# MOZ_APP_DISPLAYNAME will be set by branding/configure.sh 1.26 +# Changing MOZ_*BRANDING_DIRECTORY requires a clobber to ensure correct results, 1.27 +# because branding dependencies are broken. 1.28 +# MOZ_BRANDING_DIRECTORY is the default branding directory used when none is 1.29 +# specified. It should never point to the "official" branding directory. 1.30 +# For mozilla-beta, mozilla-release, or mozilla-central repositories, use 1.31 +# "nightly" branding (until bug 659568 is fixed). 1.32 +# For the mozilla-aurora repository, use "aurora". 1.33 +MOZ_BRANDING_DIRECTORY=browser/branding/nightly 1.34 +MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official 1.35 +MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384} 1.36 +# This should usually be the same as the value MAR_CHANNEL_ID. 1.37 +# If more than one ID is needed, then you should use a comma separated list 1.38 +# of values. 1.39 +ACCEPTED_MAR_CHANNEL_IDS=torbrowser-torproject-release 1.40 +# The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t " 1.41 +MAR_CHANNEL_ID=torbrowser-torproject-release 1.42 +MOZ_PROFILE_MIGRATOR=1 1.43 +MOZ_EXTENSION_MANAGER=1 1.44 +MOZ_APP_STATIC_INI=1 1.45 +MOZ_WEBAPP_RUNTIME=1 1.46 +MOZ_MEDIA_NAVIGATOR=1 1.47 +if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then 1.48 + MOZ_FOLD_LIBS=1 1.49 +fi 1.50 +MOZ_WEBGL_CONFORMANT=1 1.51 +# Enable navigator.mozPay 1.52 +MOZ_PAY=1 1.53 +# Enable activities. These are used for FxOS developers currently. 1.54 +MOZ_ACTIVITIES=1 1.55 +MOZ_JSDOWNLOADS=1 1.56 +MOZ_WEBM_ENCODER=1 1.57 +# Enable exact rooting on desktop. 1.58 +export JSGC_USE_EXACT_ROOTING=1