[tor-commits] [stem/master] get_listener() integ test broke for older tor versions

2020-08-06 Thread atagar
commit 0be767b7149bfbee579b00ad513217ec51b0e31c Author: Damian Johnson Date: Thu Aug 6 17:24:47 2020 -0700 get_listener() integ test broke for older tor versions Oops, adjusting this assertion in commit 435b980c broke our tests for prior tor versions. Caught thanks to asn.

[tor-commits] [stem/master] Minor whitespace fixes

2020-08-06 Thread atagar
commit 0d60896e0d41a20972463381a165795295de07f5 Author: Damian Johnson Date: Tue Aug 4 17:02:09 2020 -0700 Minor whitespace fixes Address minor issues cited by pycodestyle... STATIC CHECKS * /home/atagar/Desktop/stem/stem/response/__init__.py line 164 -

[tor-commits] [stem/master] Client side authentication for HSv3

2020-08-06 Thread atagar
commit 31d25caffccf3ad94d196243acd62b14d99dc82a Merge: 2946016e 6af714a4 Author: Damian Johnson Date: Thu Aug 6 16:59:44 2020 -0700 Client side authentication for HSv3 Thanks to mig5 adding support for tor's new ONION_CLIENT_AUTH_ADD, ONION_CLIENT_AUTH_REMOVE, and

[tor-commits] [stem/master] Rearrange hidden service auth test

2020-08-06 Thread atagar
commit 5a104e84dece6a1663d100dfac172cf27e0f95c5 Author: Damian Johnson Date: Wed Aug 5 16:49:22 2020 -0700 Rearrange hidden service auth test No significant changes. These tests were great, just rearranging things a tad. --- test/integ/control/controller.py | 48

[tor-commits] [stem/master] Rename new authentication methods

2020-08-06 Thread atagar
commit e302e46be576afac28bb84f5c6865047cd7fdf68 Author: Damian Johnson Date: Tue Aug 4 19:00:37 2020 -0700 Rename new authentication methods These method names were based on the controller commands which is fine, but we have some conventions of our own. Renaming these methods

[tor-commits] [stem/master] Rewrite ONION_CLIENT_AUTH_VIEW parsing

2020-08-06 Thread atagar
commit 6af714a4bdae173f39ea4a9ba002dc3ddb60bef6 Author: Damian Johnson Date: Wed Aug 5 17:39:41 2020 -0700 Rewrite ONION_CLIENT_AUTH_VIEW parsing Mig5's parser was a fine proof of concept but stem parses everything within the spec. Our list_hidden_service_auth() method now

[tor-commits] [stem/master] Adds support for ONION_CLIENT_AUTH_ADD, ONION_CLIENT_AUTH_REMOVE and ONION_CLIENT_AUTH_VIEW

2020-08-06 Thread atagar
commit 0dba06fd54d6e1ce844e3a1518f15e9feb375db1 Author: Miguel Jacq Date: Thu Jun 18 13:24:40 2020 +1000 Adds support for ONION_CLIENT_AUTH_ADD, ONION_CLIENT_AUTH_REMOVE and ONION_CLIENT_AUTH_VIEW --- stem/control.py| 82 ++

[tor-commits] [tor-browser-build/master] Bug 40019: Ship our own runtime library for macOS

2020-08-06 Thread sysrqb
commit 97b5bc037774a88bb881a4e0c7d5ff5a18889348 Author: Georg Koppen Date: Tue Aug 4 07:22:38 2020 + Bug 40019: Ship our own runtime library for macOS --- projects/firefox/build | 5 - projects/firefox/config| 6 -

[tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'gkgl/bug_40019_v3'

2020-08-06 Thread sysrqb
commit dd4db33fe9cd9eeffd21a239593a15221c8a1e7e Merge: efd0d09 97b5bc0 Author: Matthew Finkel Date: Thu Aug 6 23:19:42 2020 + Merge remote-tracking branch 'gkgl/bug_40019_v3' projects/firefox/build | 5 - projects/firefox/config

[tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd

2020-08-06 Thread translation
commit 9928d2fc7bd139a4c83b9a53a4fc84764467bebb Author: Translation commit bot Date: Thu Aug 6 21:46:40 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd --- he/torbrowser_strings.dtd | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-08-06 Thread translation
commit 58322e0f522fa4c41f2af1b1f81abafe650af044 Author: Translation commit bot Date: Thu Aug 6 21:18:03 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+ar.po | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties

2020-08-06 Thread translation
commit 62a8c9cdba8f71c4cac39c1b971295039ab36639 Author: Translation commit bot Date: Thu Aug 6 21:17:35 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties --- he/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tor-commits] [translation/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd

2020-08-06 Thread translation
commit 1bea4a6f41a877a20a0ddbfe38bc44ff4f2b6f38 Author: Translation commit bot Date: Thu Aug 6 21:16:46 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd --- he/torbrowser_strings.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[tor-commits] [tor-browser-build/master] Bug 40061: Omit the Windows default browser agent from the build

2020-08-06 Thread gk
commit 5765d7385f797ae2d55ec5b277cb36a6eac81b49 Author: Kathy Brade Date: Thu Aug 6 11:13:37 2020 -0400 Bug 40061: Omit the Windows default browser agent from the build --- projects/firefox/mozconfig-windows-i686 | 1 + projects/firefox/mozconfig-windows-x86_64 | 1 + 2 files changed, 2

[tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'gitlab/merge-requests/22' into master

2020-08-06 Thread gk
commit efd0d09ea041ec81494afeee716d15d58d99e654 Merge: 219a86f 5765d73 Author: Georg Koppen Date: Thu Aug 6 19:49:09 2020 + Merge remote-tracking branch 'gitlab/merge-requests/22' into master projects/firefox/mozconfig-windows-i686 | 1 + projects/firefox/mozconfig-windows-x86_64 |

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-08-06 Thread translation
commit 055df1799ebd99ee5ec233c66d02a08575b467b9 Author: Translation commit bot Date: Thu Aug 6 19:18:00 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+ar.po | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-08-06 Thread translation
commit 66930da6a3a9004574e3ba99ce06d3cfd78661ba Author: Translation commit bot Date: Thu Aug 6 18:18:07 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+ar.po | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff

[tor-commits] [tpo/master] Update membership.html

2020-08-06 Thread gus
commit 39781b8974cadf5c239fec51f9b55c99213e7083 Author: Antonela Date: Thu Aug 6 16:42:31 2020 + Update membership.html --- templates/membership.html | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/templates/membership.html

[tor-commits] [snowflake-webext/master] Update a trac reference.

2020-08-06 Thread dcf
commit c2c3bdb2280a856f3e0d790e89be447404d9251d Author: David Fifield Date: Thu Aug 6 11:54:45 2020 -0600 Update a trac reference. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d8478..2d45948 100644 --- a/README.md +++

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-08-06 Thread translation
commit 1fe6bfd91ab78df4d15a6a7eec395c9fa505dfea Author: Translation commit bot Date: Thu Aug 6 17:48:06 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+ar.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents+ar.po

[tor-commits] [snowflake-webext/master] Update bug-reporting instructions.

2020-08-06 Thread dcf
commit bbf3629ec21123add37193904f270b06f38c8eb2 Author: David Fifield Date: Wed Aug 5 23:34:50 2020 -0600 Update bug-reporting instructions. Option 1 is to request an account at gitlab.torproject.org. Option 2 is to edit the public pad I just created. Closes #14. ---

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-08-06 Thread nickm
commit c1b440f7606303225b20e7a7a893afe6ecbc504e Merge: 18d2c7c5d7 39d5e7c764 Author: Nick Mathewson Date: Thu Aug 6 13:24:12 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-08-06 Thread nickm
commit 39d5e7c76464f4e6dae9762210363de3da7230df Merge: e78a7450a2 352991c843 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.4' into release-0.4.4

2020-08-06 Thread nickm
commit 561ba475e9f2d9d83fd3a70c0ea29a3623dd4865 Merge: e62e46d930 c1b440f760 Author: Nick Mathewson Date: Thu Aug 6 13:24:12 2020 -0400 Merge branch 'maint-0.4.4' into release-0.4.4 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2

2020-08-06 Thread nickm
commit 1f54007161cc8d315e7733d5d8cb2699d9f849fd Merge: 529b989675 352991c843 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.4.2' into release-0.4.2 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/maint-0.3.5] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-08-06 Thread nickm
commit 352991c843e2c0404fd44178cbf3df32cc365bc1 Merge: 4e684c8695 bac8967e24 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-08-06 Thread nickm
commit 39d5e7c76464f4e6dae9762210363de3da7230df Merge: e78a7450a2 352991c843 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-08-06 Thread nickm
commit c1b440f7606303225b20e7a7a893afe6ecbc504e Merge: 18d2c7c5d7 39d5e7c764 Author: Nick Mathewson Date: Thu Aug 6 13:24:12 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-08-06 Thread nickm
commit 39d5e7c76464f4e6dae9762210363de3da7230df Merge: e78a7450a2 352991c843 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/release-0.4.2] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/maint-0.4.3] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/release-0.3.5] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-08-06 Thread nickm
commit 352991c843e2c0404fd44178cbf3df32cc365bc1 Merge: 4e684c8695 bac8967e24 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-08-06 Thread nickm
commit 352991c843e2c0404fd44178cbf3df32cc365bc1 Merge: 4e684c8695 bac8967e24 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/maint-0.4.4] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/release-0.4.3] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-08-06 Thread nickm
commit 352991c843e2c0404fd44178cbf3df32cc365bc1 Merge: 4e684c8695 bac8967e24 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-08-06 Thread nickm
commit 352991c843e2c0404fd44178cbf3df32cc365bc1 Merge: 4e684c8695 bac8967e24 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/release-0.4.4] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-08-06 Thread nickm
commit 352991c843e2c0404fd44178cbf3df32cc365bc1 Merge: 4e684c8695 bac8967e24 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-08-06 Thread nickm
commit 39d5e7c76464f4e6dae9762210363de3da7230df Merge: e78a7450a2 352991c843 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2020-08-06 Thread nickm
commit 1279db39ebf820ccbfda67919a3a2ebf1c5b0cf6 Merge: 25811d4e72 bac8967e24 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.3.5' into release-0.3.5 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.3' into release-0.4.3

2020-08-06 Thread nickm
commit 44546aeb3ff6de273033c6d160a11973df85e01b Merge: f67d5b39a4 39d5e7c764 Author: Nick Mathewson Date: Thu Aug 6 13:24:12 2020 -0400 Merge branch 'maint-0.4.3' into release-0.4.3 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/maint-0.4.2] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/master] Merge branch 'maint-0.4.4'

2020-08-06 Thread nickm
commit 67fc69c8c1546d1f02f66848997192023f7d1141 Merge: afd88ee87f c1b440f760 Author: Nick Mathewson Date: Thu Aug 6 13:24:12 2020 -0400 Merge branch 'maint-0.4.4' ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-08-06 Thread nickm
commit 352991c843e2c0404fd44178cbf3df32cc365bc1 Merge: 4e684c8695 bac8967e24 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)

[tor-commits] [tor/master] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-08-06 Thread nickm
commit 39d5e7c76464f4e6dae9762210363de3da7230df Merge: e78a7450a2 352991c843 Author: Nick Mathewson Date: Thu Aug 6 13:24:11 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor/master] Copy from master gitlab-ci.yml from master back to maint-0.3.5

2020-08-06 Thread nickm
commit bac8967e244e6dca0d7795bdd0cf6c49f259bd20 Author: Nick Mathewson Date: Thu Aug 6 12:42:14 2020 -0400 Copy from master gitlab-ci.yml from master back to maint-0.3.5 --- .gitlab-ci.yml | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git

