| OLD | NEW |
| 1 # This Source Code Form is subject to the terms of the Mozilla Public | 1 # This Source Code Form is subject to the terms of the Mozilla Public |
| 2 # License, v. 2.0. If a copy of the MPL was not distributed with this | 2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. | 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 | 4 |
| 5 MOZ_APP_BASENAME=Fennec | 5 MOZ_APP_BASENAME=Fennec |
| 6 MOZ_APP_VENDOR=Mozilla | 6 MOZ_APP_VENDOR=Mozilla |
| 7 | 7 |
| 8 MOZ_APP_VERSION=1.0.0 | 8 MOZ_APP_VERSION=1.0.0 |
| 9 MOZ_APP_UA_NAME=Firefox | 9 MOZ_APP_UA_NAME=Firefox |
| 10 | 10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 MOZ_CAPTURE=1 | 35 MOZ_CAPTURE=1 |
| 36 MOZ_RAW=1 | 36 MOZ_RAW=1 |
| 37 MOZ_PLACES= | 37 MOZ_PLACES= |
| 38 MOZ_SOCIAL= | 38 MOZ_SOCIAL= |
| 39 MOZ_ANDROID_HISTORY=1 | 39 MOZ_ANDROID_HISTORY=1 |
| 40 MOZ_DISABLE_EXPORT_JS=1 | 40 MOZ_DISABLE_EXPORT_JS=1 |
| 41 | 41 |
| 42 # use custom widget for html:select | 42 # use custom widget for html:select |
| 43 MOZ_USE_NATIVE_POPUP_WINDOWS=1 | 43 MOZ_USE_NATIVE_POPUP_WINDOWS=1 |
| 44 | 44 |
| 45 MOZ_APP_ID={aa3c5121-dab2-40e2-81ca-7ea25febc110} | 45 MOZ_APP_ID={55aba3ac-94d3-41a8-9e25-5c21fe874539} |
| 46 | 46 |
| 47 MOZ_APP_STATIC_INI=1 | 47 MOZ_APP_STATIC_INI=1 |
| 48 | 48 |
| 49 # Enable on-demand decompression | 49 # Enable on-demand decompression |
| 50 MOZ_ENABLE_SZIP=1 | 50 MOZ_ENABLE_SZIP=1 |
| 51 | 51 |
| 52 # Enable navigator.mozPay | 52 # Enable navigator.mozPay |
| 53 MOZ_PAY=1 | 53 MOZ_PAY=1 |
| 54 | 54 |
| 55 # Enable UI for healthreporter | 55 # Enable UI for healthreporter |
| (...skipping 24 matching lines...) Expand all Loading... |
| 80 MOZ_ANDROID_SHARE_OVERLAY=1 | 80 MOZ_ANDROID_SHARE_OVERLAY=1 |
| 81 | 81 |
| 82 # Enable the Mozilla Location Service stumbler. | 82 # Enable the Mozilla Location Service stumbler. |
| 83 MOZ_ANDROID_MLS_STUMBLER=1 | 83 MOZ_ANDROID_MLS_STUMBLER=1 |
| 84 | 84 |
| 85 # Enable adding to the system downloads list in pre-release builds. | 85 # Enable adding to the system downloads list in pre-release builds. |
| 86 MOZ_ANDROID_DOWNLOADS_INTEGRATION=1 | 86 MOZ_ANDROID_DOWNLOADS_INTEGRATION=1 |
| 87 | 87 |
| 88 # Use the low-memory GC tuning. | 88 # Use the low-memory GC tuning. |
| 89 export JS_GC_SMALL_CHUNK_SIZE=1 | 89 export JS_GC_SMALL_CHUNK_SIZE=1 |
| OLD | NEW |