- Jan 12, 2023
-
-
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
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
-
Richard Pospesel authored
-
Richard Pospesel authored
updated rbm submodule to use gitlab url
-
Richard Pospesel authored
-
- Nov 30, 2022
-
- Nov 29, 2022
-
-
Pier Angelo Vendrame authored
-
boklm authored
In input_files in projects/firefox-l10n/config we are doing this: my $locales = project_config($project, 'var/locales', $options); foreach my $locale (@$locales) { $locale = process_template($project, $locale, '.'); In this foreach loop, `$locale` is pointing to the real string from `var/locales` and not a copy, and we are updating it with the output from `process_template`. This means that the template will be processed the first time the function is called (for example for a linux-x86_64 build) and the processed value from the first call reused on subsequent calls (for example a macos build, where the `ja` locale is supposed to be different). This is what caused the reproducibility issue in tor-browser-build!591 (comment 2857042) To fix that we just use a separate variable to store the processed template.
-
- Nov 25, 2022
-
-
- Nov 22, 2022
-
-
Pier Angelo Vendrame authored
Initially we thought of not creating a branch for base-browser, but only a tag. However, fixing trivial issues for the base-browser part needed a rebase in this way, if they were needed to correct the nightly. So, we decided to create a branch also for base-browser.
-
Richard Pospesel authored
-
- Nov 21, 2022
-
-
Richard Pospesel authored
-
- Nov 17, 2022
-
-
boklm authored
Disable updater in base-browser to avoid it getting updated to firefox.
-