[tor-commits] [tor/master] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-08-06 Thread nickm
commit c1b440f7606303225b20e7a7a893afe6ecbc504e Merge: 18d2c7c5d7 39d5e7c764 Author: Nick Mathewson Date: Thu Aug 6 13:24:12 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) ___

[tor-commits] [tor-browser-build/master] Bug 33932: Improve steps for collecting gradle dependencies

2020-08-06 Thread sysrqb
commit 061b9e7bf60d4c442346a404f23a80c01f2b6b9f Author: Georg Koppen Date: Fri May 15 13:54:58 2020 + Bug 33932: Improve steps for collecting gradle dependencies --- .../how-to-create-gradle-dependencies-list.txt | 43 - tools/gen_gradle_deps_file.sh

[tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'gkgl/bug_33932_v6'

2020-08-06 Thread sysrqb
commit 219a86f0d60592414aa460fc761e4dd50243f7b7 Merge: e370ae7 061b9e7 Author: Matthew Finkel Date: Thu Aug 6 16:42:18 2020 + Merge remote-tracking branch 'gkgl/bug_33932_v6' .../how-to-create-gradle-dependencies-list.txt | 43 - tools/gen_gradle_deps_file.sh

[tor-commits] [tor-browser-build/master] Fold in 10.0a4 Changelog

2020-08-06 Thread gk
commit e370ae7adc6b2b15ad0d54912c7293b31a4c3a1a Author: Georg Koppen Date: Thu Aug 6 14:20:11 2020 + Fold in 10.0a4 Changelog --- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 8 1 file changed, 8 insertions(+) diff --git

[tor-commits] [tor-browser-build/master] Fold in 9.5.3 Changelog

2020-08-06 Thread gk
commit 2c24b79ca9bfd2ed9204b0d7b775c5d1edd56dce Author: Georg Koppen Date: Thu Aug 6 14:18:58 2020 + Fold in 9.5.3 Changelog --- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git

[tor-commits] [torbutton/master] Bug 40005: Initialize the identity UI before setting up the circuit display

2020-08-06 Thread gk
commit c36ccb5874a318b82310631306f73acfe4ca0eaf Author: Alex Catarineu Date: Fri Jul 31 13:39:09 2020 +0200 Bug 40005: Initialize the identity UI before setting up the circuit display Caused by https://bugzilla.mozilla.org/show_bug.cgi?id=1646780. ---

[tor-commits] [torbutton/master] Translations update

2020-08-06 Thread gk
commit bce41d2a294b3c4905e9d738862a4e6f1ce95fcc Author: Georg Koppen Date: Thu Aug 6 13:59:17 2020 + Translations update --- chrome/locale/ar/torbutton.properties| 48 chrome/locale/es-AR/torbutton.properties | 4 +--

[tor-commits] [torbutton/master] Bug 40003: Adapt code for L10nRegistry API changes

2020-08-06 Thread gk
commit 4b683ed09b05ba88ff6b6be121c7756605d1c2d8 Author: Alex Catarineu Date: Thu Jul 30 20:56:54 2020 +0200 Bug 40003: Adapt code for L10nRegistry API changes Caused by https://bugzilla.mozilla.org/show_bug.cgi?id=1648631. --- components/startup-observer.js | 6 +- 1 file

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-08-06 Thread translation
commit 5be44d62006b92681bf232ebd69118d2be9f416b Author: Translation commit bot Date: Thu Aug 6 13:48:15 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+ar.po | 7 +++ 1 file changed, 7 insertions(+) diff --git a/contents+ar.po