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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-153.0esr-16.0-1] 3 commits: fixup! BB 44711: Hide unwanted setting controls in Base Browser.



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-153.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 72648d16
    by Henry Wilkes at 2026-07-29T15:33:53+02:00
    fixup! BB 44711: Hide unwanted setting controls in Base Browser.
    
    BB 45156: Hide "Customize Firefox Home" in appearance settings.
    
  • 81f0f262
    by Henry Wilkes at 2026-07-29T15:34:02+02:00
    fixup! BB 41916: Letterboxing preferences UI
    
    BB 44959: Swap about:manual link.
    
  • 6b39a131
    by Henry Wilkes at 2026-07-29T15:34:17+02:00
    fixup! BB 40925: Implemented the Security Level component
    
    BB 44959: Swap about:manual link.
    

4 changed files:

Changes:

  • browser/components/preferences/config/appearance.mjs
    ... ... @@ -90,6 +90,8 @@ Preferences.addSetting({
    90 90
     
    
    91 91
     Preferences.addSetting({
    
    92 92
       id: "related-settings-home-link",
    
    93
    +  // Hide the "Customize Firefox Home" link. tor-browser#45156.
    
    94
    +  visible: () => false,
    
    93 95
       onUserClick: e => {
    
    94 96
         e.preventDefault();
    
    95 97
         window.gotoPref("paneHome");
    

  • browser/components/preferences/letterboxing.inc.xhtml
    ... ... @@ -10,7 +10,7 @@
    10 10
         <html:span data-l10n-id="letterboxing-overview"></html:span>
    
    11 11
         <html:a
    
    12 12
           is="moz-support-link"
    
    13
    -      support-page="tor-manual:anti-fingerprinting_letterboxing"
    
    13
    +      support-page="tor-manual:features__fingerprinting-protections___letterboxing"
    
    14 14
           data-l10n-id="letterboxing-learn-more"
    
    15 15
         ></html:a>
    
    16 16
       </description>
    

  • browser/components/securitylevel/content/securityLevelPanel.inc.xhtml
    ... ... @@ -18,7 +18,7 @@
    18 18
         <html:a
    
    19 19
           is="moz-support-link"
    
    20 20
           id="securityLevel-learnMore"
    
    21
    -      support-page="tor-manual:security-settings"
    
    21
    +      support-page="tor-manual:features__security-levels"
    
    22 22
           data-l10n-id="security-level-panel-learn-more-link"
    
    23 23
         ></html:a>
    
    24 24
         <html:img id="securityLevel-background-image" alt="" />
    

  • browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml
    ... ... @@ -13,7 +13,7 @@
    13 13
           ></html:span>
    
    14 14
           <html:a
    
    15 15
             is="moz-support-link"
    
    16
    -        support-page="tor-manual:security-settings"
    
    16
    +        support-page="tor-manual:features__security-levels"
    
    17 17
             data-l10n-id="security-level-preferences-learn-more-link"
    
    18 18
           ></html:a>
    
    19 19
         </description>
    

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