bug 779662 - click-to-play overlay click handler too restrictive. r=jaws
[gecko.git] / browser / confvars.sh
blob40ab494a34a01e3337dc1b006b96671d4001aabe
1 #! /bin/sh
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 MOZ_APP_BASENAME=Firefox
7 MOZ_APP_VENDOR=Mozilla
8 MOZ_UPDATER=1
9 MOZ_PHOENIX=1
11 if test "$OS_ARCH" = "WINNT"; then
12 if ! test "$HAVE_64BIT_OS"; then
13 MOZ_VERIFY_MAR_SIGNATURE=1
14 MOZ_MAINTENANCE_SERVICE=1
18 MOZ_CHROME_FILE_FORMAT=omni
19 MOZ_SAFE_BROWSING=1
20 MOZ_SERVICES_AITC=1
21 MOZ_SERVICES_NOTIFICATIONS=1
22 MOZ_SERVICES_SYNC=1
23 MOZ_APP_VERSION=$FIREFOX_VERSION
24 MOZ_EXTENSIONS_DEFAULT=" gnomevfs"
25 # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
26 # Changing MOZ_*BRANDING_DIRECTORY requires a clobber to ensure correct results,
27 # because branding dependencies are broken.
28 # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
29 # specified. It should never point to the "official" branding directory.
30 # For mozilla-beta, mozilla-release, or mozilla-central repositories, use
31 # "nightly" branding (until bug 659568 is fixed).
32 # For the mozilla-aurora repository, use "aurora".
33 MOZ_BRANDING_DIRECTORY=browser/branding/nightly
34 MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official
35 MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
36 # This should usually be the same as the value MAR_CHANNEL_ID.
37 # If more than one ID is needed, then you should use a comma separated list
38 # of values.
39 ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-central
40 # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
41 MAR_CHANNEL_ID=firefox-mozilla-central
42 MOZ_PROFILE_MIGRATOR=1
43 MOZ_EXTENSION_MANAGER=1
44 MOZ_APP_STATIC_INI=1
45 MOZ_WEBAPP_RUNTIME=1
46 MOZ_MEDIA_NAVIGATOR=1