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

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f5c2815d87a35dfd6d28de50bdfa22e4c7929bf3
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