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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.10.0esr-13.5-1] fixup! Bug 9173: Change the default Firefox profile directory to be relative.



Title: GitLab

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

Commits:

  • 22873387
    by Pier Angelo Vendrame at 2024-04-22T09:23:12+02:00
    fixup! Bug 9173: Change the default Firefox profile directory to be relative.
    
    Bug 42536: Fix !985 on macOS.
    

1 changed file:

Changes:

  • toolkit/xre/nsXREDirProvider.cpp
    ... ... @@ -1326,6 +1326,7 @@ nsresult nsXREDirProvider::GetPortableDataDir(nsIFile** aFile,
    1326 1326
     #  if defined(XP_MACOSX)
    
    1327 1327
       // On macOS we try to create the directory immediately to switch to
    
    1328 1328
       // system-install mode if needed (e.g., when running from the DMG).
    
    1329
    +  bool exists = false;
    
    1329 1330
       rv = localDir->Exists(&exists);
    
    1330 1331
       NS_ENSURE_SUCCESS(rv, rv);
    
    1331 1332
       if (!exists) {
    

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