[tor-commits] [tor/master] two more changelog fixes from arma

2021-04-14 Thread nickm
commit 284f445248655871709e2b25d696d382109d2b78 Author: Nick Mathewson Date: Wed Apr 14 15:22:26 2021 -0400 two more changelog fixes from arma --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a16c21a327..11d1479fcd 100644

[tor-commits] [tor/master] changelog edits from arma

2021-04-14 Thread nickm
commit c5f84ce6a3f5184ff02984e2f0505651df5a88c5 Author: Nick Mathewson Date: Wed Apr 14 15:15:15 2021 -0400 changelog edits from arma --- ChangeLog | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7793f00f0..a16c21a327 100644 ---

[tor-commits] [tor/master] light changelog edits

2021-04-14 Thread nickm
commit 943d4834afb2a09a0b2ab1c154f09a653ddd0589 Author: Nick Mathewson Date: Wed Apr 14 14:24:32 2021 -0400 light changelog edits --- ChangeLog | 48 ++-- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots

2021-04-14 Thread sysrqb
commit b1bd2a4292db95e8347f989cc64c6004dac38516 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.10.0esr-10.0-1] Bug 40193: Add `AT_EMPTY_PATH` definition

2021-04-14 Thread sysrqb
commit 210345cd724b0e12cdbcafcf0d5cc28af5b9f294 Author: Georg Koppen Date: Fri Oct 16 08:47:05 2020 + Bug 40193: Add `AT_EMPTY_PATH` definition `AT_EMPTY_PATH` comes with glibc 2.14. However, Debian Wheezy, which we still use for building our stable Linux bundles, comes

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

2021-04-14 Thread sysrqb
commit 4722e5034a56d4d3c13873f778fde7f80d1449d0 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.10.0esr-10.0-1] Bug 1658881 - When failing to create a channel and an image request, make sure to set the image blocking status appropriately. r=tnikkel

2021-04-14 Thread sysrqb
commit 71f7dbc855a0cbeed463a86916bbaa93e72055c7 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.10.0esr-10.0-1] Bug 40002: Remove about:pioneer

2021-04-14 Thread sysrqb
commit 47f37c88cd640e8ea568b5dcc8eb72f807f481d4 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.10.0esr-10.0-1] Bug 25741 - TBA: Disable GeckoNetworkManager

2021-04-14 Thread sysrqb
commit 23271ec9b5455c729ee0b7b2d925194980b4d5eb 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.10.0esr-10.0-1] Bug 40025: Remove Mozilla add-on install permissions

2021-04-14 Thread sysrqb
commit 702fca64a2eb2bdf734db6048921e00ca8a077f0 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.10.0esr-10.0-1] Bug 1650281 - P2: Make sure `gCombinedSizes` won't be underflowed r=gerald

2021-04-14 Thread sysrqb
commit 82c3805cb7c89b71a051dcf7a28b6a7887cc91df 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.10.0esr-10.0-1] Bug 1650281 - P1: Widen `gCombinedSizes` once the buffers grow r=gerald

2021-04-14 Thread sysrqb
commit 9c08672f90d88fb63d6477948ba86c385411dec5 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.10.0esr-10.0-1] Bug 28005: Implement .onion alias urlbar rewrites

2021-04-14 Thread sysrqb
commit ee8f16763c023d4115d350922face8935e9fb2bf 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.10.0esr-10.0-1] Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources.

2021-04-14 Thread sysrqb
commit 4d13c4e91f7bf97b353cac2eb411e9ec97c7285b 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.10.0esr-10.0-1] Bug 40073: Disable remote Public Suffix List fetching

2021-04-14 Thread sysrqb
commit aa898c0293a2e2a942ba814eae398009b9253ab2 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.10.0esr-10.0-1] Bug 33342: Avoid disconnect search addon error after removal.

2021-04-14 Thread sysrqb
commit 4fd3ed3304c828c94391525e5f3afcbcf285 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.10.0esr-10.0-1] Bug 28125 - Prevent non-Necko network connections

