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/a840...
tbb-commits@lists.torproject.org