Pier Angelo Vendrame pushed to branch base-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
23e53d28 by Pier Angelo Vendrame at 2025-03-17T21:08:55+01:00
fixup! BB 41631: Prevent weird initial window dimensions caused by subpixel computations
BB 42670: Sometimes LB is applied even when disabled.
- - - - -
1 changed file:
- toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
Changes:
=====================================
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
=====================================
@@ -603,7 +603,7 @@ class _RFPHelper {
log(`${logPrefix} roundDimensions(${aWidth}, ${aHeight})`);
- if (!(isInitialSize || this.letterboxingEnabled)) {
+ if (!this.letterboxingEnabled) {
// just round size to int
return r(aWidth, aHeight);
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/23e53d2…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/23e53d2…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch mullvad-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
a8407f55 by Pier Angelo Vendrame at 2025-03-17T21:08:16+01:00
fixup! BB 41631: Prevent weird initial window dimensions caused by subpixel computations
BB 42670: Sometimes LB is applied even when disabled.
- - - - -
1 changed file:
- toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
Changes:
=====================================
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
=====================================
@@ -603,7 +603,7 @@ class _RFPHelper {
log(`${logPrefix} roundDimensions(${aWidth}, ${aHeight})`);
- if (!(isInitialSize || this.letterboxingEnabled)) {
+ if (!this.letterboxingEnabled) {
// just round size to int
return r(aWidth, aHeight);
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/a84…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/a84…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
f5c2815d by Pier Angelo Vendrame at 2025-03-17T19:13:24+01:00
fixup! BB 41631: Prevent weird initial window dimensions caused by subpixel computations
BB 42670: Sometimes LB is applied even when disabled.
- - - - -
1 changed file:
- toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
Changes:
=====================================
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
=====================================
@@ -603,7 +603,7 @@ class _RFPHelper {
log(`${logPrefix} roundDimensions(${aWidth}, ${aHeight})`);
- if (!(isInitialSize || this.letterboxingEnabled)) {
+ if (!this.letterboxingEnabled) {
// just round size to int
return r(aWidth, aHeight);
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f5c2815…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f5c2815…
You're receiving this email because of your account on gitlab.torproject.org.
Dan Ballard pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
642c18d0 by Henry Wilkes at 2025-03-17T10:17:33+00:00
fixup! [android] TBA strings
TB 43091: Remove unused android strings.
- - - - -
1 changed file:
- mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml
Changes:
=====================================
mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml
=====================================
@@ -5,26 +5,12 @@
<!-- About content. The first parameter is the name of the application. (For example: Fenix) -->
<string name="tor_about_content">%1$s is produced by the Tor Project, a U.S.-based 501(c)(3) nonprofit.</string>
- <!-- Preference for enabling non-Private Browsing Mode-->
- <string name="preferences_disable_normal_mode">Allow Only Private Browsing Mode</string>
<!-- Preference link to donate to The Tor Project-->
<string name="preferences_donate">Donate to The Tor Project</string>
<!-- Preference for allowing screenshots to be taken in the app-->
<string name="preferences_allow_screenshots">Allow screenshots</string>
<string name="tor_bootstrap_connect">Connect</string>
- <string name="tor_bootstrap_connecting">Connecting</string>
- <string name="tor_bootstrap_connecting_failed">Connecting Failed</string>
- <string name="tor_bootstrap_swipe_for_logs">Swipe to the left to see Tor logs</string>
- <string name="tor_initializing_log">Initializing Tor Log</string>
-
- <string name="tor_onboarding_security_level">Set your Security Level</string>
- <string name="tor_onboarding_security_level_description">Disable certain web features that can be used to attack you, and harm your security, anonymity, and privacy.</string>
- <string name="tor_onboarding_chosen_security_level_label">Current Security Level: %s</string>
- <string name="tor_onboarding_security_settings_button">Open Security Settings</string>
- <string name="tor_onboarding_donate_header">Donate and keep Tor safe</string>
- <string name="tor_onboarding_donate_description">Tor is free to use because of donations from people like you.</string>
- <string name="tor_onboarding_donate_button">Donate Now</string>
<string name="tor_explore_privately">Explore. Privately.</string>
@@ -34,8 +20,6 @@
<string name="preferences_tor_network_settings_explanation">Tor Browser routes your traffic over the Tor network, run by thousands of volunteers around the world.</string>
<string name="preferences_tor_network_settings_bridge_config">Config Bridge</string>
<string name="preferences_tor_network_settings_bridge_config_description">Use a Bridge to connect to Tor</string>
- <string name="preferences_tor_network_settings_bridge_config_description_builtin_transport_enabled">You’re using a built-in bridge to connect to Tor</string>
- <string name="preferences_tor_network_settings_bridge_config_description_user_provided_enabled">You provided a bridge to connect to Tor</string>
<string name="preferences_tor_network_settings_bridge_config_explanation">Bridges are unlisted relays that make it more difficult to block connections to the Tor network. Because of how certain countries try to block Tor, certain bridges work in certain countries but not others.</string>
<string name="preferences_tor_network_settings_bridge_config_toggle">Use a Bridge</string>
<string name="preferences_tor_network_settings_bridge_config_toggle_description">Config a bridge to connect to Tor</string>
@@ -46,21 +30,9 @@
<string name="preferences_tor_network_settings_bridge_config_user_provided_bridge_description">Enter bridge information from a trusted source</string>
<string name="preferences_tor_network_settings_bridge_config_current_bridge">Current Configured Bridge: %s</string>
<string name="tor_network_settings_bridge_not_configured">Not Configured</string>
- <string name="preferences_tor_network_settings_status">Current Status</string>
- <string name="preferences_tor_network_settings_tor_ready">Is Tor Ready: %s</string>
- <string name="preferences_tor_network_settings_state">State: %s</string>
- <string name="preferences_tor_network_settings_yes">Yes</string>
- <string name="preferences_tor_network_settings_no">No</string>
- <string name="preferences_tor_network_settings_disconnected">Disconnected</string>
- <string name="preferences_tor_network_settings_connecting">Connecting</string>
- <string name="preferences_tor_network_settings_connected">Connected</string>
- <string name="preferences_tor_network_settings_restarting">Restarting</string>
- <string name="preferences_tor_network_settings_bridges_enabled">Bridges are enabled: %s</string>
<string name="preferences_tor_logs">Tor Logs</string>
<string name="preferences_tor_logs_description">View and copy your Tor logs</string>
- <!-- Preference title for security level settings -->
- <string name="preferences_tor_security_level_settings">Security Settings</string>
<string name="preferences_tor_security_level_options">Security Level</string>
<!-- Description of security levels -->
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/642c18d…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/642c18d…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
2356d9d7 by Morgan at 2025-03-17T13:54:18+00:00
Update the Tor Browser Stable release-prep template to notify Tails devs earlier in the release process
- - - - -
fe816f62 by Morgan at 2025-03-17T13:56:36+00:00
Update release-prep templates with updated devmole build notes
- - - - -
5 changed files:
- .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Legacy.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
Changes:
=====================================
.gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
=====================================
@@ -117,8 +117,7 @@ Mullvad Browser Alpha (and Nightly) are on the `main` branch
- [ ] Tor Project build machine
- [ ] Local developer machine
- [ ] Submit build request to Mullvad infrastructure:
- - **NOTE** this requires a devmole authentication token
- - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
+ - **NOTE** this requires a github authentication token
- Run:
```bash
make mullvadbrowser-kick-devmole-build
=====================================
.gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
=====================================
@@ -113,11 +113,10 @@ Mullvad Browser Stable is on the `maint-${MULLVAD_BROWSER_MAJOR}.${MULLVAD_BROWS
```bash
make mullvadbrowser-release && make mullvadbrowser-incrementals-release
```
- - Tor Project build machine
- - Local developer machine
+ - [ ] Tor Project build machine
+ - [ ] Local developer machine
- [ ] Submit build request to Mullvad infrastructure:
- - **NOTE** this requires a devmole authentication token
- - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
+ - **NOTE** this requires a github authentication token
- Run:
```bash
make mullvadbrowser-kick-devmole-build
=====================================
.gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
=====================================
@@ -141,8 +141,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch
- [ ] Tor Project build machine
- [ ] Local developer machine
- [ ] Submit build request to Mullvad infrastructure:
- - **NOTE** this requires a devmole authentication token
- - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
+ - **NOTE** this requires a github authentication token
- Run:
```bash
make torbrowser-kick-devmole-build
=====================================
.gitlab/issue_templates/Release Prep - Tor Browser Legacy.md
=====================================
@@ -133,8 +133,7 @@ Tor Browser Legacy is on the `maint-13.5` branch
- [ ] Tor Project build machine
- [ ] Local developer machine
- [ ] Submit build request to Mullvad infrastructure:
- - **NOTE** this requires a devmole authentication token
- - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
+ - **NOTE** this requires a github authentication token
- Run:
```bash
make torbrowser-kick-devmole-build
=====================================
.gitlab/issue_templates/Release Prep - Tor Browser Stable.md
=====================================
@@ -142,12 +142,33 @@ Tor Browser Stable is on the `maint-${TOR_BROWSER_MAJOR}.${TOR_BROWSER_MINOR}` b
- Tor Project build machine
- Local developer machine
- [ ] Submit build request to Mullvad infrastructure:
- - **NOTE** this requires a devmole authentication token
- - **NOTE** this also requires you be connected to Gothenburg Mulvad VPN exit `se-got-wg-101`
+ - **NOTE** this requires a github authentication token
- Run:
```bash
make torbrowser-kick-devmole-build
```
+- [ ] Notify Tails of pending builds
+ - **Recipients**
+ ```
+ tails-dev(a)boum.org
+ ```
+ - **Subject**
+ ```
+ Tor Browser ${TOR_BROWSER_VERSION} Building
+ ```
+ - **Body**
+ ```
+ Hello,
+
+ Tor Browser Stable is being built and should be ready for Tails in the coming hours. Build artifacts and hashes will be available here:
+ - ${BUILD_ARTIFACTS_URL}
+ - ${BUIDL_HASHES_URL}
+
+ ⚠️ WARNING: We have not yet verified the builds match, so make sure you do so before prepping the Tails release!
+
+ Changelog:
+ # paste changelog as quote here
+ ```
</details>
@@ -321,14 +342,13 @@ popd
### packagers
- [ ] Email packagers:
- **Recipients**
- - Tails dev mailing list: tails-dev(a)boum.org
- Guardian Project: nathan(a)guardianproject.info
- FreeBSD port: freebsd(a)sysctl.cz <!-- Gitlab user maxfx -->
- OpenBSD port: caspar(a)schutijser.com <!-- Gitlab user cschutijser -->
- torbrowser-launcher: mail(a)asciiwolf.com <!-- Gitlab user asciiwolf -->
- Anti-Censorship: meskio(a)torproject.org <!-- Gitlab user meskio -->
```
- tails-dev(a)boum.org, nathan(a)guardianproject.info, freebsd(a)sysctl.cz, caspar(a)schutijser.com, mail(a)asciiwolf.com, meskio(a)torproject.org,
+ nathan(a)guardianproject.info, freebsd(a)sysctl.cz, caspar(a)schutijser.com, mail(a)asciiwolf.com, meskio(a)torproject.org,
```
- **Subject**
```
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
You're receiving this email because of your account on gitlab.torproject.org.