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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-148.0a1-16.0-2] fixup! Firefox preference overrides.



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-148.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

  • d898d977
    by Pier Angelo Vendrame at 2026-03-12T12:18:45+01:00
    fixup! Firefox preference overrides.
    
    BB 43769: Update the comment about overscroll.
    
    We had an issue about gating overscroll behind RFP.
    However, as far as I can tell, it cannot really be measured.
    So, disabling it is basically a defense-in-depth, so I updated the
    comment to include more information about this.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -510,7 +510,13 @@ pref("dom.webmidi.enabled", false); // Bug 41398: Disable Web MIDI API
    510 510
     // Defense-in-depth (already the default value) from Firefox 119 or 120.
    
    511 511
     pref("media.devices.enumerate.legacy.enabled", false);
    
    512 512
     #ifndef ANDROID
    
    513
    -// Bug 42138: Disable touch-based overscroll UX
    
    513
    +// tor-browser#43769,42010,42138: Disable overscroll UX.
    
    514
    +// Firefox has an overscroll effect that appears only when using a touch screen
    
    515
    +// or a touchpad. So, theoretically it is a behavior difference also for desktop
    
    516
    +// users.
    
    517
    +// However, we could not find a way to actually measure this effect.
    
    518
    +// Still, the UX impact on disabling this animation is minimal, therefore we do
    
    519
    +// it just in case there is an actual way to measure it.
    
    514 520
     pref("apz.overscroll.enabled", false);
    
    515 521
     #endif
    
    516 522
     pref("dom.vr.enabled", false); // Bug 21607: Disable WebVR for now
    

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