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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.8.0esr-12.5-1] 19 commits: fixup! Bug 40933: Add tor-launcher functionality



Title: GitLab

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

Commits:

  • 71fef23d
    by Pier Angelo Vendrame at 2023-03-10T09:01:30+01:00
    fixup! Bug 40933: Add tor-launcher functionality
    
    Bug 41657: Remove references to data-outside-app-dir
    
  • 0f28c0c9
    by Pier Angelo Vendrame at 2023-03-10T09:01:40+01:00
    fixup! Bug 40597: Implement TorSettings module
    
    Bug 41657: Remove references to data-outside-app-dir
    
    While doing so, we have updated TorLauncherUtil.jsm, and we have found
    some minor imperfections in Moat.jsm, that this commit fixes.
    
  • 0b6e14af
    by Pier Angelo Vendrame at 2023-03-10T09:01:40+01:00
    fixup! Bug 13252: Customize profile management on macOS
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    For these changes, we need to change TOR_BROWSER_VERSION to
    TOR_BROWSER, since they are Tor Browser-specific.
    
  • 8a742c52
    by Pier Angelo Vendrame at 2023-03-10T09:01:41+01:00
    fixup! Bug 41149: Re-enable DLL injection protection in all builds not just nightlies
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed BASE_BROWSER with BASE_BROWSER_VERSION.
    
  • 8ace15ff
    by Pier Angelo Vendrame at 2023-03-10T09:01:41+01:00
    fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed TOR_BROWSER_VERSION with BASE_BROWSER_VERSION.
    
  • 053d7d63
    by Pier Angelo Vendrame at 2023-03-10T09:01:41+01:00
    fixup! Bug 41599: Always return an empty string as network ID
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed BASE_BROWSER with BASE_BROWSER_VERSION.
    
  • 54a69619
    by Pier Angelo Vendrame at 2023-03-10T09:01:42+01:00
    fixup! Bug 41108: Remove privileged macOS installation from 102
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed BASE_BROWSER with BASE_BROWSER_VERSION.
    
  • 65995e51
    by Pier Angelo Vendrame at 2023-03-10T09:01:42+01:00
    fixup! Add TorStrings module for localization
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed TOR_BROWSER_VERSION with BASE_BROWSER_VERSION.
    
  • 569b4b96
    by Pier Angelo Vendrame at 2023-03-10T09:01:42+01:00
    fixup! Base Browser's .mozconfigs.
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Removed the --enable-base-browser flag and the BASE_BROWSER macro.
    
  • fa8eb898
    by Pier Angelo Vendrame at 2023-03-10T09:01:43+01:00
    fixup! Bug 16940: After update, load local change notes.
    
    Bug 41657: Remove references to data-outside-app-dir
    
    The different ways to look up for the ChangeLog.txt is not needed
    anymore, so this commit removes it.
    
  • c64d13ed
    by Pier Angelo Vendrame at 2023-03-10T09:08:43+01:00
    fixup! Bug 25741: TBA: Disable GeckoNetworkManager
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed TOR_BROWSER_VERSION to TOR_BROWSER.
    
  • 36932231
    by Pier Angelo Vendrame at 2023-03-10T09:08:44+01:00
    fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed TOR_BROWSER_VERSION with BASE_BROWSER_VERSION.
    
  • 9868c314
    by Pier Angelo Vendrame at 2023-03-10T09:08:44+01:00
    fixup! Bug 31575: Disable Firefox Home (Activity Stream)
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed BASE_BROWSER with BASE_BROWSER_VERSION.
    
  • aeb28e67
    by Pier Angelo Vendrame at 2023-03-10T09:08:45+01:00
    fixup! Bug 31740: Remove some unnecessary RemoteSettings instances
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed BASE_BROWSER with BASE_BROWSER_VERSION.
    
  • 8ddac88c
    by Pier Angelo Vendrame at 2023-03-10T09:08:45+01:00
    fixup! Firefox preference overrides.
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed TOR_BROWSER_VERSION with BASE_BROWSER_VERSION.
    
  • c69d5035
    by Pier Angelo Vendrame at 2023-03-10T09:08:45+01:00
    fixup! Bug 41542: Disable the creation of a default profile
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Changed TOR_BROWSER_VERSION with BASE_BROWSER_VERSION.
    
  • f52818cd
    by Pier Angelo Vendrame at 2023-03-10T09:08:46+01:00
    fixup! TB3: Tor Browser's official .mozconfigs.
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Removed --with-tor-browser-version
    
    Also, prepare the code for the next fixup.
    
  • e68b2a5c
    by Pier Angelo Vendrame at 2023-03-10T09:08:46+01:00
    fixup! Base Browser's .mozconfigs.
    
    Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros
    
    Added --with-base-browser-version
    
  • f72a9f9d
    by Pier Angelo Vendrame at 2023-03-10T09:08:47+01:00
    fixup! TB3: Tor Browser's official .mozconfigs.
    
    Restore the changes taken away earlier.
    

30 changed files:

The diff was not included because it is too large.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits