[tor-commits] [Git][tpo/applications/fenix] Pushed new tag tor-browser-91.1.0-11.0-1-build1

2021-08-10 Thread Matthew Finkel (@sysrqb)
Matthew Finkel pushed new tag tor-browser-91.1.0-11.0-1-build1 at The Tor Project / Applications / fenix -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/tree/tor-browser-91.1.0-11.0-1-build1 You're receiving this email because of your account on

[tor-commits] [Git][tpo/applications/fenix][tor-browser-91.1.0-11.0-1] squash! Modify UI/UX

2021-08-10 Thread Matthew Finkel (@sysrqb)
Matthew Finkel pushed to branch tor-browser-91.1.0-11.0-1 at The Tor Project / Applications / fenix Commits: d909d687 by Matthew Finkel at 2021-08-10T22:49:01+00:00 squash! Modify UI/UX Bug 40186: Hide Credit Cards in Settings - - - - - 2 changed files: -

[tor-commits] [tor-browser-build/master] Release preparations for 11.0a4

2021-08-10 Thread sysrqb
commit d9961a7a8ff9e09cafbbf98c7b5f1637deda4290 Author: Matthew Finkel Date: Mon Aug 9 22:49:45 2021 + Release preparations for 11.0a4 Version and Changelog updates --- projects/android-components/config | 4 +- .../gradle-dependencies-list.txt

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40171: Make WebRequest and GeckoWebExecutor First-Party aware

2021-08-10 Thread boklm
commit bab94cbce5c0b882969afcd641a0d6406721b4c4 Author: Alex Catarineu Date: Wed Nov 4 15:58:22 2020 +0100 Bug 40171: Make WebRequest and GeckoWebExecutor First-Party aware --- .../main/java/org/mozilla/geckoview/WebRequest.java| 18 ++

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop

2021-08-10 Thread boklm
commit 629cfd1d3274b225d335e6a15a8267992019acca Author: Alex Catarineu Date: Fri Sep 4 12:34:35 2020 +0200 Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop This loads HTTPS Everywhere as a builtin addon from a hardcoded resource:// URI in desktop. It also ensures

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40002: Remove about:ion

2021-08-10 Thread boklm
commit e6013c62d53846c4d635b5036e529c32d8ac77df Author: Kathy Brade Date: Fri Aug 14 09:06:33 2020 -0400 Bug 40002: Remove about:ion Firefox Ion (previously Firefox Pioneer) is an opt-in program in which people volunteer to participate in studies that collect detailed,

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 30605: Honor privacy.spoof_english in Android

2021-08-10 Thread boklm
commit f930b4db5def2f13bc45a6d80ee6dd326a488ffd Author: Alex Catarineu Date: Fri Oct 16 10:45:17 2020 +0200 Bug 30605: Honor privacy.spoof_english in Android This checks `privacy.spoof_english` whenever `setLocales` is called from Fenix side and sets `intl.accept_languages`

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40025: Remove Mozilla add-on install permissions

2021-08-10 Thread boklm
commit 95c9910b21f647a7033087f177f45771bc909ca9 Author: Alex Catarineu Date: Mon Jul 27 18:12:55 2020 +0200 Bug 40025: Remove Mozilla add-on install permissions --- browser/app/permissions | 5 - 1 file changed, 5 deletions(-) diff --git a/browser/app/permissions

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40073: Disable remote Public Suffix List fetching

2021-08-10 Thread boklm
commit f30ec312ff59d4deb6dccd861fb81a3829204b66 Author: Alex Catarineu Date: Thu Aug 13 11:05:03 2020 +0200 Bug 40073: Disable remote Public Suffix List fetching In https://bugzilla.mozilla.org/show_bug.cgi?id=1563246 Firefox implemented fetching the Public Suffix List via

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40125: Expose Security Level pref in GeckoView

2021-08-10 Thread boklm
commit cefa4f960bb78feb6126b1b2ae665d310fca3647 Author: Matthew Finkel Date: Mon Sep 14 02:52:28 2020 + Bug 40125: Expose Security Level pref in GeckoView --- mobile/android/geckoview/api.txt | 3 ++ .../mozilla/geckoview/GeckoRuntimeSettings.java| 33

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40199: Avoid using system locale for intl.accept_languages in GeckoView

2021-08-10 Thread boklm
commit d383f2683b63c7fc26d9f001334aa43aac1a52f8 Author: Alex Catarineu Date: Tue Oct 20 17:44:36 2020 +0200 Bug 40199: Avoid using system locale for intl.accept_languages in GeckoView --- .../mozilla/geckoview/GeckoRuntimeSettings.java| 28 +- 1 file changed, 17

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40309: Avoid using regional OS locales

2021-08-10 Thread boklm
commit 84ccea5dbd53c6598e36bac3a99d500df26648c8 Author: Alex Catarineu Date: Wed Jan 27 11:28:05 2021 +0100 Bug 40309: Avoid using regional OS locales Only use regional OS locales if the pref `intl.regional_prefs.use_os_locales` is set to true. ---

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots

2021-08-10 Thread boklm
commit 8fdb8a7efd2840e3b6f3ec21916a55a74b9d2a70 Author: Alex Catarineu Date: Fri Oct 9 12:55:35 2020 +0200 Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots --- browser/app/profile/000-tor-browser.js | 3 +++ browser/components/BrowserGlue.jsm | 14

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40432: Prevent probing installed applications

2021-08-10 Thread boklm
commit 6a99d81c670d1302b57f62dc29604f0f15934c16 Author: Matthew Finkel Date: Mon May 17 18:09:09 2021 + Bug 40432: Prevent probing installed applications --- .../exthandler/nsExternalHelperAppService.cpp | 30 ++ 1 file changed, 25 insertions(+), 5

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40198: Expose privacy.spoof_english pref in GeckoView

2021-08-10 Thread boklm
commit 6bcb6f5f3fc30b934d837ad053a94f4b4fcb9a3d Author: Alex Catarineu Date: Sun Oct 18 17:06:04 2020 +0200 Bug 40198: Expose privacy.spoof_english pref in GeckoView --- mobile/android/geckoview/api.txt | 3 ++ .../mozilla/geckoview/GeckoRuntimeSettings.java| 33

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc.

2021-08-10 Thread boklm
commit f67ef31b40a753c82332682e044ff7061833cf45 Author: Kathy Brade Date: Tue Jul 14 11:15:07 2020 -0400 Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc. Hide elements on about:logins that mention sync, "Firefox LockWise", and Mozilla's LockWise

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 32418: Allow updates to be disabled via an enterprise policy.

2021-08-10 Thread boklm
commit 4e9f3a7a2e42109dba36bf96b0853771cb3f18ef Author: Kathy Brade Date: Thu Apr 16 17:07:09 2020 -0400 Bug 32418: Allow updates to be disabled via an enterprise policy. Restrict the Enterprise Policies mechanism to only consult a policies.json file (avoiding the Windows

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 21952: Implement Onion-Location

2021-08-10 Thread boklm
commit 7b7cd343a25dd18faf1d6e88c8d2556fb8039bfc Author: Alex Catarineu Date: Thu Mar 5 22:16:39 2020 +0100 Bug 21952: Implement Onion-Location Whenever a valid Onion-Location HTTP header (or corresponding HTML http-equiv attribute) is found in a document load, we either

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 28005: Implement .onion alias urlbar rewrites

2021-08-10 Thread boklm
commit 36c83e4bbcf536641d3123b40a2aad80f7d87a68 Author: Alex Catarineu Date: Thu Feb 13 13:24:33 2020 +0100 Bug 28005: Implement .onion alias urlbar rewrites A custom HTTPS Everywhere update channel is installed, which provides rules for locally redirecting some memorable

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 25741 - TBA: Disable GeckoNetworkManager

2021-08-10 Thread boklm
commit 04da834c8ea64c2f75386d7c6144e93ae513d4a9 Author: Matthew Finkel Date: Thu Apr 26 22:22:51 2018 + Bug 25741 - TBA: Disable GeckoNetworkManager The browser should not need information related to the network interface or network state, tor should take care of that. ---

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 28125 - Prevent non-Necko network connections

2021-08-10 Thread boklm
commit 0404a707260c87700e274d2cea25997c449cc129 Author: Matthew Finkel Date: Thu Oct 25 19:17:09 2018 + Bug 28125 - Prevent non-Necko network connections --- .../gecko/media/GeckoMediaDrmBridgeV21.java| 49 +-

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 30237: Add v3 onion services client authentication prompt

2021-08-10 Thread boklm
commit 88f88ed38f9603a8978c118ab73a6ba3fa6d2fb3 Author: Kathy Brade Date: Tue Nov 12 16:11:05 2019 -0500 Bug 30237: Add v3 onion services client authentication prompt When Tor informs the browser that client authentication is needed, temporarily load about:blank instead of

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources.

2021-08-10 Thread boklm
commit fa9cbd49615cf0da6db27523fc6269abc2fd76fc Author: Amogh Pradeep Date: Fri Jun 12 02:07:45 2015 -0400 Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources. See Bug 1357997 for partial uplift. Also: Bug 28051 - Use our Orbot for proxying our

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 32658: Create a new MAR signing key

2021-08-10 Thread boklm
commit 2e4ddd30c90e9070a38c21eac3fdd847209efb95 Author: Georg Koppen Date: Fri Jan 17 12:54:31 2020 + Bug 32658: Create a new MAR signing key It's time for our rotation again: Move the backup key in the front position and add a new backup key. Bug 33803: Move our

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 32220: Improve the letterboxing experience

2021-08-10 Thread boklm
commit d1ac689fab6473c8015147c378d25ba84231 Author: Richard Pospesel Date: Mon Oct 28 17:42:17 2019 -0700 Bug 32220: Improve the letterboxing experience CSS and JS changes to alter the UX surrounding letterboxing. The browser element containing page content is now anchored

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 33342: Avoid disconnect search addon error after removal.

2021-08-10 Thread boklm
commit 521fc0fabb02a56dc6b13e09620d5640b2b41014 Author: Alex Catarineu Date: Fri Mar 13 18:19:30 2020 +0100 Bug 33342: Avoid disconnect search addon error after removal. We removed the addon in #32767, but it was still being loaded from addonStartup.json.lz4 and throwing an

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 24796 - Comment out excess permissions from GeckoView

2021-08-10 Thread boklm
commit 0d6c430670b1c921fc480bda6e89d7ac7faf02f6 Author: Matthew Finkel Date: Wed Apr 11 17:52:59 2018 + Bug 24796 - Comment out excess permissions from GeckoView The GeckoView AndroidManifest.xml is not preprocessed unlike Fennec's manifest, so we can't use the ifdef

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 27604: Fix addon issues when moving TB directory

2021-08-10 Thread boklm
commit afe70cbda8c00772950243263bb0e200416791ef Author: Alex Catarineu Date: Wed Oct 30 10:44:48 2019 +0100 Bug 27604: Fix addon issues when moving TB directory --- toolkit/mozapps/extensions/internal/XPIProvider.jsm | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 31740: Remove some unnecessary RemoteSettings instances

2021-08-10 Thread boklm
commit dea7b5156456b7ab9e461a46f8ab8c673a393654 Author: Alex Catarineu Date: Wed Oct 16 23:01:12 2019 +0200 Bug 31740: Remove some unnecessary RemoteSettings instances More concretely, SearchService.jsm 'hijack-blocklists' and url-classifier-skip-urls. Avoid creating

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor

2021-08-10 Thread boklm
commit d702b660b5b5b6f1483f1d147ac819ebc0c6e8be Author: Richard Pospesel Date: Mon Sep 16 15:25:39 2019 -0700 Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor This patch adds a new about:preferences#tor page which allows modifying

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 31607: App menu items stop working on macOS

2021-08-10 Thread boklm
commit 07c2dbc8138239b1abd6c26e2a04c341e9b19e1a Author: Kathy Brade Date: Thu Oct 3 10:53:43 2019 -0400 Bug 31607: App menu items stop working on macOS Avoid re-creating the hidden window, since this causes the nsMenuBarX object that is associated with the app menu to be freed

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 32092: Fix Tor Browser Support link in preferences

2021-08-10 Thread boklm
commit ec33854ca549337b0cbd1e54f6c59a94f4802cbe Author: Alex Catarineu Date: Tue Oct 15 22:54:10 2019 +0200 Bug 32092: Fix Tor Browser Support link in preferences --- browser/components/preferences/preferences.js | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 27511: Add new identity button to toolbar

2021-08-10 Thread boklm
commit cd1497e3edf5829a10aa6cf0638637069a4bcdee Author: Alex Catarineu Date: Fri Oct 4 19:08:33 2019 +0200 Bug 27511: Add new identity button to toolbar Also added 'New circuit for this site' button to CustomizableUI, but not visible by default. ---

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 31575: Replace Firefox Home (newtab) with about:tor

2021-08-10 Thread boklm
commit 3fe181a32044549098b298ddcaee58d52b22ca7d Author: Alex Catarineu Date: Mon Sep 9 13:04:34 2019 +0200 Bug 31575: Replace Firefox Home (newtab) with about:tor Avoid loading AboutNewTab in BrowserGlue.jsm in order to avoid several network requests that we do not need.

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 28369: Stop shipping pingsender executable

2021-08-10 Thread boklm
commit 8fd0db3ddf29f4fd51b90a6d4c5e628c497d9e0a Author: Alex Catarineu Date: Wed Apr 10 17:52:51 2019 +0200 Bug 28369: Stop shipping pingsender executable --- browser/app/macbuild/Contents/MacOS-files.in | 1 - browser/installer/package-manifest.in | 4

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 16940: After update, load local change notes.

2021-08-10 Thread boklm
commit 6c7223d4352abdde9949f32b97277c5c9d605e80 Author: Kathy Brade Date: Wed Nov 25 11:36:20 2015 -0500 Bug 16940: After update, load local change notes. Add an about:tbupdate page that displays the first section from TorBrowser/Docs/ChangeLog.txt and includes a link to the

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 26353: Prevent speculative connect that violated FPI.

2021-08-10 Thread boklm
commit f15c20e5fdee574e30ec1492c780fe39524d5d08 Author: Arthur Edelstein Date: Sat Jul 14 08:50:55 2018 -0700 Bug 26353: Prevent speculative connect that violated FPI. Connections were observed in the catch-all circuit when the user entered an https or http URL in the URL bar,

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 23247: Communicating security expectations for .onion

2021-08-10 Thread boklm
commit 0e05f8f1daf07c302d0891cd1d76c74d004ccdff Author: Richard Pospesel Date: Fri Jun 8 13:38:40 2018 -0700 Bug 23247: Communicating security expectations for .onion Encrypting pages hosted on Onion Services with SSL/TLS is redundant (in terms of hiding content) as all

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 21431: Clean-up system extensions shipped in Firefox

2021-08-10 Thread boklm
commit ae75e92dc960369effa2488f4191cea188453479 Author: Kathy Brade Date: Tue May 23 17:05:29 2017 -0400 Bug 21431: Clean-up system extensions shipped in Firefox Only ship the pdfjs extension. --- browser/components/BrowserGlue.jsm| 6 ++ browser/extensions/moz.build

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 26345: Hide tracking protection UI

2021-08-10 Thread boklm
commit c949293ec7c2ea69c1eb362c1b1ab3f5e20d27c5 Author: Alex Catarineu Date: Tue Sep 10 16:29:31 2019 +0200 Bug 26345: Hide tracking protection UI --- browser/base/content/appmenu-viewcache.inc.xhtml | 4 ++-- browser/base/content/browser-siteIdentity.js | 4 ++--

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 30541: Disable WebGL readPixel() for web content

2021-08-10 Thread boklm
commit b1575239ef693956b63dd42c52bd7a70c035d87d Author: Georg Koppen Date: Wed May 29 12:29:19 2019 + Bug 30541: Disable WebGL readPixel() for web content --- dom/canvas/ClientWebGLContext.cpp | 8 1 file changed, 8 insertions(+) diff --git

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 25658: Replace security slider with security level UI

2021-08-10 Thread boklm
commit 45b78ac6c24fe48714ab8b068f586ce802faa4a0 Author: Richard Pospesel Date: Mon Mar 4 16:09:51 2019 -0800 Bug 25658: Replace security slider with security level UI This patch adds a new 'securitylevel' component to Tor Browser intended to replace the torbutton 'Security

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 19121: reinstate the update.xml hash check

2021-08-10 Thread boklm
commit a599da4826b198f31359e23033b23c5b01ca4fd0 Author: Kathy Brade Date: Mon Apr 23 15:22:57 2018 -0400 Bug 19121: reinstate the update.xml hash check Revert most changes from Mozilla Bug 1373267 "Remove hashFunction and hashValue attributes from nsIUpdatePatch and code

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 13379: Sign our MAR files.

2021-08-10 Thread boklm
commit f7c801d707805598a3fc6e70046d479f939e81f6 Author: Kathy Brade Date: Wed Dec 17 16:37:11 2014 -0500 Bug 13379: Sign our MAR files. Configure with --enable-verify-mar (when updating, require a valid signature on the MAR file before it is applied). Use the Tor Browser

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 23104: Add a default line height compensation

2021-08-10 Thread boklm
commit 6b18f7ba0c983cb34395a3f77e6b9bb864511d3e Author: Igor Oliveira Date: Sun Dec 10 18:16:59 2017 -0200 Bug 23104: Add a default line height compensation Many fonts have issues with their vertical metrics. they are used to influence the height of ascenders and depth of

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 16285: Exclude ClearKey system for now

2021-08-10 Thread boklm
commit cc78a5a8ee9a3be54db2edc2e557ceeccc910529 Author: Georg Koppen Date: Mon May 22 12:44:40 2017 + Bug 16285: Exclude ClearKey system for now In the past the ClearKey system had not been compiled when specifying --disable-eme. But that changed and it is even bundled

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 21830: Copying large text from web console leaks to /tmp

2021-08-10 Thread boklm
commit 785f25598a0bd0bfd97cfb4f883ccca1ec13a6cd Author: Georg Koppen Date: Fri Aug 4 05:55:49 2017 + Bug 21830: Copying large text from web console leaks to /tmp Patch written by Neill Miller --- widget/nsTransferable.cpp | 6 ++ 1 file changed, 6 insertions(+) diff

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing

2021-08-10 Thread boklm
commit 4fd7ff58177fc51d32b8b2e76ec8baf9a2cac2fe Author: Mike Perry Date: Fri May 5 03:41:57 2017 -0700 Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing eBay and Amazon don't treat Tor users very well. Accounts often get locked and payments

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 18821: Disable libmdns for Android and Desktop

2021-08-10 Thread boklm
commit 2337417032c98ae5e32b4b65b8af536217626d70 Author: Georg Koppen Date: Wed Apr 20 14:34:50 2016 + Bug 18821: Disable libmdns for Android and Desktop There should be no need to remove the OS X support introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1225726 as

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 18800: Remove localhost DNS lookup in nsProfileLock.cpp

2021-08-10 Thread boklm
commit defac06da42943b1a8677281ec0d39d80e3cf7b0 Author: Kathy Brade Date: Thu Apr 21 10:40:26 2016 -0400 Bug 18800: Remove localhost DNS lookup in nsProfileLock.cpp Instead of using the local computer's IP address within symlink-based profile lock signatures, always use

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 19273: Avoid JavaScript patching of the external app helper dialog.

2021-08-10 Thread boklm
commit 169b96a2f10bf776db23673ce8ebb324f536f2ba Author: Kathy Brade Date: Tue Jun 28 15:13:05 2016 -0400 Bug 19273: Avoid JavaScript patching of the external app helper dialog. When handling an external URI or downloading a file, invoke Torbutton's external app blocker

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 21724: Make Firefox and Tor Browser distinct macOS apps

2021-08-10 Thread boklm
commit 81de3a9b1e2c2b6e6b0b3612fff7c095ea3a7753 Author: teor Date: Mon Mar 13 23:06:23 2017 +1100 Bug 21724: Make Firefox and Tor Browser distinct macOS apps When macOS opens a document or selects a default browser, it sometimes uses the CFBundleSignature. Changing from the

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 11641: change TBB directory structure to be more like Firefox's

2021-08-10 Thread boklm
commit 18e828914e7b2d3caf953a29cb4fe5f8d80ed0fb Author: Kathy Brade Date: Tue Apr 29 13:08:24 2014 -0400 Bug 11641: change TBB directory structure to be more like Firefox's Unless the -osint command line flag is used, the browser now defaults to the equivalent of -no-remote.

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 13252: Do not store data in the app bundle

2021-08-10 Thread boklm
commit 6c8f56c3c8dff0fddbf68debc5b245b914f66466 Author: Kathy Brade Date: Fri Mar 18 14:20:02 2016 -0400 Bug 13252: Do not store data in the app bundle When --enable-tor-browser-data-outside-app-dir is enabled, all user data is stored in a directory named TorBrowser-Data

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 16620: Clear window.name when no referrer sent

2021-08-10 Thread boklm
commit 30153d64026e9b0c6e0d3b44ac3f12a2c8be1335 Author: Kathy Brade Date: Fri Oct 30 14:28:13 2015 -0400 Bug 16620: Clear window.name when no referrer sent Convert JS implementation (within Torbutton) to a C++ browser patch. --- docshell/base/nsDocShell.cpp |

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 14631: Improve profile access error messages.

2021-08-10 Thread boklm
commit b3d1ed0e53df249b68626d9f4b02d34d6789d709 Author: Kathy Brade Date: Tue Feb 24 13:50:23 2015 -0500 Bug 14631: Improve profile access error messages. Instead of always reporting that the profile is locked, display specific messages for "access denied" and "read-only file

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 9173: Change the default Firefox profile directory to be TBB-relative.

2021-08-10 Thread boklm
commit 2939535f8101a37c522e2e3edba22a6f0cfbc684 Author: Kathy Brade Date: Fri Oct 18 15:20:06 2013 -0400 Bug 9173: Change the default Firefox profile directory to be TBB-relative. This should eliminate our need to rely on a wrapper script that sets /Users/arthur and launches

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 13028: Prevent potential proxy bypass cases.

2021-08-10 Thread boklm
commit 678684d493b7cdf6c625aed046138779edb2dd06 Author: Mike Perry Date: Mon Sep 29 14:30:19 2014 -0700 Bug 13028: Prevent potential proxy bypass cases. It looks like these cases should only be invoked in the NSS command line tools, and not the browser, but I decided to patch

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Add TorStrings module for localization

2021-08-10 Thread boklm
commit 013b62e24eee56d91d6606ac45d78887af9caf65 Author: Alex Catarineu Date: Fri Jul 24 21:15:20 2020 +0200 Add TorStrings module for localization --- browser/modules/TorStrings.jsm | 490 + browser/modules/moz.build | 1 + 2 files changed,

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 10760: Integrate TorButton to TorBrowser core

2021-08-10 Thread boklm
commit dfe81a77284cfc9cd188462624e089db3c949a2e Author: Alex Catarineu Date: Wed Feb 19 23:05:08 2020 +0100 Bug 10760: Integrate TorButton to TorBrowser core Because of the non-restartless nature of Torbutton, it required a two-stage installation process. On mobile, it was a

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 16439: Remove screencasting code

2021-08-10 Thread boklm
commit 1feb405a045b7bdef8bc57a38d8640371d739b98 Author: Kathy Brade Date: Wed Jun 24 11:01:11 2015 -0400 Bug 16439: Remove screencasting code We avoid including the screencasting code on mobile (it got ripped out for desktop in bug 1393582) by simply excluding the related JS

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 12974: Disable NTLM and Negotiate HTTP Auth

2021-08-10 Thread boklm
commit fcb12d6dae7fdba3b799b43f89af7c89f36ebbe0 Author: Mike Perry Date: Wed Aug 27 15:19:10 2014 -0700 Bug 12974: Disable NTLM and Negotiate HTTP Auth This is technically an embargoed Mozilla bug, so I probably shouldn't provide too many details. Suffice to say that

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 28044: Integrate Tor Launcher into tor-browser

2021-08-10 Thread boklm
commit 133904c8edb0761404e8a97ab03821567f0173bc Author: Kathy Brade Date: Tue Feb 26 10:07:17 2019 -0500 Bug 28044: Integrate Tor Launcher into tor-browser Build and package Tor Launcher as part of the browser (similar to how pdfjs is handled). If a Tor Launcher

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 40069: Add helpers for message passing with extensions

2021-08-10 Thread boklm
commit 27cb708b7888e7bbd91f5b3101f0ddbcc6a15153 Author: Alex Catarineu Date: Sun Aug 2 19:12:25 2020 +0200 Bug 40069: Add helpers for message passing with extensions --- toolkit/components/extensions/ExtensionParent.jsm | 47 +++ 1 file changed, 47 insertions(+) diff

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] TB4: Tor Browser's Firefox preference overrides.

