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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.1.0esr-13.0-1] fixup! TB3: Tor Browser's official .mozconfigs.



Title: GitLab

richard pushed to branch tor-browser-115.1.0esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 39d95c67
    by Pier Angelo Vendrame at 2023-08-17T16:58:28+00:00
    fixup! TB3: Tor Browser's official .mozconfigs.
    
    Bug 41509: Set the remoting name for dev builds, and add a comment to
    tell downstream builders that do not use tor-browser-build that they
    might want to customize it as well.
    

2 changed files:

Changes:

  • browser/config/mozconfigs/tor-browser
    1 1
     . $topsrcdir/browser/config/mozconfigs/base-browser
    
    2 2
     
    
    3 3
     mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
    
    4
    +# If building outside tor-browser-build, you might want to customize this value.
    
    5
    +# On Linux, it influences the WM_CLASS value, which is shown on GNOME's ALT-TAB,
    
    6
    +# for example.
    
    7
    +# We customize it in tor-browser-build because we include the channel name, just
    
    8
    +# like Firefox does.
    
    9
    +# export MOZ_APP_REMOTINGNAME="Tor Browser"
    
    4 10
     
    
    5 11
     ac_add_options --with-relative-data-dir=TorBrowser/Data/Browser
    
    6 12
     # This is not needed with the relative data directory, but it is when you
    

  • mozconfig-linux-x86_64-dev
    ... ... @@ -5,6 +5,7 @@
    5 5
     # during development.
    
    6 6
     
    
    7 7
     export MOZILLA_OFFICIAL=
    
    8
    +export MOZ_APP_REMOTINGNAME="Tor Browser Dev"
    
    8 9
     ac_add_options --with-branding=browser/branding/tb-nightly
    
    9 10
     
    
    10 11
     ac_add_options --enable-default-toolkit=cairo-gtk3
    

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