[tbb-commits] [tor-browser] branch tor-browser-102.3.0esr-12.0-2 updated (bdbc21560c1a -> fdc9a5d06299)

gitolite role git at cupani.torproject.org
Thu Oct 6 13:47:53 UTC 2022


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

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

    from bdbc21560c1a  fixup! Add TorStrings module for localization
     new 6658c0005acc fixup! Bug 30605: Honor privacy.spoof_english in Android
     new 09a42b2bbfb0 fixup! Bug 40925: Implemented the Security Level component
     new 515f44ce268a fixup! Bug 9173: Change the default Firefox profile directory to be relative.
     new 28020af1754e fixup! Bug 40925: Implemented the Security Level component
     new 7591a0780be4 fixup! Base Browser's .mozconfigs.
     new fdc9a5d06299 fixup! TB3: Tor Browser's official .mozconfigs.

The 6 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/securitylevel/moz.build         | 12 -------
 .../config/mozconfigs/base-browser-android         | 29 ++++++++-------
 browser/config/mozconfigs/tor-browser-android      | 13 +++++++
 browser/installer/package-manifest.in              |  2 +-
 .../mozilla/geckoview/GeckoRuntimeSettings.java    | 42 ++++++++++++++++++++++
 mobile/android/installer/package-manifest.in       |  3 ++
 moz.configure                                      |  2 +-
 mozconfig-android-aarch64                          |  4 +++
 mozconfig-android-all-dev                          |  2 +-
 mozconfig-android-armv7                            | 37 ++-----------------
 mozconfig-android-x86                              |  4 +++
 mozconfig-android-x86_64                           |  4 +++
 toolkit/components/moz.build                       |  1 +
 .../components/securitylevel/SecurityLevel.jsm     |  0
 .../securitylevel/SecurityLevel.manifest           |  0
 .../components/securitylevel/components.conf       |  2 +-
 .../components/securitylevel/moz.build             |  2 --
 17 files changed, 94 insertions(+), 65 deletions(-)
 copy mozconfig-android-armv7 => browser/config/mozconfigs/base-browser-android (50%)
 create mode 100644 browser/config/mozconfigs/tor-browser-android
 create mode 100644 mozconfig-android-aarch64
 create mode 100644 mozconfig-android-x86
 create mode 100644 mozconfig-android-x86_64
 rename {browser => toolkit}/components/securitylevel/SecurityLevel.jsm (100%)
 rename {browser => toolkit}/components/securitylevel/SecurityLevel.manifest (100%)
 rename {browser => toolkit}/components/securitylevel/components.conf (77%)
 copy {browser => toolkit}/components/securitylevel/moz.build (83%)

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


More information about the tbb-commits mailing list