[tbb-commits] [tor-browser] branch tor-browser-102.3.0esr-12.0-2 updated (93c9881b2a05 -> 0a0945855cb7)

gitolite role git at cupani.torproject.org
Mon Oct 10 20:17:14 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a change to branch tor-browser-102.3.0esr-12.0-2
in repository tor-browser.

    from 93c9881b2a05 fixup! Base Browser's .mozconfigs.
     new 6fc29f91fbe8 fixup! TB3: Tor Browser's official .mozconfigs.
     new d294beea175d Revert "Bug 28044: Integrate Tor Launcher into tor-browser"
     new ec870ce68851 Bug 40933: Add tor-launcher functionality
     new 1a64d858c5ab fixup! Bug 40933: Add tor-launcher functionality
     new 07710cca4425 fixup! Bug 40562: Added Tor-related preferences to 000-tor-browser.js
     new 2df6696ded66 fixup! Bug 40597: Implement TorSettings module
     new c3726ddc7c05 fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new eeb101368c6e fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.
     new 91abcc7a6a7f fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new 0a0945855cb7 fixup! Bug 10760: Integrate TorButton to TorBrowser core

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 browser/app/profile/000-tor-browser.js             |  69 ++
 browser/components/sessionstore/SessionStore.jsm   |   5 -
 .../torpreferences/content/connectionPane.js       |  11 +-
 .../torpreferences/content/torLogDialog.jsm        |   6 +-
 browser/config/mozconfigs/tor-browser-android      |   3 -
 browser/extensions/moz.build                       |   3 -
 browser/installer/Makefile.in                      |   4 -
 browser/installer/package-manifest.in              |   6 +-
 browser/modules/BridgeDB.jsm                       |   2 +-
 browser/modules/Moat.jsm                           |   4 +-
 browser/modules/TorConnect.jsm                     |  73 +-
 browser/modules/TorProcessService.jsm              |  12 -
 browser/modules/TorProtocolService.jsm             | 510 --------------
 browser/modules/TorSettings.jsm                    |  25 +-
 browser/modules/moz.build                          |   2 -
 moz.configure                                      |  18 -
 mozconfig-linux-x86_64-dev                         |   1 -
 toolkit/components/moz.build                       |   1 +
 .../processsingleton/MainProcessSingleton.jsm      |   4 -
 .../tor-launcher/TorBootstrapRequest.jsm           | 131 ++++
 .../components/tor-launcher/TorLauncherUtil.jsm    | 600 +++++++++++++++++
 .../components/tor-launcher/TorMonitorService.jsm  | 449 ++++++++++++
 toolkit/components/tor-launcher/TorParsers.jsm     | 275 ++++++++
 toolkit/components/tor-launcher/TorProcess.jsm     | 552 +++++++++++++++
 .../components/tor-launcher/TorProtocolService.jsm | 749 +++++++++++++++++++++
 .../components/tor-launcher/TorStartupService.jsm  |  90 +++
 toolkit/components/tor-launcher/components.conf    |  10 +
 toolkit/components/tor-launcher/moz.build          |  17 +
 .../components/tor-launcher/tor-launcher.manifest  |   1 +
 toolkit/mozapps/update/UpdateService.jsm           |   8 +-
 toolkit/torproject/torbutton                       |   2 +-
 31 files changed, 3003 insertions(+), 640 deletions(-)
 delete mode 100644 browser/modules/TorProcessService.jsm
 delete mode 100644 browser/modules/TorProtocolService.jsm
 create mode 100644 toolkit/components/tor-launcher/TorBootstrapRequest.jsm
 create mode 100644 toolkit/components/tor-launcher/TorLauncherUtil.jsm
 create mode 100644 toolkit/components/tor-launcher/TorMonitorService.jsm
 create mode 100644 toolkit/components/tor-launcher/TorParsers.jsm
 create mode 100644 toolkit/components/tor-launcher/TorProcess.jsm
 create mode 100644 toolkit/components/tor-launcher/TorProtocolService.jsm
 create mode 100644 toolkit/components/tor-launcher/TorStartupService.jsm
 create mode 100644 toolkit/components/tor-launcher/components.conf
 create mode 100644 toolkit/components/tor-launcher/moz.build
 create mode 100644 toolkit/components/tor-launcher/tor-launcher.manifest

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list