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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-150.0a1-16.0-2] BB 44902: Temporary fix for privacy settings initialisation.



Title: GitLab

henry pushed to branch mullvad-browser-150.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 6c7c9f55
    by Henry Wilkes at 2026-04-28T09:53:53+01:00
    BB 44902: Temporary fix for privacy settings initialisation.
    
    Can be dropped with Firefox version 151 due to bugzilla bug 1999769.
    

1 changed file:

Changes:

  • browser/components/preferences/privacy.js
    ... ... @@ -5417,11 +5417,9 @@ var gPrivacyPane = {
    5417 5417
           gMainPane.manageProfiles
    
    5418 5418
         );
    
    5419 5419
     
    
    5420
    -    setEventListener(
    
    5421
    -      "dataCollectionViewProfilesMultiProfileBackupWarning",
    
    5422
    -      "click",
    
    5423
    -      gMainPane.manageProfiles
    
    5424
    -    );
    
    5420
    +    // tor-browser#44902.
    
    5421
    +    // #dataCollectionViewProfilesMultiProfileBackupWarning is not in markup.
    
    5422
    +    // This should be dropped with bugzilla bug 1999769 (Firefox version 151).
    
    5425 5423
     
    
    5426 5424
         let listener = () => gPrivacyPane.updateProfilesPrivacyInfo();
    
    5427 5425
         SelectableProfileService.on("enableChanged", listener);
    

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