[tbb-commits] [tor-browser] branch tor-browser-91.13.0esr-11.5-1 updated (01085f53eece2 -> a4c279e9f8e5e)

gitolite role git at cupani.torproject.org
Tue Aug 23 15:45:11 UTC 2022


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

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

    from 01085f53eece2 Bug 11698: Incorporate Tor Browser Manual pages into Tor Browser
     new 5eba1842a0124 fixup! Firefox preference overrides.
     new 59ba109bb0c8a Bug 1722489 - Evaluate HSTS before https-only in NS_ShouldSecureUpgrade. r=ckerschb,necko-reviewers,kershaw
     new 6886d4968b891 Bug 1724080: Have https-first and https-only rules apply to speculative connections r=kershaw
     new b8f5ec1fdc68d fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing
     new 0db9a71fed279 Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
     new f1d4307fb949d fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
     new 25dea5a6c3e74 fixup! Bug 26961: New user onboarding.
     new a4c279e9f8e5e fixup! Bug 23247: Communicating security expectations for .onion

The 8 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:
 .gitignore                                         |   3 +
 browser/app/profile/001-base-profile.js            |  12 +
 browser/base/content/browser-siteIdentity.js       |   6 +-
 .../google/_locales/region-by/messages.json        |  20 --
 .../google/_locales/region-kz/messages.json        |  20 --
 .../google/_locales/region-ru/messages.json        |  20 --
 .../google/_locales/region-tr/messages.json        |  20 --
 .../extensions/onboarding/content/Onboarding.jsm   |   2 +-
 .../en-US/chrome/security/security.properties      |   6 +
 dom/security/nsHTTPSOnlyUtils.cpp                  |  24 +-
 dom/security/test/https-first/browser.ini          |   2 +
 .../browser_httpsfirst_speculative_connect.js      |  69 ++++
 .../https-first/browser_mixed_content_console.js   |   2 +-
 .../file_httpsfirst_speculative_connect.html       |   1 +
 dom/security/test/https-only/browser.ini           |   5 +
 dom/security/test/https-only/browser_hsts_host.js  | 111 +++++++
 .../browser_httpsonly_speculative_connect.js       |  69 ++++
 .../file_httpsonly_speculative_connect.html        |   1 +
 dom/security/test/https-only/hsts_headers.sjs      |  24 ++
 netwerk/base/nsIOService.cpp                       |  22 ++
 netwerk/base/nsNetUtil.cpp                         | 354 ++++++++++++---------
 security/certverifier/CertVerifier.cpp             |  22 +-
 security/manager/ssl/SSLServerCertVerification.cpp |  15 +-
 security/manager/ssl/nsNSSIOLayer.cpp              |  13 +-
 security/nss/lib/mozpkix/include/pkix/Result.h     |   2 +
 security/nss/lib/mozpkix/include/pkix/pkixnss.h    |   1 +
 tools/torbrowser/Makefile                          |  44 +++
 tools/torbrowser/bridges.js                        |  77 +++++
 tools/torbrowser/build.sh                          |   7 +
 tools/torbrowser/clobber.sh                        |   6 +
 tools/torbrowser/config.sh                         |   6 +
 tools/torbrowser/deploy.sh                         |  23 ++
 tools/torbrowser/fetch.sh                          |  30 ++
 tools/torbrowser/ide.sh                            |   8 +
 tools/torbrowser/jslint.sh                         |   8 +
 35 files changed, 799 insertions(+), 256 deletions(-)
 delete mode 100644 browser/components/search/extensions/google/_locales/region-by/messages.json
 delete mode 100644 browser/components/search/extensions/google/_locales/region-kz/messages.json
 delete mode 100644 browser/components/search/extensions/google/_locales/region-ru/messages.json
 delete mode 100644 browser/components/search/extensions/google/_locales/region-tr/messages.json
 create mode 100644 dom/security/test/https-first/browser_httpsfirst_speculative_connect.js
 create mode 100644 dom/security/test/https-first/file_httpsfirst_speculative_connect.html
 create mode 100644 dom/security/test/https-only/browser_hsts_host.js
 create mode 100644 dom/security/test/https-only/browser_httpsonly_speculative_connect.js
 create mode 100644 dom/security/test/https-only/file_httpsonly_speculative_connect.html
 create mode 100644 dom/security/test/https-only/hsts_headers.sjs
 create mode 100644 tools/torbrowser/Makefile
 create mode 100644 tools/torbrowser/bridges.js
 create mode 100755 tools/torbrowser/build.sh
 create mode 100755 tools/torbrowser/clobber.sh
 create mode 100755 tools/torbrowser/config.sh
 create mode 100755 tools/torbrowser/deploy.sh
 create mode 100755 tools/torbrowser/fetch.sh
 create mode 100755 tools/torbrowser/ide.sh
 create mode 100755 tools/torbrowser/jslint.sh

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


More information about the tbb-commits mailing list