- Sep 02, 2019
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
Changelog update, versions bump
-
- Sep 01, 2019
-
-
Bug 31389: Update Android Firefox to Build with Clang
-
Update TOPL version
-
-
Georg Koppen authored
-
- Aug 30, 2019
-
-
- Aug 29, 2019
-
-
- Aug 28, 2019
-
-
Georg Koppen authored
-
-
-
-
Since r332613 lld has the option of setting the timestamp in PE headers to `0` which essentially is the behavior of ld's `--no-insert-timestamp` flag. However, we need a patch for lld's MingW target to pass this option on in our cross-compilation case, as it would not be available otherwise.
-
This commit adds a mingw-w64/clang toolchain that is needed for getting Stylo compiled. The build script follows mostly https://hg.mozilla.org/releases/mozilla-esr68/file/2f459603370d1d35a56ca4e9cee21f7766bbb832/taskcluster/scripts/misc/build-clang-8-mingw.sh Exceptions are: 1) We don't build clang in 3 stages but just one like we do for our macOS cross-compilation toolchain. 2) We are omitting the `DEBUG_FLAGS` (-g -gcodeview) as we plan to actually ship the resulting build to users, which seems okay (see bug 1500102). 3) We use a slightly newer libunwind (8.0.0) to better fit to our clang 8 we deploy. 4) We poke clang harder to compile `i686-w64-mingw32-windres` by specifying the target explicitly. Using our `var/setarch` trick does not work anymore for an unknown reason. Thanks to Martin Storsjö, Jacek Caban, Tom Ritter, and many others for their help in setting this Windows cross-compilation toolchain up.
-
Georg Koppen authored
-
The WIDL fixes landed on mingw-w64 master and we can avoid shipping them separately now.
-
- Aug 27, 2019
-
-
-
Georg Koppen authored
This bump fixes our #26847 and #31287
-
Georg Koppen authored
-
The operator's server contract expires at the end of August. This fixes <https://bugs.torproject.org/31357>.
-
- Aug 24, 2019
-
-
Georg Koppen authored
-
- Aug 23, 2019
-
-
Kathleen Brade authored
-
Georg Koppen authored
We disabled a bunch of configure arguments to get nightly builds going as some of the required patches were not available back then. Re-enable the missing arguments now.
-
- Aug 22, 2019
-
-
Georg Koppen authored
This reverts commit 4ae27ff4.
-
Georg Koppen authored
-
Georg Koppen authored
-
- Aug 21, 2019
- Aug 20, 2019
-
-
Georg Koppen authored
This is not only a fix for macOS notarization related issues but picks up security fixes as well (see: #31456).
-
Georg Koppen authored
-
Georg Koppen authored
-
- Aug 19, 2019
-
-
Georg Koppen authored
-
Georg Koppen authored
There are already included some simplifications as done in https://bugzilla.mozilla.org/show_bug.cgi?id=1513798 but not all of them as some break our current setup. This needs to get investigated in a different bug.
-
boklm authored
-