2021-08-10 Thread boklm
commit 86cdf9ae4c8de3914193e654f4c791b062843bda Author: Mike Perry Date: Tue Sep 10 18:20:43 2013 -0700 TB4: Tor Browser's Firefox preference overrides. This hack directly includes our preference changes in omni.ja. Bug 18292: Staged updates fail on Windows

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 12620: TorBrowser regression tests

2021-08-10 Thread boklm
commit d1aff1ca7b166dbe6eb0dd8457968e6e2ba69b1d Author: Arthur Edelstein Date: Wed Aug 27 16:25:00 2014 -0700 Bug 12620: TorBrowser regression tests Regression tests for Bug #2950: Make Permissions Manager memory-only Regression tests for TB4: Tor Browser's Firefox

[tor-commits] [tor-browser/tor-browser-91.0-11.0-1] TB3: Tor Browser's official .mozconfigs.

2021-08-10 Thread boklm
commit 42c0f39b01f7822ee5f49bb528f45c936f4f0e3c Author: Mike Perry Date: Mon May 6 15:51:06 2013 -0700 TB3: Tor Browser's official .mozconfigs. Also: Bug #9829.1: new .mozconfig file for the new cross-compiler and ESR24 Changes needed to build Mac in 64bit Bug 10715:

[tor-commits] [snowflake/main] Increase smux and QueuePacketConn buffer sizes

2021-08-10 Thread cohosh
commit e6715cb4ee3e577c83bb4edc40fcc5018ac70bb7 Author: Cecylia Bocovich Date: Wed Jul 14 14:42:17 2021 -0400 Increase smux and QueuePacketConn buffer sizes This should increase the maximum amount of inflight data and hopefully the performance of Snowflake, especially for

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 40416: Add v2 Onion deprecation warnings

2021-08-10 Thread boklm
commit bcc57ede47cbca659913c31be2120510de73ab97 Author: Richard Pospesel Date: Fri May 21 22:18:23 2021 +0200 Bug 40416: Add v2 Onion deprecation warnings - adds new v2 deprecated warning page (js and styling) that piggy-backs off of the existing added onion service errors

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 27476: Implement about:torconnect captive portal within Tor Browser

2021-08-10 Thread boklm
commit bec404f02e81ecabf175f7e24672e61a84efb018 Author: Richard Pospesel Date: Wed Apr 28 23:09:34 2021 -0500 Bug 27476: Implement about:torconnect captive portal within Tor Browser - implements new about:torconnect page as tor-launcher replacement - adds tor connection status

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] 40209: Implement Basic Crypto Safety

2021-08-10 Thread boklm
commit 531722317f1ed71c8ccb891acba949aac6bf3c5d Author: sanketh Date: Mon Feb 8 20:12:44 2021 -0500 40209: Implement Basic Crypto Safety Adds a CryptoSafety actor which detects when you've copied a crypto address from a HTTP webpage and shows a warning. Closes #40209.

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Adding issue template for bugs.

