[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.8.0esr-14.5-1] fixup! BB 41631: Prevent weird initial window dimensions caused by subpixel computations



Title: GitLab

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:

Changes:

  • toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
    ... ... @@ -603,7 +603,7 @@ class _RFPHelper {
    603 603
     
    
    604 604
           log(`${logPrefix} roundDimensions(${aWidth}, ${aHeight})`);
    
    605 605
     
    
    606
    -      if (!(isInitialSize || this.letterboxingEnabled)) {
    
    606
    +      if (!this.letterboxingEnabled) {
    
    607 607
             // just round size to int
    
    608 608
             return r(aWidth, aHeight);
    
    609 609
           }
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx