Bug 1692840 - Add "Open a New Tab" at the top of the tabstrip context menu. r=Gijs
[gecko.git] / browser / confvars.sh
blob92871c9516f98e065c5240a4a1cc7ead1de8ef9d
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_VENDOR=Mozilla
7 MOZ_UPDATER=1
9 if test "$OS_ARCH" = "WINNT"; then
10 if ! test "$HAVE_64BIT_BUILD"; then
11 if test "$MOZ_UPDATE_CHANNEL" = "nightly" -o \
12 "$MOZ_UPDATE_CHANNEL" = "nightly-try" -o \
13 "$MOZ_UPDATE_CHANNEL" = "aurora" -o \
14 "$MOZ_UPDATE_CHANNEL" = "beta" -o \
15 "$MOZ_UPDATE_CHANNEL" = "release"; then
16 if ! test "$MOZ_DEBUG"; then
17 if ! test "$USE_STUB_INSTALLER"; then
18 # Expect USE_STUB_INSTALLER from taskcluster for downstream task consistency
19 echo "ERROR: STUB installer expected to be enabled but"
20 echo "ERROR: USE_STUB_INSTALLER is not specified in the environment"
21 exit 1
23 MOZ_STUB_INSTALLER=1
29 BROWSER_CHROME_URL=chrome://browser/content/browser.xhtml
31 # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
32 # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
33 # specified. It should never point to the "official" branding directory.
34 # For mozilla-beta, mozilla-release, or mozilla-central repositories, use
35 # "unofficial" branding.
36 # For the mozilla-aurora repository, use "aurora".
37 MOZ_BRANDING_DIRECTORY=browser/branding/unofficial
38 MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official
39 MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
41 MOZ_PROFILE_MIGRATOR=1
43 # Include the DevTools client, not just the server (which is the default)
44 MOZ_DEVTOOLS=all