2021-08-10 Thread boklm
commit 8d05e1da99b0770b2052a821ba9def711af2c2a7 Author: Gaba Date: Mon Jun 28 11:44:16 2021 -0700 Adding issue template for bugs. --- .gitlab/issue_templates/UXBug.md | 29 + .gitlab/issue_templates/bug.md | 32 2 files

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots

2021-08-10 Thread boklm
commit f35559de5f03e40762f0c350a2e0a2f493f37581 Author: Alex Catarineu Date: Fri Oct 9 12:55:35 2020 +0200 Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots --- browser/app/profile/000-tor-browser.js | 3 +++ browser/components/BrowserGlue.jsm | 14

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 40475: Include clearing CORS preflight cache

2021-08-10 Thread boklm
commit edc57b8ea477545503d21ac366da1591e8c45a34 Author: Matthew Finkel Date: Sun Jun 6 20:32:23 2021 + Bug 40475: Include clearing CORS preflight cache --- netwerk/protocol/http/nsCORSListenerProxy.cpp | 7 +++ netwerk/protocol/http/nsCORSListenerProxy.h | 1 +

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 40432: Prevent probing installed applications

2021-08-10 Thread boklm
commit f2a464ecf24f2accaeaa47604181bd1b9e250849 Author: Matthew Finkel Date: Mon May 17 18:09:09 2021 + Bug 40432: Prevent probing installed applications --- .../exthandler/nsExternalHelperAppService.cpp | 30 ++ 1 file changed, 25 insertions(+), 5

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 1673237 - Always allow SVGs on about: pages r=acat, tjr, emilio

