- Sep 25, 2023
-
-
Richard Pospesel authored
-
- Sep 21, 2023
-
-
meskio authored
-
- Sep 12, 2023
-
-
Pier Angelo Vendrame authored
-
- Aug 29, 2023
-
-
-
Pier Angelo Vendrame authored
This parameter added with the previous commit prevents Snowflake from working properly. So, we prefer to undo the addition (but keep the changes to the ICE server list).
-
- Aug 28, 2023
-
-
Pier Angelo Vendrame authored
On Android we set PTs parameters with a patch to tor-onion-proxy-library, but they were not updated to the same as desktop.
-
-
-
-
- Aug 17, 2023
-
-
Richard Pospesel authored
Bug 40921: staticiforme-prepare-cdn-dist-upload uses hardcoded torbrowser path for .htacess file generation
-
- Aug 03, 2023
-
-
Richard Pospesel authored
-
- Aug 01, 2023
-
-
Richard Pospesel authored
-
Pier Angelo Vendrame authored
We removed the -linux64 suffix from GeckoDriver, because we intend enabling it also for other platforms than Linux-x86_64 and for more consistency with the other artifacts. However, I forgot to update the filename in projects/firefox/build on my previous commit.
-
- Jul 31, 2023
-
-
Pier Angelo Vendrame authored
Also copy debug symbols after stripping on Linux 32-bit (we only copied them in Linux 64-bit) and for all our browsers (previously we copied them only for Tor Browser). Include the headers directory with the symbols, because some of them are generated during the build, but they are needed for debugging.
-
Richard Pospesel authored
-
- Jul 12, 2023
-
-
boklm authored
Bug 40889: Add mullvad sha256sums URL to download-unsigned-sha256sums-gpg-signatures-from-people-tpo
-
- Jul 06, 2023
-
-
boklm authored
In #40871 I incorrectly set `keyring/boklm.gpg` in format `GPG keybox database version 1`, instead of `PGP/GPG key public ring (v4)`. This was fixed with: gpg --no-default-keyring --keyring ./keyring/boklm.gpg --export > ./keyring/boklm-2.gpg mv ./keyring/boklm-2.gpg ./keyring/boklm.gpg
-
- Jun 30, 2023
-
-
Pier Angelo Vendrame authored
-
- Jun 28, 2023
-
-
boklm authored
Some version numbers like 12.5 can be stored as a numeric value instead of a string, so we should explicitely store the version as a string. At the same time we do the same for tag/git_tag (although tags are less likely to look like a number).
-
- Jun 22, 2023
-
-
Richard Pospesel authored
-
- Jun 21, 2023
-
-
Richard Pospesel authored
- migrated Docs-PB to Docs-MB in browser project - updated browser build script to take new path into account - created separate ChangeLog-MB.txt softlink, migrate ChangeLog.txt softlink to ChangeLog-TBB.txt - updated changelog-format-blog-post script to reference correct file and fix bug in raw changelog link
-
Richard Pospesel authored
- updated manual to latest - updated translations - updated allowed_addons.json - tor-browser#41851 - keep circuit panel open when requesting a new circuit - tor-browser#41729 - fix screen readers on windows - tor-browser#41854 - revert fix for spam protection since it breaks some sites due to upstream firefox bug take bug fix for circuit display, revert download spam protection, and fix screen readers on windows
-
- Jun 17, 2023
-
-
Richard Pospesel authored
-
Richard Pospesel authored
-
- Jun 15, 2023
- Jun 13, 2023
-
-
Richard Pospesel authored
-
- Jun 12, 2023
- Jun 08, 2023
-
-
Richard Pospesel authored
-
- Jun 07, 2023
-
-
Pier Angelo Vendrame authored
Add the commit hash and GitLab URL to the mozconfig to make them appear in about:buildconfig on Android, too.
-
Pier Angelo Vendrame authored
HFS has the disadvantage that we cannot grow the filesystem while adding files. We have to estimate an initial size, instead, and we relied on du for this. However, du depends on the underlying filesystem, and this could lead to reproducibility issues (because the HFS headers tell different sizes). So, with this change, we compute a rough number of needed blocks by taking the actual size of the files. Overshooting is not a problem, because DMG is compressed with bzip2, so unused space will be trimmed, eventually.
-
- Jun 05, 2023
-
-
boklm authored
-
- Jun 01, 2023
-
-
boklm authored
-