2021-04-14 Thread sysrqb
commit d68c8d4d12116a9c5c6e1875d46fc24c9b43f788 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.10.0esr-10.0-1] Bug 32418: Allow updates to be disabled via an enterprise policy.

2021-04-14 Thread sysrqb
commit 4318c86a64d4f61308bf962a3d6bdf09dec0d874 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.10.0esr-10.0-1] Bug 21952: Implement Onion-Location

2021-04-14 Thread sysrqb
commit 8caeb5ad5cc8bb1367ba6d3e1b1577921cf92418 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.10.0esr-10.0-1] Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc.

2021-04-14 Thread sysrqb
commit 6e22fde6bef93bba5b1b5b9d0a776ef819530030 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.10.0esr-10.0-1] Bug 24796 - Comment out excess permissions from GeckoView

2021-04-14 Thread sysrqb
commit 40f9f635d18390e6ef9592c526c3a560c421f118 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.10.0esr-10.0-1] Bug 32658: Create a new MAR signing key

2021-04-14 Thread sysrqb
commit a90abaad7db2fe8a3ed0b2eced1332bf68172ad2 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. ---

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 30237: Add v3 onion services client authentication prompt

2021-04-14 Thread sysrqb
commit 5f7efb025b72398be734a678836ff0b1c9e2d45f 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.10.0esr-10.0-1] Bug 32220: Improve the letterboxing experience

2021-04-14 Thread sysrqb
commit b099f01880c25c9a36a879ec8caa0d22492359f4 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.10.0esr-10.0-1] Bug 27604: Fix addon issues when moving TB directory

2021-04-14 Thread sysrqb
commit b2a5b7e80849080f6d77a97db23b417a91c495eb 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.10.0esr-10.0-1] Bug 31740: Remove some unnecessary RemoteSettings instances

2021-04-14 Thread sysrqb
commit cfb5e0f45d98d7855c0e807db4bea312ea70f6f5 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-78.10.0esr-10.0-1] Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor

2021-04-14 Thread sysrqb
commit 0d747828e491d9b7e0d707e6682ce107544f53c3 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.10.0esr-10.0-1] Bug 32092: Fix Tor Browser Support link in preferences

2021-04-14 Thread sysrqb
commit 3943cce2bb41b6ce0d34b3acf25484cc2bee1cc0 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.10.0esr-10.0-1] Bug 13543: Spoof smooth and powerEfficient for Media Capabilities

2021-04-14 Thread sysrqb
commit b2a571ece0d851424a9ff7a80bed583284e282e9 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.10.0esr-10.0-1] Bug 31607: App menu items stop working on macOS

2021-04-14 Thread sysrqb
commit 07d766242ce71458bfcd2ae3721d2d0ec40183a1 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-78.10.0esr-10.0-1] Bug 27511: Add new identity button to toolbar

2021-04-14 Thread sysrqb
commit 043175f999887ab12025a80f06a14de6ae51d124 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-78.10.0esr-10.0-1] Bug 28369: Stop shipping pingsender executable

2021-04-14 Thread sysrqb
commit 6a77acbb37ad2dae96c892d6f0c35bd22281d887 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-78.10.0esr-10.0-1] Bug 26345: Hide tracking protection UI

2021-04-14 Thread sysrqb
commit 0ca51a09f77ccaf84737852425d1bddfdedf7acc Author: Alex Catarineu Date: Tue Sep 10 16:29:31 2019 +0200 Bug 26345: Hide tracking protection UI --- browser/base/content/browser-siteIdentity.js| 4 ++-- browser/components/about/AboutRedirector.cpp| 4

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 31563: force reloading search extensions if extensions.enabledScopes has changed

