- 14 Jun, 2018 6 commits
-
-
-
Also enable rust for all builds.
-
This commit adds support for building and bundling fxc2 which is required for Windows cross-compilation on Linux.
-
Georg Koppen authored
-
boklm authored
-
boklm authored
-
- 13 Jun, 2018 1 commit
-
-
Georg Koppen authored
-
- 12 Jun, 2018 2 commits
- 11 Jun, 2018 1 commit
-
-
boklm authored
Add the htaccess_rewrite_rules option which can be used to specify rewrite rules to be added to the generated .htaccess files.
-
- 07 Jun, 2018 3 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
The 32bit toolchain is not able to link libxul anymore with selfrando enabled as the linker is running out of address space. We therefore disable selfrando for 32bit for now.
-
- 06 Jun, 2018 8 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
After building Firefox we now get a 'Tor Browser.app' instead of a 'TorBrowser.app'. This patch makes sure the additional whitespace in the app name is correctly handled by the build script and the one that deals with packaging the final bundle. We need to ship a fix for the Firefox packaging step as well as |./mach package| wants to build the final .dmg in that step, too, which breaks: there is no .dmg creation tool available. Setting `INNER_MAKE_PACKAGE` to `true` does not seem to work anymore. That part of this patch is currently only a workaround to get the nightly builds going. We should come up with a better solution that allows us to skip that part of the Firefox packaging step on all supported platforms.
-
Sukhbir Singh authored
This commit fixes #26153 by bumping the selfrando version to 0.4.2
-
The snowflake build system is pretty complicated. We disable this pluggable transport for now to get time to adapt it to the new macOS toolchain while not blocking our nightly builds. See bug 26251 for work on that.
-
-
-
-
- 04 Jun, 2018 7 commits
-
-
boklm authored
-
-
boklm authored
-
boklm authored
-
Georg Koppen authored
-
boklm authored
Avoid duplicating Windows CFLAGS and LDFLAGS. Instead, use the flags defined in rbm.conf. This also means we are now using -fstack-protector-strong instead of -fstack-protector-all for building openssl. We update the CFLAGS/LDFLAGS defined in rbm.conf to move var/flag_mwindows at the end, because openssl's Configure script does not like having an argument starting with a space.
-
Georg Koppen authored
-
- 01 Jun, 2018 5 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
-
Since bug 1406542 landed on Mozilla central pthread support is required for mingw-w64. This patch adds it and removes a wrong sed command related to our msvcrt->msvcr100 replacement.
-
boklm authored
-
- 31 May, 2018 1 commit
-
-
Georg Koppen authored
-
- 30 May, 2018 1 commit
-
-
boklm authored
CFLAGS and LDFLAGS were unused. We are now defining them in LOC, using the definition of CFLAGS and LDFLAGS from rbm.conf. We also don't hardcode anymore -j4.
-
- 29 May, 2018 5 commits
-
-
Georg Koppen authored
-
intl.locale.requested is the new way that Gecko handles locales.
-
Sukhbir Singh authored
LLVM 3.9.1 is signed with 0x02119294
-
Sukhbir Singh authored
Revert the download URL to Mozilla Add-ons (AMO)
-
-