[tor-commits] [tor-browser] branch tor-browser-91.9.0esr-11.5-1 updated (39e8bb27af332 -> dce69bdadefe0)

gitolite role git at cupani.torproject.org
Tue May 3 22:40:08 UTC 2022


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

richard pushed a change to branch tor-browser-91.9.0esr-11.5-1
in repository tor-browser.

    from 39e8bb27af332 Bug 21952: Implement Onion-Location
     new 24149aac9f045 fixup! fixup! Add TorStrings module for localization
     new d14fb6c9346d1 fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 93f776a110482 fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 6cd20ba7ae5bc fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 84e48eb00923a fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 190a4168bcbc7 fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new c61bd180a8ade fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new efd187eb3da2a fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 2ecfedf37a30f fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new ba925df5d1f2e fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new b59c7d7f2d00d fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new fa3f15cf50d13 fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 93ef67dd2bec5 fixup! fixup! Bug 40597: Implement TorSettings module
     new 4a98eaf61f717 fixup! fixup! Bug 40597: Implement TorSettings module
     new ccd86dbf59ee1 fixup! fixup! Bug 40597: Implement TorSettings module
     new ef9c0a301b640 fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 251c38c5c362a fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 958d5920c36b0 fixup! fixup! Bug 40597: Implement TorSettings module
     new e6082a8a67ec7 fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new 23c8b99580272 fixup! fixup! Bug 40597: Implement TorSettings module
     new 6a61028e16fc0 fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new a417e67ee8f2a fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new bc8da424873fe fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new ac854d83775dd fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new 84b491c6fe7d7 fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new c110b565f3f3d fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new 907f3ed2bddd0 fixup! fixup! Bug 40597: Implement TorSettings module
     new ee7544dcb1c43 fixup! fixup! Bug 40597: Implement TorSettings module
     new 19cb248d6d79a fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 7ffad04403bb9 fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new 823ffd4470964 fixup! fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
     new c6c168edef9ed fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
     new dce69bdadefe0 fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

The 33 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/components/torconnect/TorConnectParent.jsm |  53 +-
 .../torconnect/content/aboutTorConnect.css         | 178 ++++--
 .../torconnect/content/aboutTorConnect.js          | 675 +++++++++++++--------
 .../torconnect/content/aboutTorConnect.xhtml       |  24 +-
 browser/components/torconnect/content/globe.svg    |   4 -
 browser/components/torconnect/jar.mn               |   1 -
 .../torpreferences/content/connectionPane.js       | 402 ++++--------
 .../torpreferences/content/connectionPane.xhtml    |  17 +
 .../torpreferences/content/torPreferences.css      | 130 +++-
 browser/modules/Moat.jsm                           |  37 +-
 browser/modules/TorConnect.jsm                     | 210 +++++--
 browser/modules/TorStrings.jsm                     |  57 +-
 toolkit/modules/RemotePageAccessManager.jsm        |   7 +-
 13 files changed, 1093 insertions(+), 702 deletions(-)
 delete mode 100644 browser/components/torconnect/content/globe.svg

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


More information about the tor-commits mailing list