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: - toolkit/xre/nsXREDirProvider.cpp Changes: ===================================== toolkit/xre/nsXREDirProvider.cpp ===================================== @@ -227,7 +227,7 @@ nsXREDirProvider::Release() { return 0; } nsresult nsXREDirProvider::GetUserProfilesRootDir(nsIFile** aResult) { nsCOMPtr<nsIFile> file; nsresult rv = NS_OK; -#if !defined(TOR_BROWSER) && defined(XP_MACOSX) && defined(NIGHTLY_BUILD) +#if defined(XP_MACOSX) && defined(NIGHTLY_BUILD) const char* appGroup = PR_GetEnv("MOZ_APP_GROUP"); if (appGroup && *appGroup && strcmp(appGroup, "0") != 0) { nsCOMPtr<nsIFile> group; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ae295060... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ae295060... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)