- Dec 22, 2023
-
-
Pier Angelo Vendrame authored
Bump the GeckoView tag to fix a bridge migration problem found during the QA.
-
- Dec 21, 2023
-
-
Richard Pospesel authored
-
boklm authored
-
- Dec 20, 2023
-
-
boklm authored
-
Pier Angelo Vendrame authored
Go 1.21 removed support for Windows 7 and 8. However, Firefox still supports them, so some users try Tor Browser but cannot use PTs. We cannot replicate the problem on our Windows 7 systems, but using Go 1.20.x for Windows should solve the problem for them. Snowflake is still on 1.21 because it is needed for some Pion changes.
-
- Dec 19, 2023
-
-
Pier Angelo Vendrame authored
We had shipped an archive with debug symbols for a long time now. However, users needed instructions on how to use it, because the files needed to be moved to be used. With this commit, it will be possible to just extract the tarball where the tor-browser directory is located.
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
We could dump more information about the time it takes to build Firefox to possibly improve our build strategies.
-
Richard Pospesel authored
-
boklm authored
-
Cecylia Bocovich authored
-
ma1 authored
-
- Dec 18, 2023
-
-
Richard Pospesel authored
-
- Dec 15, 2023
-
-
Pier Angelo Vendrame authored
-
- Dec 14, 2023
-
-
Richard Pospesel authored
-
boklm authored
Add a file to make it easier to detect the version of Mullvad Browser installed, like the tbb_version.json file we have in Tor Browser.
-
Pier Angelo Vendrame authored
Update the release preparations for the new changelog script arguments and also to fix some steps that were not correct anymore.
-
Pier Angelo Vendrame authored
Pass the new version of components as arguments to avoid having to change the changelog output after it has been generated by the script.
-
- Dec 13, 2023
-
-
Pier Angelo Vendrame authored
-
- Dec 12, 2023
-
-
boklm authored
-
- Dec 06, 2023
-
-
boklm authored
-
- Dec 05, 2023
-
-
boklm authored
Since we don't have a `-nightly` target anymore, we don't need to keep `-alpha` in the other targets.
-
- Nov 30, 2023
- Nov 29, 2023
-
-
Pier Angelo Vendrame authored
~/ is expanded by the shell issuing the command, so it results in the local home directory, not the remote one. However, since we are using a path that is relative to the home, we can simply use a relative one.
-
- Nov 28, 2023
-
-
Pier Angelo Vendrame authored
We need to do some path manipulation in some Firefox code that is run before initializing XPCOM. So, the alternatives are either Path* functions from shlwapi, or std::filesystem, which is disabled in Firefox 115. Mozilla enabled it starting from 116, but we have been told it is okay to enable it also in 115, so we do it with this patch.
-
Pier Angelo Vendrame authored
Debian bookworm became the new stable in June 2023, so we should update our containers to use it. On macOS the update did not cause any issue, and just updating the suite name worked. On Windows, it caused some problems where we used the strip provided by the OS (only for tor, it seems), because the new version of strip seems to update the timestamps by default. We are delaying the process for Android because there are still a couple of projects that require Java 11, which is not available on bookworm.
-
boklm authored
Bug 41027: Remove tb-build-04 and tb-build-05 from tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo
-
boklm authored
Bug 40995: Use cdn.stagemole.eu instead of cdn.devmole.eu in download-unsigned-sha256sums-gpg-signatures-from-people-tpo
-
- Nov 27, 2023
-
-
Richard Pospesel authored
-
Richard Pospesel authored
- updated directions for updating the tor browser manual
-
Pier Angelo Vendrame authored
Rebases: tor-browser#42276, mullvad-browser#254
-
- Nov 24, 2023
-
-
boklm authored
-
- Nov 22, 2023
- Nov 16, 2023
-
-
Pier Angelo Vendrame authored
The new upstream tree has a similar patch now.
-