2021-04-14 Thread sysrqb
commit d03c29f2ce43b3ca95cad20a4586075276f605ac Author: Alex Catarineu Date: Sat Aug 31 16:23:20 2019 +0200 Bug 31563: force reloading search extensions if extensions.enabledScopes has changed --- toolkit/components/search/SearchService.jsm | 8 +++- 1 file changed, 7 insertions(+),

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 31575: Replace Firefox Home (newtab) with about:tor

2021-04-14 Thread sysrqb
commit 33d2e70c7dd06df7c387c3c8ad999dbe2b6981c9 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-78.10.0esr-10.0-1] Bug 26353: Prevent speculative connect that violated FPI.

2021-04-14 Thread sysrqb
commit 74671ba33a48bcd21cc38edf2bb0573e1cb80393 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-78.10.0esr-10.0-1] Bug 23247: Communicating security expectations for .onion

2021-04-14 Thread sysrqb
commit 0c006b752d47f617b49f90a3c19dfb4050125ae7 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-78.10.0esr-10.0-1] Bug 21830: Copying large text from web console leaks to /tmp

2021-04-14 Thread sysrqb
commit 3f6c944c25959da725d2293a24a650fb960056ce 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-78.10.0esr-10.0-1] Bug 30541: Disable WebGL readPixel() for web content

2021-04-14 Thread sysrqb
commit 13fd6eb996747d8801aa9c626247cd7de4202e03 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-78.10.0esr-10.0-1] Bug 25658: Replace security slider with security level UI

2021-04-14 Thread sysrqb
commit a775d4f75e9afd9764c17bd68541386aac6187fe 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-78.10.0esr-10.0-1] Bug 21431: Clean-up system extensions shipped in Firefox

2021-04-14 Thread sysrqb
commit e90db6591be285bd0f79eeeca88322bb86672fb4 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-78.10.0esr-10.0-1] Bug 23104: Add a default line height compensation

2021-04-14 Thread sysrqb
commit 059a9314ee93b178136980235e48862ea425a839 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-78.10.0esr-10.0-1] Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing

2021-04-14 Thread sysrqb
commit 69e8e645665d69ccb8fd716cc823e65447e4c66e 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-78.10.0esr-10.0-1] Bug 13379: Sign our MAR files.

2021-04-14 Thread sysrqb
commit 094ea5a5469437ad6881550c7acf3ac4b6a5f57c 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-78.10.0esr-10.0-1] Bug 16285: Exclude ClearKey system for now

2021-04-14 Thread sysrqb
commit b528a7279b16b3a01decc7fa987d0a3865be1084 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-78.10.0esr-10.0-1] Bug 19121: reinstate the update.xml hash check

2021-04-14 Thread sysrqb
commit 14be21ffd083b6f70c612d8bc65d4b7445fdc9a9 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-78.10.0esr-10.0-1] Bug 11641: change TBB directory structure to be more like Firefox's

2021-04-14 Thread sysrqb
commit 35ff9dac6cb02534269acd86162a42e873a40197 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-78.10.0esr-10.0-1] Bug 16940: After update, load local change notes.

2021-04-14 Thread sysrqb
commit 4a5c0f0d79b886d1841e15906057b01bfe06e953 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-78.10.0esr-10.0-1] Bug 19273: Avoid JavaScript patching of the external app helper dialog.

2021-04-14 Thread sysrqb
commit edbc282c071e5c9e2aca844d8d5e9e255fab59fc 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-78.10.0esr-10.0-1] Bug 21724: Make Firefox and Tor Browser distinct macOS apps

2021-04-14 Thread sysrqb
commit 748b74fceeb470c7d5c7d9e38506feb3f371334d 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-78.10.0esr-10.0-1] Bug 21907: Fix runtime error on CentOS 6

2021-04-14 Thread sysrqb
commit 128cfb712ef9657b44142389a8e4e861cf1c38f4 Author: Nicolas Vigier Date: Mon Apr 10 16:07:23 2017 +0200 Bug 21907: Fix runtime error on CentOS 6 In Mozilla bug 1324780, support for building with glib 2.28 (the version available in CentOS 6) was added. However we are

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 4234: Use the Firefox Update Process for Tor Browser.

