Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | MOZ_APP_BASENAME=B2G |
michael@0 | 6 | MOZ_APP_VENDOR=Mozilla |
michael@0 | 7 | |
michael@0 | 8 | MOZ_APP_VERSION=31.0 |
michael@0 | 9 | MOZ_APP_UA_NAME=Firefox |
michael@0 | 10 | |
michael@0 | 11 | MOZ_UA_OS_AGNOSTIC=1 |
michael@0 | 12 | |
michael@0 | 13 | MOZ_B2G_VERSION=2.0.0.0-prerelease |
michael@0 | 14 | MOZ_B2G_OS_NAME=Boot2Gecko |
michael@0 | 15 | |
michael@0 | 16 | MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial |
michael@0 | 17 | MOZ_OFFICIAL_BRANDING_DIRECTORY=b2g/branding/official |
michael@0 | 18 | # MOZ_APP_DISPLAYNAME is set by branding/configure.sh |
michael@0 | 19 | |
michael@0 | 20 | MOZ_SAFE_BROWSING= |
michael@0 | 21 | MOZ_SERVICES_COMMON=1 |
michael@0 | 22 | MOZ_SERVICES_METRICS=1 |
michael@0 | 23 | MOZ_CAPTIVEDETECT=1 |
michael@0 | 24 | |
michael@0 | 25 | MOZ_WEBSMS_BACKEND=1 |
michael@0 | 26 | MOZ_DISABLE_CRYPTOLEGACY=1 |
michael@0 | 27 | MOZ_APP_STATIC_INI=1 |
michael@0 | 28 | NSS_NO_LIBPKIX=1 |
michael@0 | 29 | MOZ_NO_EV_CERTS=1 |
michael@0 | 30 | MOZ_DISABLE_EXPORT_JS=1 |
michael@0 | 31 | |
michael@0 | 32 | if test "$OS_TARGET" = "Android"; then |
michael@0 | 33 | MOZ_CAPTURE=1 |
michael@0 | 34 | MOZ_RAW=1 |
michael@0 | 35 | MOZ_AUDIO_CHANNEL_MANAGER=1 |
michael@0 | 36 | fi |
michael@0 | 37 | |
michael@0 | 38 | # use custom widget for html:select |
michael@0 | 39 | MOZ_USE_NATIVE_POPUP_WINDOWS=1 |
michael@0 | 40 | |
michael@0 | 41 | if test "$LIBXUL_SDK"; then |
michael@0 | 42 | MOZ_XULRUNNER=1 |
michael@0 | 43 | else |
michael@0 | 44 | MOZ_XULRUNNER= |
michael@0 | 45 | fi |
michael@0 | 46 | |
michael@0 | 47 | MOZ_MEDIA_NAVIGATOR=1 |
michael@0 | 48 | |
michael@0 | 49 | MOZ_APP_ID={3c2e2abc-06d4-11e1-ac3b-374f68613e61} |
michael@0 | 50 | MOZ_EXTENSION_MANAGER=1 |
michael@0 | 51 | |
michael@0 | 52 | MOZ_TIME_MANAGER=1 |
michael@0 | 53 | |
michael@0 | 54 | MOZ_B2G_CERTDATA=1 |
michael@0 | 55 | MOZ_PAY=1 |
michael@0 | 56 | MOZ_TOOLKIT_SEARCH= |
michael@0 | 57 | MOZ_PLACES= |
michael@0 | 58 | MOZ_B2G=1 |
michael@0 | 59 | |
michael@0 | 60 | if test "$OS_TARGET" = "Android"; then |
michael@0 | 61 | MOZ_NUWA_PROCESS=1 |
michael@0 | 62 | fi |
michael@0 | 63 | MOZ_FOLD_LIBS=1 |
michael@0 | 64 | |
michael@0 | 65 | MOZ_JSDOWNLOADS=1 |
michael@0 | 66 | |
michael@0 | 67 | MOZ_SERVICES_FXACCOUNTS=1 |