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

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-102.11.0esr-12.5-1] fixup! Bug 4234: Use the Firefox Update Process for Base Browser.



Title: GitLab

Pier Angelo Vendrame pushed to branch base-browser-102.11.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • cdb91f71
    by Pier Angelo Vendrame at 2023-05-17T08:31:37+02:00
    fixup! Bug 4234: Use the Firefox Update Process for Base Browser.
    
    Bug 41775: Avoid re-defining some macros in nsUpdateDriver.cpp.
    
    They are already defined in toolkit/xre/nsUpdateDriver.h.
    

1 changed file:

Changes:

  • toolkit/xre/nsUpdateDriver.cpp
    ... ... @@ -64,16 +64,6 @@ static LazyLogModule sUpdateLog("updatedriver");
    64 64
     #endif
    
    65 65
     #define LOG(args) MOZ_LOG(sUpdateLog, mozilla::LogLevel::Debug, args)
    
    66 66
     
    
    67
    -#ifdef XP_WIN
    
    68
    -#  define UPDATER_BIN "updater.exe"
    
    69
    -#  define MAINTENANCE_SVC_NAME L"MozillaMaintenance"
    
    70
    -#elif XP_MACOSX
    
    71
    -#  define UPDATER_APP "updater.app"
    
    72
    -#  define UPDATER_BIN "org.mozilla.updater"
    
    73
    -#else
    
    74
    -#  define UPDATER_BIN "updater"
    
    75
    -#endif
    
    76
    -
    
    77 67
     #ifdef XP_MACOSX
    
    78 68
     static void UpdateDriverSetupMacCommandLine(int& argc, char**& argv,
    
    79 69
                                                 bool restart) {
    

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