2021-04-14 Thread sysrqb
commit 1f7298a7f42f6bdf5159d84cb3955dc5b34400ad Author: Kathy Brade Date: Fri Jan 13 11:40:24 2017 -0500 Bug 4234: Use the Firefox Update Process for Tor Browser. The following files are never updated: TorBrowser/Data/Browser/profiles.ini

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 16620: Clear window.name when no referrer sent

2021-04-14 Thread sysrqb
commit ff25f9db5a49e6014f010e6da5cec7b94c33e619 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-78.10.0esr-10.0-1] Bug 13252: Do not store data in the app bundle

2021-04-14 Thread sysrqb
commit 1828dfc6e26e90904f78cb45a9cb7d0f07814e7e 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-78.10.0esr-10.0-1] Bug 18800: Remove localhost DNS lookup in nsProfileLock.cpp

2021-04-14 Thread sysrqb
commit 6bec7e32f6a999dc147ca24157ae4e5166b0e9a7 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-78.10.0esr-10.0-1] Bug 18821: Disable libmdns for Android and Desktop

2021-04-14 Thread sysrqb
commit 844861374bfc69c24511a5a944c066ef19789ec7 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-78.10.0esr-10.0-1] Bug 9173: Change the default Firefox profile directory to be TBB-relative.

2021-04-14 Thread sysrqb
commit b5a45c60d7b06cbf1e661c3f68a80a06b50a7b7e 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-78.10.0esr-10.0-1] Bug 14631: Improve profile access error messages.

2021-04-14 Thread sysrqb
commit 1bdccc2e883c99759fe2394f49f46225c2ac5cf4 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-78.10.0esr-10.0-1] Bug 12974: Disable NTLM and Negotiate HTTP Auth

2021-04-14 Thread sysrqb
commit 4c90ec7cb2ee0e997476b6727e1aad863e36e9b8 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-78.10.0esr-10.0-1] Bug 13028: Prevent potential proxy bypass cases.

2021-04-14 Thread sysrqb
commit 8fc3cb27f2ef3d12b292340b99ce2b2c14f3563f 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-78.10.0esr-10.0-1] Bug 16439: Remove screencasting code

2021-04-14 Thread sysrqb
commit f7350748af56dc9e0d268220817bf8f44c5391ad 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-78.10.0esr-10.0-1] Add TorStrings module for localization

2021-04-14 Thread sysrqb
commit 867e161541458ab0ffbdb7360a526d35c12c468c 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-78.10.0esr-10.0-1] Bug 28044: Integrate Tor Launcher into tor-browser

2021-04-14 Thread sysrqb
commit d58f94cbc0592e99a0b94b783344e807041c986b 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-78.10.0esr-10.0-1] Bug 10760: Integrate TorButton to TorBrowser core

2021-04-14 Thread sysrqb
commit 72979b37081aa939fbdf5c22eee04907ec50e508 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-78.10.0esr-10.0-1] Bug 12620: TorBrowser regression tests

2021-04-14 Thread sysrqb
commit a4ba6874ebaadf4d6d51802fca2729bd277e06d9 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-78.10.0esr-10.0-1] Bug 3547: Block all plugins.

2021-04-14 Thread sysrqb
commit 8a34abb3b35ff14d99791a7f384d63c01305b86e Author: Mike Perry Date: Tue Dec 4 16:03:13 2012 -0800 Bug 3547: Block all plugins. We cannot use the @mozilla.org/extensions/blocklist;1 service, because we actually want to stop plugins from ever entering the browser's process

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] TB4: Tor Browser's Firefox preference overrides.

2021-04-14 Thread sysrqb
commit 9b403168d7d2b6689527b716ca9ec49762b9d327 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-78.10.0esr-10.0-1] TB3: Tor Browser's official .mozconfigs.

