Pier Angelo Vendrame pushed to branch tor-browser-102.10.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
337dcb91 by Henry Wilkes at 2023-04-20T09:21:20+00:00
fixup! Add TorStrings module for localization
Bug 41714 - Add settings.bridgeShowFewer string.
- - - - -
1 changed file:
- toolkit/torbutton/chrome/locale/en-US/settings.properties
Changes:
=====================================
toolkit/torbutton/chrome/locale/en-US/settings.properties
=====================================
@@ -46,6 +46,7 @@ settings.whatAreThese=What are these?
settings.bridgeCopy=Copy Bridge Address
settings.copied=Copied!
settings.bridgeShowAll=Show All Bridges
+settings.bridgeShowFewer=Show Fewer Bridges
settings.allBridgesEnabled=Use current bridges
settings.bridgeRemoveAll=Remove All Bridges
settings.bridgeRemoveAllDialogTitle=Remove all bridges?
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/337dcb9…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/337dcb9…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch base-browser-102.10.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
fd31ee11 by Pier Angelo Vendrame at 2023-04-20T09:01:57+02:00
fixup! Bug 4234: Use the Firefox Update Process for Base Browser.
Bug 41654: Move UpdateInfo into Data again
- - - - -
1 changed file:
- toolkit/xre/nsXREDirProvider.cpp
Changes:
=====================================
toolkit/xre/nsXREDirProvider.cpp
=====================================
@@ -1211,15 +1211,15 @@ nsresult nsXREDirProvider::GetUpdateRootDir(nsIFile** aResult,
NS_ENSURE_SUCCESS(rv, rv);
#if defined(BASE_BROWSER_UPDATE)
- nsCOMPtr<nsIFile> dataDir;
// For Base Browser and derivatives, we store update history, etc. within the
// UpdateInfo directory under the user data directory.
# if defined(ANDROID)
# error "The Base Browser updater is not supported on Android."
-# else
- rv = GetUserDataDirectoryHome(getter_AddRefs(dataDir), false);
+# elif defined(XP_MACOSX)
+ rv = GetUserDataDirectory(getter_AddRefs(updRoot), false);
NS_ENSURE_SUCCESS(rv, rv);
- rv = dataDir->GetParent(getter_AddRefs(updRoot));
+# else
+ rv = GetUserDataDirectoryHome(getter_AddRefs(updRoot), false);
NS_ENSURE_SUCCESS(rv, rv);
# endif
rv = updRoot->AppendNative("UpdateInfo"_ns);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fd31ee1…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fd31ee1…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.10.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
07d2f3f1 by Pier Angelo Vendrame at 2023-04-20T08:58:20+02:00
fixup! Bug 4234: Use the Firefox Update Process for Base Browser.
Bug 41654: Move UpdateInfo into Data again
- - - - -
83901ef7 by Pier Angelo Vendrame at 2023-04-20T08:58:35+02:00
fixup! Bug 41668: Tweaks to the Base Browser updater for Tor Browser
Bug 41654: Fix the UpdateInfo directory path
- - - - -
1 changed file:
- toolkit/xre/nsXREDirProvider.cpp
Changes:
=====================================
toolkit/xre/nsXREDirProvider.cpp
=====================================
@@ -1213,16 +1213,24 @@ nsresult nsXREDirProvider::GetUpdateRootDir(nsIFile** aResult,
NS_ENSURE_SUCCESS(rv, rv);
#if defined(BASE_BROWSER_UPDATE)
- nsCOMPtr<nsIFile> dataDir;
// For Base Browser and derivatives, we store update history, etc. within the
// UpdateInfo directory under the user data directory.
# if defined(ANDROID)
# error "The Base Browser updater is not supported on Android."
-# else
+# endif
+ nsCOMPtr<nsIFile> dataDir;
rv = GetUserDataDirectoryHome(getter_AddRefs(dataDir), false);
NS_ENSURE_SUCCESS(rv, rv);
rv = dataDir->GetParent(getter_AddRefs(updRoot));
NS_ENSURE_SUCCESS(rv, rv);
+# if !defined(XP_MACOSX)
+ // For Tor Browser, the profile directory is TorBrowser/Data/Browser.
+ // Updates used to be in TorBrowser/updateInfo, so go up two directories.
+ // If we switch to data directory outside also on Windows and on Linux, we
+ // should remove this block.
+ dataDir = updRoot;
+ rv = dataDir->GetParent(getter_AddRefs(updRoot));
+ NS_ENSURE_SUCCESS(rv, rv);
# endif
rv = updRoot->AppendNative("UpdateInfo"_ns);
NS_ENSURE_SUCCESS(rv, rv);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/c24cc0…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/c24cc0…
You're receiving this email because of your account on gitlab.torproject.org.
This is an automated email from the git hooks/post-receive script.
meskio pushed a change to branch main
in repository pluggable-transports/obfs4.
from b9e04fd Use HelloChrome_Auto uTLS by default in meek
new 2dedd16 Use goptlib from gitlab.torproject.org
new baf2254 Update depencies
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:
common/socks5/args.go | 2 +-
common/socks5/args_test.go | 2 +-
common/socks5/socks5.go | 2 +-
go.mod | 14 ++++----
go.sum | 75 ++++++++++++++++++++++++++++-------------
obfs4proxy/obfs4proxy.go | 2 +-
obfs4proxy/pt_extras.go | 2 +-
transports/base/base.go | 2 +-
transports/meeklite/base.go | 2 +-
transports/meeklite/meek.go | 2 +-
transports/obfs2/obfs2.go | 2 +-
transports/obfs3/obfs3.go | 2 +-
transports/obfs4/obfs4.go | 2 +-
transports/obfs4/statefile.go | 2 +-
transports/scramblesuit/base.go | 2 +-
transports/scramblesuit/conn.go | 2 +-
16 files changed, 72 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.