[tbb-commits] [tor-browser] branch tor-browser-91.11.0esr-12.0-1 updated (b2ffba38205d1 -> c6ba0bf0133d2)
gitolite role
git at cupani.torproject.org
Fri Jul 15 19:15:21 UTC 2022
This is an automated email from the git hooks/post-receive script.
richard pushed a change to branch tor-browser-91.11.0esr-12.0-1
in repository tor-browser.
from b2ffba38205d1 Bug 11698: Incorporate Tor Browser Manual pages into Tor Browser
new d5e39bf2f23cc Bug 40925: Implemented the SecurityLevel backend
new 6b7f4e9220c93 fixup! Add TorStrings module for localization
new cd9ac3ca05934 fixup! Bug 25658: Replace security slider with security level UI
new 6147e833ec544 fixup! Bug 25658: Replace security slider with security level UI
new c6ba0bf0133d2 fixup! Bug 10760: Integrate TorButton to TorBrowser core
The 5 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/base/content/browser.xhtml | 1 +
browser/components/preferences/preferences.xhtml | 1 +
browser/components/securitylevel/SecurityLevel.jsm | 457 +++++++++++++++++++++
.../securitylevel/SecurityLevel.manifest | 1 +
browser/components/securitylevel/components.conf | 10 +
.../securitylevel/content/securityLevel.js | 390 ++++++++----------
.../content/securityLevelButton.inc.xhtml | 4 +-
.../securitylevel/content/securityLevelPanel.css | 7 +-
.../content/securityLevelPanel.inc.xhtml | 18 +-
.../content/securityLevelPreferences.css | 11 +-
.../content/securityLevelPreferences.inc.xhtml | 59 +--
browser/components/securitylevel/moz.build | 12 +
browser/installer/package-manifest.in | 2 +
.../en-US/browser/base-browser/securityLevel.ftl | 66 +++
browser/modules/TorStrings.jsm | 89 ----
toolkit/torproject/torbutton | 2 +-
16 files changed, 780 insertions(+), 350 deletions(-)
create mode 100644 browser/components/securitylevel/SecurityLevel.jsm
create mode 100644 browser/components/securitylevel/SecurityLevel.manifest
create mode 100644 browser/components/securitylevel/components.conf
create mode 100644 browser/locales/en-US/browser/base-browser/securityLevel.ftl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list