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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0esr-16.0-1] fixup! TB 13252: Customize profile management on macOS



Title: GitLab

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

Commits:

  • ae295060
    by Pier Angelo Vendrame at 2026-07-30T08:47:59+02:00
    fixup! TB 13252: Customize profile management on macOS
    
    TB 45163: Remove our feature gate on app group containers.
    
    It is already gated upstream, and we might actually want to enable it
    when ready, or disable it at the Base Browser level.
    

1 changed file:

Changes:

  • toolkit/xre/nsXREDirProvider.cpp
    ... ... @@ -227,7 +227,7 @@ nsXREDirProvider::Release() { return 0; }
    227 227
     nsresult nsXREDirProvider::GetUserProfilesRootDir(nsIFile** aResult) {
    
    228 228
       nsCOMPtr<nsIFile> file;
    
    229 229
       nsresult rv = NS_OK;
    
    230
    -#if !defined(TOR_BROWSER) && defined(XP_MACOSX) && defined(NIGHTLY_BUILD)
    
    230
    +#if defined(XP_MACOSX) && defined(NIGHTLY_BUILD)
    
    231 231
       const char* appGroup = PR_GetEnv("MOZ_APP_GROUP");
    
    232 232
       if (appGroup && *appGroup && strcmp(appGroup, "0") != 0) {
    
    233 233
         nsCOMPtr<nsIFile> group;
    

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