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

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-102.8.0esr-12.5-1] Bug 1814416: Generalize the app name in about:buildconfig. r=ahochheiden



Title: GitLab

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

Commits:

  • bd243dc9
    by Pier Angelo Vendrame at 2023-02-17T08:27:38+01:00
    Bug 1814416: Generalize the app name in about:buildconfig. r=ahochheiden
    
    Now it displays app display name, instead of having Firefox hardcoded.
    
    Differential Revision: https://phabricator.services.mozilla.com/D168562

2 changed files:

Changes:

  • toolkit/content/buildconfig.html
    ... ... @@ -18,7 +18,7 @@
    18 18
       <body>
    
    19 19
         <div class="container">
    
    20 20
           <h1>Build Configuration</h1>
    
    21
    -      <p>Please be aware that this page doesn't reflect all the options used to build Firefox.</p>
    
    21
    +      <p>Please be aware that this page doesn't reflect all the options used to build @MOZ_APP_DISPLAYNAME@.</p>
    
    22 22
           #ifdef MOZ_SOURCE_URL
    
    23 23
           <h2>Source</h2>
    
    24 24
           <p>Built from <a href="">"@MOZ_SOURCE_URL@">@MOZ_SOURCE_URL@</a></p>
    

  • toolkit/content/moz.build
    ... ... @@ -10,7 +10,7 @@ for var in ("CC", "CC_VERSION", "CXX", "RUSTC", "RUSTC_VERSION"):
    10 10
         if CONFIG[var]:
    
    11 11
             DEFINES[var] = CONFIG[var]
    
    12 12
     
    
    13
    -for var in ("MOZ_CONFIGURE_OPTIONS",):
    
    13
    +for var in ("MOZ_CONFIGURE_OPTIONS", "MOZ_APP_DISPLAYNAME"):
    
    14 14
         DEFINES[var] = CONFIG[var]
    
    15 15
     
    
    16 16
     if CONFIG["MOZ_ANDROID_FAT_AAR_ARCHITECTURES"]:
    

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