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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.7.0esr-12.5-1] fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 56584b5d
    by Pier Angelo Vendrame at 2023-01-23T19:32:07+01:00
    fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.
    
    Bug 41540: Do not show the build ID for alphas
    

1 changed file:

Changes:

  • browser/components/preferences/main.js
    ... ... @@ -556,14 +556,8 @@ var gMainPane = {
    556 556
         // Initialize the Firefox Updates section.
    
    557 557
         let version = AppConstants.TOR_BROWSER_VERSION;
    
    558 558
     
    
    559
    -    // Include the build ID if this is an "a#" (nightly) build
    
    560
    -    if (/a\d+$/.test(version)) {
    
    561
    -      let buildID = Services.appinfo.appBuildID;
    
    562
    -      let year = buildID.slice(0, 4);
    
    563
    -      let month = buildID.slice(4, 6);
    
    564
    -      let day = buildID.slice(6, 8);
    
    565
    -      version += ` (${year}-${month}-${day})`;
    
    566
    -    }
    
    559
    +    // Tor Browser: do not include the build ID in our alphas, since they are
    
    560
    +    // not actually related to the build date.
    
    567 561
     
    
    568 562
         // Append "(32-bit)" or "(64-bit)" build architecture to the version number:
    
    569 563
         let bundle = Services.strings.createBundle(
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits