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/a8407f55e41501e49869cf49568043a1056652e0

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/a8407f55e41501e49869cf49568043a1056652e0
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to