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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Fri Feb 17 07:30:15 UTC 2023



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


Commits:
730e58e8 by Pier Angelo Vendrame at 2023-02-17T08:30:09+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:

- toolkit/content/buildconfig.html
- toolkit/content/moz.build


Changes:

=====================================
toolkit/content/buildconfig.html
=====================================
@@ -18,7 +18,7 @@
   <body>
     <div class="container">
       <h1>Build Configuration</h1>
-      <p>Please be aware that this page doesn't reflect all the options used to build Firefox.</p>
+      <p>Please be aware that this page doesn't reflect all the options used to build @MOZ_APP_DISPLAYNAME at .</p>
       #ifdef MOZ_SOURCE_URL
       <h2>Source</h2>
       <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"):
     if CONFIG[var]:
         DEFINES[var] = CONFIG[var]
 
-for var in ("MOZ_CONFIGURE_OPTIONS",):
+for var in ("MOZ_CONFIGURE_OPTIONS", "MOZ_APP_DISPLAYNAME"):
     DEFINES[var] = CONFIG[var]
 
 if CONFIG["MOZ_ANDROID_FAT_AAR_ARCHITECTURES"]:



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/730e58e88a3494bae1ea3cd7c3e558a2fa6b322b

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/730e58e88a3494bae1ea3cd7c3e558a2fa6b322b
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230217/884c7f90/attachment-0001.htm>


More information about the tbb-commits mailing list