[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.10.0esr-13.5-1] fixup! Bug 9173: Change the default Firefox profile directory to be relative.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Apr 22 14:37:23 UTC 2024
Pier Angelo Vendrame pushed to branch mullvad-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
fd7362db by Pier Angelo Vendrame at 2024-04-22T16:37:11+02:00
fixup! Bug 9173: Change the default Firefox profile directory to be relative.
Bug 42536: Fix !985 on macOS.
- - - - -
1 changed file:
- toolkit/xre/nsXREDirProvider.cpp
Changes:
=====================================
toolkit/xre/nsXREDirProvider.cpp
=====================================
@@ -1323,6 +1323,7 @@ nsresult nsXREDirProvider::GetPortableDataDir(nsIFile** aFile,
# if defined(XP_MACOSX)
// On macOS we try to create the directory immediately to switch to
// system-install mode if needed (e.g., when running from the DMG).
+ bool exists = false;
rv = localDir->Exists(&exists);
NS_ENSURE_SUCCESS(rv, rv);
if (!exists) {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fd7362dbc9ba1be0673b71e0d78ba0aa213de702
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fd7362dbc9ba1be0673b71e0d78ba0aa213de702
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/tor-commits/attachments/20240422/06b1445d/attachment-0001.htm>
More information about the tor-commits
mailing list