- Jan 17, 2023
-
-
boklm authored
-
- Jan 16, 2023
-
-
Pier Angelo Vendrame authored
In this commit we stop shipping Bundle-Data/$osname in base-browser, which means that the default profile is now distributed only in Tor Browser (and only on Windows and Linux). For this reason, we had to modify also the start-browser script. On macOS we still had profile.ini, which we do not need anymore, so this commit removes it. Also, we are disabling the profile migration in the browser build configuration (tor-browser#41577), so the logic to populate the override.ini has been removed, too. Finally, we had two .dmg templates: one for installing Tor Browser to /Applications, and one to install it to the desktop. We were not using the latter anymore, and this commits duplicate the former to start differentiating the dmg resources between the various browsers.
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
Use the new tools from the previous commit to build the DMG from a HFS filesystem, and configure it to show the custom volume icon.
-
Pier Angelo Vendrame authored
To show the DMG icon it seems we need to create the DMG from a HFS filesystem, rather than an ISO one. So, to then do so, with this commit I am switching to Mozilla's fork of libdmg-hfsplus, I am updating its build script and using it to build also the hfsplus tool. Also, add the hfsplus project, which is needed to create the HFS filesystem in the first place.
-
Richard Pospesel authored
Bug 40739: tor-expert-bundle should include ClientTransportPlugin torrc lines for each pluggable transport
-
Richard Pospesel authored
-
- Jan 13, 2023
-
-
Pier Angelo Vendrame authored
!612 renamed the main git_hash, but did not update the git_hash of nightlies. This commit fixes this error.
-
- Jan 12, 2023
-
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
We moved the requested operations to Tor Browser side.
-
boklm authored
Following changes from tor-browser-build#40734 and tor-browser-build#40735
-
boklm authored
-
- Jan 11, 2023
-
-
Pier Angelo Vendrame authored
In tor-browser#41428 we decided not to change contents of Firefox branding directories anymore, but to create ours. This commit updates the build files to use the new branding directories.
-
- Jan 09, 2023
-
-
Removing stun.stunprotocol.org:3478 and stun.altar.com.pl:3478. Also, removing stun.sonetel.com, since it is an alias of stun.sonetel.net.
-
- Dec 22, 2022
-
-
Richard Pospesel authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
- Dec 21, 2022
-
-
- Dec 20, 2022
-
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
Co-authored-by:
Nicolas Vigier <boklm@torproject.org>
-
Pier Angelo Vendrame authored
-
Richard Pospesel authored
-
Pier Angelo Vendrame authored
-
- Dec 19, 2022
-
-
Richard Pospesel authored
-
Richard Pospesel authored
-
- Dec 17, 2022
-
-
boklm authored
-
- Dec 13, 2022
- Dec 09, 2022
-
-
Richard Pospesel authored
-
Specifying compiler-rt as a project in LLVM is going to be deprecated. It should be compiled with runtimes, instead, or alone, if it will be still allowed. The only platform in which we were compiling compiler-rt with LLVM was Linux. But Firefox seems not to actually use it, and just use GCC's runtime, instead. However, we were also compiling compiler-rt for Android in the same project, which prevents to share the artifact with Windows and macOS. So, I have moved it to another project on its own.
-
boklm authored
-
boklm authored
-
boklm authored
-
boklm authored
Install a few more packages in the default containers to reduce the number of custom containers we use.
-
boklm authored
-
- Dec 08, 2022
-
-
Richard Pospesel authored
-
- Dec 07, 2022
-
-
shelikhoo authored
This is a squashed commit that includes: Replace cgo Condition in Go Config Include WebTunnel README in Browser Include WebTunnel into Tor Expert Bundle Add WebTunnel to default torrc Add WebTunnel project Their original form is available at: https://gitlab.torproject.org/shelikhoo/tor-browser-build-2/-/commits/dev-webtunnel-rebased-backup See also: !595
-
- Dec 06, 2022
-
-
boklm authored
-
- Dec 04, 2022
-
-
boklm authored
-
- Dec 02, 2022
-
-
Richard Pospesel authored
-