2021-08-10 Thread boklm
commit 6d7816d212d586dae468b01c8234a667b0ce913f Author: sanketh Date: Tue Nov 3 17:34:20 2020 + Bug 1673237 - Always allow SVGs on about: pages r=acat,tjr,emilio - Updated layout/svg/tests/test_disabled.html to ensure that this doesn't allow rendering SVGs on

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 1658881 - When failing to create a channel and an image request, make sure to set the image blocking status appropriately. r=tnikkel

2021-08-10 Thread boklm
commit d227992645e149de10c2504418892a26de727b98 Author: Emilio Cobos Álvarez Date: Wed Sep 9 22:58:29 2020 + Bug 1658881 - When failing to create a channel and an image request, make sure to set the image blocking status appropriately. r=tnikkel This is the same status as we

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop

2021-08-10 Thread boklm
commit d8daf7a2b32d30aef6d820658b150da392b39f4c Author: Alex Catarineu Date: Fri Sep 4 12:34:35 2020 +0200 Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop This loads HTTPS Everywhere as a builtin addon from a hardcoded resource:// URI in desktop. It also ensures

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 40002: Remove about:pioneer

2021-08-10 Thread boklm
commit 3971372e7efb39e9fc6acf96c08c13a1fef9f219 Author: Kathy Brade Date: Fri Aug 14 09:06:33 2020 -0400 Bug 40002: Remove about:pioneer Firefox Pioneer is an opt-in program in which people volunteer to participate in studies that collect detailed, sensitive data about how

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 40073: Disable remote Public Suffix List fetching

2021-08-10 Thread boklm
commit fba77e409d56111cc76fc91e6c6e207a67ae555e Author: Alex Catarineu Date: Thu Aug 13 11:05:03 2020 +0200 Bug 40073: Disable remote Public Suffix List fetching In https://bugzilla.mozilla.org/show_bug.cgi?id=1563246 Firefox implemented fetching the Public Suffix List via

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 28005: Implement .onion alias urlbar rewrites

2021-08-10 Thread boklm
commit fac6522e56aaceef9bffec26edd59464d2905d08 Author: Alex Catarineu Date: Thu Feb 13 13:24:33 2020 +0100 Bug 28005: Implement .onion alias urlbar rewrites A custom HTTPS Everywhere update channel is installed, which provides rules for locally redirecting some memorable

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 28125 - Prevent non-Necko network connections

2021-08-10 Thread boklm
commit c9a5ba41b2b5e765fa1c5520eab8d5baa8ca34c1 Author: Matthew Finkel Date: Thu Oct 25 19:17:09 2018 + Bug 28125 - Prevent non-Necko network connections --- .../gecko/media/GeckoMediaDrmBridgeV21.java| 49 +-

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 1650281 - P2: Make sure `gCombinedSizes` won't be underflowed r=gerald

2021-08-10 Thread boklm
commit b669649df2aa0962663af41b844ed69b3d58ed3a Author: Chun-Min Chang Date: Tue Jul 21 23:39:14 2020 + Bug 1650281 - P2: Make sure `gCombinedSizes` won't be underflowed r=gerald In any case, `gCombinedSizes` should be larger than or equal to the buffer within

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 1650281 - P1: Widen `gCombinedSizes` once the buffers grow r=gerald

2021-08-10 Thread boklm
commit d8153ca98b1b9ac28da0b7c9719d286cbda9a534 Author: Chun-Min Chang Date: Tue Jul 21 23:38:57 2020 + Bug 1650281 - P1: Widen `gCombinedSizes` once the buffers grow r=gerald The `gCombinedSizes` need to be enlarged once the inner buffer within `MemoryBlockCache` grows.

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc.

2021-08-10 Thread boklm
commit 8625ba0b90d7720c40ecc2d381bdfa9a3b235e80 Author: Kathy Brade Date: Tue Jul 14 11:15:07 2020 -0400 Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc. Hide elements on about:logins that mention sync, "Firefox LockWise", and Mozilla's LockWise

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 40025: Remove Mozilla add-on install permissions

2021-08-10 Thread boklm
commit d437468c2c933f63af168b27ce01a8e9233dd75b Author: Alex Catarineu Date: Mon Jul 27 18:12:55 2020 +0200 Bug 40025: Remove Mozilla add-on install permissions --- browser/app/permissions | 6 -- 1 file changed, 6 deletions(-) diff --git a/browser/app/permissions

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 33342: Avoid disconnect search addon error after removal.

2021-08-10 Thread boklm
commit a88793c19215d1baf9d2f9bcd17c5f6e3c7af5d4 Author: Alex Catarineu Date: Fri Mar 13 18:19:30 2020 +0100 Bug 33342: Avoid disconnect search addon error after removal. We removed the addon in #32767, but it was still being loaded from addonStartup.json.lz4 and throwing an

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 21952: Implement Onion-Location

