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 ef0f0ae9f0e56 fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection new 0b894b41ed680 fixup! Bug 25658: Replace security slider with security level UI new c0426df7f7b37 Bug 40926: Implemented the New Identity feature
The 2 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/appmenu-viewcache.inc.xhtml | 12 +- browser/base/content/browser-menubar.inc | 5 +- browser/base/content/browser-sets.inc | 2 +- browser/base/content/browser.js | 10 + browser/base/content/browser.xhtml | 1 - browser/base/content/navigator-toolbox.inc.xhtml | 5 +- browser/components/moz.build | 1 + .../components/newidentity/content/newidentity.js | 566 +++++++++++++++++++++ browser/components/newidentity/jar.mn | 13 + .../locale/en-US/newIdentity.properties | 8 + .../{torpreferences => newidentity}/moz.build | 0 browser/components/preferences/preferences.xhtml | 1 - .../securitylevel/content/securityLevel.js | 146 +++++- .../content/securityLevelPanel.inc.xhtml | 7 +- .../content/securityLevelPreferences.inc.xhtml | 42 +- browser/components/securitylevel/jar.mn | 5 + .../locale/en-US/securityLevel.properties | 30 ++ browser/installer/package-manifest.in | 9 +- .../en-US/browser/base-browser/securityLevel.ftl | 66 --- 19 files changed, 797 insertions(+), 132 deletions(-) create mode 100644 browser/components/newidentity/content/newidentity.js create mode 100644 browser/components/newidentity/jar.mn create mode 100644 browser/components/newidentity/locale/en-US/newIdentity.properties copy browser/components/{torpreferences => newidentity}/moz.build (100%) create mode 100644 browser/components/securitylevel/locale/en-US/securityLevel.properties delete mode 100644 browser/locales/en-US/browser/base-browser/securityLevel.ftl