2021-04-14 Thread sysrqb
commit 98facc7075e642fd57312b3c3ac6ea51afff3176 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] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 1585470 - Remove duplicate cpu-features.c definition when building GV without webrtc r=glandium

2021-04-14 Thread sysrqb
commit 9286cac9f39aab75196506f3430b86aedcd86a48 Author: Matthew Finkel Date: Thu Jul 9 19:10:34 2020 + Bug 1585470 - Remove duplicate cpu-features.c definition when building GV without webrtc r=glandium Differential Revision: https://phabricator.services.mozilla.com/D82120

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 1642754 - Update prompts should not depend on how update was initiated r=bytesized

2021-04-14 Thread sysrqb
commit 04e403bb511283d61c9fcd9c18f1e34407306703 Author: Mark Smith Date: Wed Jun 17 19:24:09 2020 + Bug 1642754 - Update prompts should not depend on how update was initiated r=bytesized Show update badge and doorhanger when entering the "pending" state for foreground

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.0-1] Bug 1642404 - add an option to show that an update is being downloaded r=bytesized, fluent-reviewers, flod

2021-04-14 Thread sysrqb
commit d8eea228bc4ca9785a42a40b665819a61a3fa46f Author: Mark Smith Date: Mon Jun 22 20:24:46 2020 + Bug 1642404 - add an option to show that an update is being downloaded r=bytesized,fluent-reviewers,flod Add support for a hidden preference named

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

2021-04-14 Thread sysrqb
commit c502447e8a0c00e4ef29b82083a348210fce43b6 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.10.0esr-10.5-1] Bug 1673237 - Always allow SVGs on about: pages r=acat, tjr, emilio

2021-04-14 Thread sysrqb
commit 8d431189d1122a5c97987c280a40eb4cabdf796c 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.10.0esr-10.5-1] 40209: Implement Basic Crypto Safety

2021-04-14 Thread sysrqb
commit 41648b040580412b79525f70814d5ad6fd4e7d17 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.10.0esr-10.5-1] Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop

2021-04-14 Thread sysrqb
commit eb877a83bbec5ce675e9ec5f1fbb93d334653f2b 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.10.0esr-10.5-1] Bug 1658881 - When failing to create a channel and an image request, make sure to set the image blocking status appropriately. r=tnikkel

2021-04-14 Thread sysrqb
commit e138079e68e44c5c9b8b7e6a43e8a6eaafc3ae64 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.10.0esr-10.5-1] Bug 40002: Remove about:pioneer

2021-04-14 Thread sysrqb
commit cf8f3b2e7708aacc35b665469f229fe3442232f9 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.10.0esr-10.5-1] Bug 1650281 - P1: Widen `gCombinedSizes` once the buffers grow r=gerald

2021-04-14 Thread sysrqb
commit 3070b8ff3bc9b68d015723974acb7526ad6cb252 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.10.0esr-10.5-1] Bug 1650281 - P2: Make sure `gCombinedSizes` won't be underflowed r=gerald

2021-04-14 Thread sysrqb
commit 9321a3557b1ebcc2161553d000753bcd7f7d31e4 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.10.0esr-10.5-1] Bug 40025: Remove Mozilla add-on install permissions

2021-04-14 Thread sysrqb
commit 3e86f345c321287a48ee063848193b939be05402 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.10.0esr-10.5-1] Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources.

2021-04-14 Thread sysrqb
commit 022f6e13ff07de600dde505ce83d4d698f5e43f4 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.10.0esr-10.5-1] Bug 40073: Disable remote Public Suffix List fetching

2021-04-14 Thread sysrqb
commit 0516cf203470ab557e6f0fef6f9b19508e04781e 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.10.0esr-10.5-1] Bug 24796 - Comment out excess permissions from GeckoView

2021-04-14 Thread sysrqb
commit 32fbd30b7034b7cda9320dc4bce264c7290806b9 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.10.0esr-10.5-1] Bug 28125 - Prevent non-Necko network connections