2021-08-10 Thread boklm
commit 23baf1e93754f9c6dd7d66640bcfff1d32d5a275 Author: Alex Catarineu Date: Thu Mar 5 22:16:39 2020 +0100 Bug 21952: Implement Onion-Location Whenever a valid Onion-Location HTTP header (or corresponding HTML http-equiv attribute) is found in a document load, we either

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 32418: Allow updates to be disabled via an enterprise policy.

2021-08-10 Thread boklm
commit 2092ca0c135b01d13efb0e070845baed09b27ba8 Author: Kathy Brade Date: Thu Apr 16 17:07:09 2020 -0400 Bug 32418: Allow updates to be disabled via an enterprise policy. Restrict the Enterprise Policies mechanism to only consult a policies.json file (avoiding the Windows

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 25741 - TBA: Disable GeckoNetworkManager

2021-08-10 Thread boklm
commit 9ea4470b3155a05a2b701b3a2d7e3b82b3fda90b Author: Matthew Finkel Date: Thu Apr 26 22:22:51 2018 + Bug 25741 - TBA: Disable GeckoNetworkManager The browser should not need information related to the network interface or network state, tor should take care of that. ---

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources.

2021-08-10 Thread boklm
commit cc2a4ed766e2751d7e1caa42b0ed7a1543c18adb Author: Amogh Pradeep Date: Fri Jun 12 02:07:45 2015 -0400 Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources. See Bug 1357997 for partial uplift. Also: Bug 28051 - Use our Orbot for proxying our

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 32658: Create a new MAR signing key

2021-08-10 Thread boklm
commit ce0438e146173d88dbd99d406646e8ef8c3e53a0 Author: Georg Koppen Date: Fri Jan 17 12:54:31 2020 + Bug 32658: Create a new MAR signing key It's time for our rotation again: Move the backup key in the front position and add a new backup key. squash! Bug 32658:

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 24796 - Comment out excess permissions from GeckoView

2021-08-10 Thread boklm
commit 5446b04b35839809249d2ef664d68a45b440273f Author: Matthew Finkel Date: Wed Apr 11 17:52:59 2018 + Bug 24796 - Comment out excess permissions from GeckoView The GeckoView AndroidManifest.xml is not preprocessed unlike Fennec's manifest, so we can't use the ifdef

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 30237: Add v3 onion services client authentication prompt

2021-08-10 Thread boklm
commit f44667caf28220086abab29bcfce8a1921a91440 Author: Kathy Brade Date: Tue Nov 12 16:11:05 2019 -0500 Bug 30237: Add v3 onion services client authentication prompt When Tor informs the browser that client authentication is needed, temporarily load about:blank instead of

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 13543: Spoof smooth and powerEfficient for Media Capabilities

2021-08-10 Thread boklm
commit cd0d7d064eeaa895e60aea1fb67269c14713061d Author: Alex Catarineu Date: Thu Oct 10 15:08:12 2019 +0200 Bug 13543: Spoof smooth and powerEfficient for Media Capabilities --- dom/media/mediacapabilities/MediaCapabilities.cpp | 5 + 1 file changed, 5 insertions(+) diff --git

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 32220: Improve the letterboxing experience

2021-08-10 Thread boklm
commit 9541f74997a303e25783133cc0b5017f5b103cab Author: Richard Pospesel Date: Mon Oct 28 17:42:17 2019 -0700 Bug 32220: Improve the letterboxing experience CSS and JS changes to alter the UX surrounding letterboxing. The browser element containing page content is now anchored

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor

2021-08-10 Thread boklm
commit dc44a7b88ededb937214184df60b4d2e559c24e8 Author: Richard Pospesel Date: Mon Sep 16 15:25:39 2019 -0700 Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor This patch adds a new about:preferences#tor page which allows modifying

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 32092: Fix Tor Browser Support link in preferences

2021-08-10 Thread boklm
commit 0202c00a7f06e877bde12571a12fdfa672b79d1d Author: Alex Catarineu Date: Tue Oct 15 22:54:10 2019 +0200 Bug 32092: Fix Tor Browser Support link in preferences --- browser/components/preferences/preferences.js | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 27604: Fix addon issues when moving TB directory

2021-08-10 Thread boklm
commit e2e216a8c6ac515ca8eff841f887dbcb21731c45 Author: Alex Catarineu Date: Wed Oct 30 10:44:48 2019 +0100 Bug 27604: Fix addon issues when moving TB directory --- toolkit/mozapps/extensions/internal/XPIProvider.jsm | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 31607: App menu items stop working on macOS

2021-08-10 Thread boklm
commit 03878b076fddcac374f5474d48d1a931aa67b117 Author: Kathy Brade Date: Thu Oct 3 10:53:43 2019 -0400 Bug 31607: App menu items stop working on macOS Avoid re-creating the hidden window, since this causes the nsMenuBarX object that is associated with the app menu to be freed

  1   2   3   >