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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.8.0esr-14.5-1] fixup! TB 2176: Rebrand Firefox to TorBrowser



Title: GitLab

morgan pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 797d5a05
    by Pier Angelo Vendrame at 2025-03-19T18:58:58+01:00
    fixup! TB 2176: Rebrand Firefox to TorBrowser
    
    TB 43575: Clean up more channel-related prefs.
    
    app.update.promptWaitTime is already in 001-base-browser.js.
    

3 changed files:

Changes:

  • browser/branding/tb-alpha/pref/firefox-branding.js
    ... ... @@ -17,8 +17,6 @@ pref("app.releaseNotesURL.aboutDialog", "https://blog.torproject.org/new-alpha-r
    17 17
     
    
    18 18
     // The time interval between checks for a new version (in seconds)
    
    19 19
     pref("app.update.interval", 43200); // 12 hours
    
    20
    -// Give the user x seconds to react before showing the big UI. default=12 hours
    
    21
    -pref("app.update.promptWaitTime", 43200);
    
    22 20
     // The number of days a binary is permitted to be old
    
    23 21
     // without checking for an update.  This assumes that
    
    24 22
     // app.update.checkInstallTime is true.
    

  • browser/branding/tb-nightly/pref/firefox-branding.js
    ... ... @@ -17,8 +17,6 @@ pref("app.releaseNotesURL.aboutDialog", "about:blank");
    17 17
     
    
    18 18
     // The time interval between checks for a new version (in seconds)
    
    19 19
     pref("app.update.interval", 14400); // 4 hours
    
    20
    -// Give the user x seconds to react before showing the big UI. default=12 hours
    
    21
    -pref("app.update.promptWaitTime", 43200);
    
    22 20
     // The number of days a binary is permitted to be old
    
    23 21
     // without checking for an update.  This assumes that
    
    24 22
     // app.update.checkInstallTime is true.
    

  • browser/branding/tb-release/pref/firefox-branding.js
    ... ... @@ -17,8 +17,6 @@ pref("app.releaseNotesURL.aboutDialog", "https://blog.torproject.org/new-release
    17 17
     
    
    18 18
     // Interval: Time between checks for a new version (in seconds)
    
    19 19
     pref("app.update.interval", 43200); // 12 hours
    
    20
    -// Give the user x seconds to react before showing the big UI. default=192 hours
    
    21
    -pref("app.update.promptWaitTime", 691200);
    
    22 20
     // The number of days a binary is permitted to be old
    
    23 21
     // without checking for an update.  This assumes that
    
    24 22
     // app.update.checkInstallTime is true.
    

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