commit 091f8f9238a72c8943847ba61e1fb2ed15ed15b9 Author: Sukhbir Singh sukhbir@torproject.org Date: Thu Jul 21 13:46:15 2016 -0400
Outside app directory should be Tor Messenger (#4234) --- projects/instantbird/Firefox-update-process-bug-4234.mozpatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/Firefox-update-process-bug-4234.mozpatch b/projects/instantbird/Firefox-update-process-bug-4234.mozpatch index 8df0b37..86e527d 100644 --- a/projects/instantbird/Firefox-update-process-bug-4234.mozpatch +++ b/projects/instantbird/Firefox-update-process-bug-4234.mozpatch @@ -1575,7 +1575,7 @@ index 831a373..403e820 100644 + nsCOMPtr<nsIFile> localDir; + rv = appRootDir->GetParent(getter_AddRefs(localDir)); + NS_ENSURE_SUCCESS(rv, rv); -+ rv = localDir->AppendRelativeNativePath(NS_LITERAL_CSTRING("TorBrowser-Data" ++ rv = localDir->AppendRelativeNativePath(NS_LITERAL_CSTRING("TorMessenger-Data" + XPCOM_FILE_PATH_SEPARATOR "UpdateInfo")); +#else + // For Tor Browser, we cannot store update history, etc. under the user's home directory.
tor-commits@lists.torproject.org