
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/23e53d28... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/23e53d28... You're receiving this email because of your account on gitlab.torproject.org.