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

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



Title: GitLab

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

Commits:

  • aafbb05c
    by Henry Wilkes at 2026-04-27T11:32:57+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
    ... ... @@ -5420,11 +5420,9 @@ var gPrivacyPane = {
    5420 5420
           gMainPane.manageProfiles
    
    5421 5421
         );
    
    5422 5422
     
    
    5423
    -    setEventListener(
    
    5424
    -      "dataCollectionViewProfilesMultiProfileBackupWarning",
    
    5425
    -      "click",
    
    5426
    -      gMainPane.manageProfiles
    
    5427
    -    );
    
    5423
    +    // tor-browser#44902.
    
    5424
    +    // #dataCollectionViewProfilesMultiProfileBackupWarning is not in markup.
    
    5425
    +    // This should be dropped with bugzilla bug 1999769 (Firefox version 151).
    
    5428 5426
     
    
    5429 5427
         let listener = () => gPrivacyPane.updateProfilesPrivacyInfo();
    
    5430 5428
         SelectableProfileService.on("enableChanged", listener);
    

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