-
06df4787
by Pier Angelo Vendrame at 2024-09-03T19:51:54+00:00
Revert "Bug 12620: TorBrowser regression tests"
We have not run these tests in years.
It does not make sense to try to modify them.
This reverts commit b8cef53f22fef6486cf05c93834120c4faa1e204.
-
7bfc300d
by Pier Angelo Vendrame at 2024-09-03T19:51:54+00:00
Revert "Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing"
This reverts commit 6f3c0d2f7298bdde1b59d68f99e0d31e91e75f2a.
-
01127089
by Pier Angelo Vendrame at 2024-09-03T19:51:54+00:00
fixup! Bug 41435: Add a Tor Browser migration function
Bug: Review default search engine options.
Migration code for removing Twitter, Yahoo, and YouTube from the local
extension database.
-
372410ca
by Pier Angelo Vendrame at 2024-09-03T19:51:54+00:00
Bug 42891: Set the bundled search engine for Tor Browser.
After upstream changes between Firefox 115 and 128, we had to
completely rework the way in which we define our search engines.
This commit replaces the old "Omnibox: Add DDG, Startpage, Disconnect,
Youtube, Twitter; remove Amazon, eBay, bing".
With that commit, we customized a list of addons IDs to ship as
built-in search engines, but then upsteam moved to using only
RemoteSettings.
The configuration has many more fields, and it would be quite long to
include it in the source code. Therefore, we use some local JSON files
and load the settings from them.