2021-04-14 Thread sysrqb
commit fc62aeee845956688fc641ce8ddbe53c6d5acd55 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.10.0esr-10.5-1] Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots

2021-04-14 Thread sysrqb
commit 893f7eaf708ac8757b29f8bc959bb9b6ca419e32 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.10.0esr-10.5-1] Bug 25741 - TBA: Disable GeckoNetworkManager

2021-04-14 Thread sysrqb
commit ed6dfda513ea1ac981b6f014367f7d118997233c 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.10.0esr-10.5-1] Bug 30237: Add v3 onion services client authentication prompt

2021-04-14 Thread sysrqb
commit 0f93fecf46910f3ca8371421afaa47cdfde7e243 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.10.0esr-10.5-1] Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc.

2021-04-14 Thread sysrqb
commit e1f64e8dca49d724dc5d83e848e71adb6fa60024 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.10.0esr-10.5-1] Bug 28005: Implement .onion alias urlbar rewrites

2021-04-14 Thread sysrqb
commit febcaf62ee9a85b2c3be638275ae063d34f46e76 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.10.0esr-10.5-1] Bug 21952: Implement Onion-Location

2021-04-14 Thread sysrqb
commit 5062e15a17024cb1a529c821fc813f3ab11f5916 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.10.0esr-10.5-1] Bug 33342: Avoid disconnect search addon error after removal.

2021-04-14 Thread sysrqb
commit 938e915419f273d4a85942f205648f42901ced19 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.10.0esr-10.5-1] Bug 32658: Create a new MAR signing key

2021-04-14 Thread sysrqb
commit 5a5ad3ab4f2337c78e456f5242dd8b6e25d0ad10 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.10.0esr-10.5-1] Bug 27604: Fix addon issues when moving TB directory

2021-04-14 Thread sysrqb
commit 52651d7a379d20d8cccf0f3d291085641f31b5a1 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.10.0esr-10.5-1] Bug 32092: Fix Tor Browser Support link in preferences

2021-04-14 Thread sysrqb
commit e61de7b2144aa9d71e70cff0a7832be90a2f3599 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.10.0esr-10.5-1] Bug 31740: Remove some unnecessary RemoteSettings instances

2021-04-14 Thread sysrqb
commit ab6bc1c8896fac529d6bd10d3f0186383fcb63ff 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-78.10.0esr-10.5-1] Bug 32220: Improve the letterboxing experience

2021-04-14 Thread sysrqb
commit d7c8314d431f7309eee52a9b68da4a3c1cae44c8 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.10.0esr-10.5-1] Bug 13543: Spoof smooth and powerEfficient for Media Capabilities

2021-04-14 Thread sysrqb
commit 7c8832ee113de4b0dfd19192b59849104733df47 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.10.0esr-10.5-1] Bug 31563: force reloading search extensions if extensions.enabledScopes has changed

2021-04-14 Thread sysrqb
commit 30141141c16b492a0ec6e8e6c05076bf58e0f792 Author: Alex Catarineu Date: Sat Aug 31 16:23:20 2019 +0200 Bug 31563: force reloading search extensions if extensions.enabledScopes has changed --- toolkit/components/search/SearchService.jsm | 8 +++- 1 file changed, 7 insertions(+),

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.5-1] Bug 31607: App menu items stop working on macOS

2021-04-14 Thread sysrqb
commit 3def4d60b5bec46bd5e8a72b4571c4c4a0d506a8 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-78.10.0esr-10.5-1] Bug 26345: Hide tracking protection UI

2021-04-14 Thread sysrqb
commit d25dea623a1feda545bf070b83c4f9b74164dc65 Author: Alex Catarineu Date: Tue Sep 10 16:29:31 2019 +0200 Bug 26345: Hide tracking protection UI --- browser/base/content/browser-siteIdentity.js| 4 ++-- browser/components/about/AboutRedirector.cpp| 4

  1   2   >