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

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-147.0a1-16.0-2] Bug 2010501 - DNS drop down under privacy and security is broken after 147 - r=valentin,tgiles



Title: GitLab

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

Commits:

  • 5734a44e
    by henry at 2026-02-16T11:29:49+00:00
    Bug 2010501 - DNS drop down under privacy and security is broken after 147 - r=valentin,tgiles
    
    Differential Revision: https://phabricator.services.mozilla.com/D279885
    
    
    (cherry picked from commit bd7cc6e87baf6de2506ba5c171d31ff011f3a718)
    
    Co-authored-by: Benjamin VanderSloot <bvandersloot@xxxxxxxxxxx>

1 changed file:

Changes:

  • browser/components/preferences/privacy.js
    ... ... @@ -3592,21 +3592,6 @@ var gPrivacyPane = {
    3592 3592
     
    
    3593 3593
         setSyncFromPrefListener("savePasswords", () => this.readSavePasswords());
    
    3594 3594
     
    
    3595
    -    if (AlertsServiceDND) {
    
    3596
    -      let notificationsDoNotDisturbBox = document.getElementById(
    
    3597
    -        "notificationsDoNotDisturbBox"
    
    3598
    -      );
    
    3599
    -      notificationsDoNotDisturbBox.removeAttribute("hidden");
    
    3600
    -      let checkbox = document.getElementById("notificationsDoNotDisturb");
    
    3601
    -      document.l10n.setAttributes(checkbox, "permissions-notification-pause");
    
    3602
    -      if (AlertsServiceDND.manualDoNotDisturb) {
    
    3603
    -        let notificationsDoNotDisturb = document.getElementById(
    
    3604
    -          "notificationsDoNotDisturb"
    
    3605
    -        );
    
    3606
    -        notificationsDoNotDisturb.setAttribute("checked", true);
    
    3607
    -      }
    
    3608
    -    }
    
    3609
    -
    
    3610 3595
         this.initSiteDataControls();
    
    3611 3596
     
    
    3612 3597
         this.initCookieBannerHandling();
    

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