morgan pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
56d378c4 by Pier Angelo Vendrame at 2025-08-19T12:30:46+00:00
fixup! TB 42891: Set the bundled search engine for Tor Browser.
TB 43728: Update search engine icon sizes.
The .ico we're using for DDG and Wikipedia already contains the 32px
variant, so update the size. Firefox should already do the best choice
between the two available sizes.
For Startpage, update the favicon, and ship both the 16px and the 32px
icons.
- - - - -
4 changed files:
- + toolkit/components/search/content/startpage-16.png
- + toolkit/components/search/content/startpage-32.png
- − toolkit/components/search/content/startpage.png
- toolkit/components/search/content/torBrowserSearchEngineIcons.json
Changes:
=====================================
toolkit/components/search/content/startpage-16.png
=====================================
Binary files /dev/null and b/toolkit/components/search/content/startpage-16.png
differ
=====================================
toolkit/components/search/content/startpage-32.png
=====================================
Binary files /dev/null and b/toolkit/components/search/content/startpage-32.png
differ
=====================================
toolkit/components/search/content/startpage.png deleted
=====================================
Binary files a/toolkit/components/search/content/startpage.png and /dev/null
differ
=====================================
toolkit/components/search/content/torBrowserSearchEngineIcons.json
=====================================
@@ -2,31 +2,39 @@
"ddg": [
{
"url": "chrome://global/content/search/duckduckgo.ico",
- "imageSize": 16
+ "imageSize": 32
}
],
"ddg-onion": [
{
"url": "chrome://global/content/search/duckduckgo.ico",
- "imageSize": 16
+ "imageSize": 32
}
],
"startpage": [
{
- "url": "chrome://global/content/search/startpage.png",
+ "url": "chrome://global/content/search/startpage-16.png",
"imageSize": 16
+ },
+ {
+ "url": "chrome://global/content/search/startpage-32.png",
+ "imageSize": 32
}
],
"startpage-onion": [
{
- "url": "chrome://global/content/search/startpage.png",
+ "url": "chrome://global/content/search/startpage-16.png",
"imageSize": 16
+ },
+ {
+ "url": "chrome://global/content/search/startpage-32.png",
+ "imageSize": 32
}
],
"wikipedia": [
{
"url": "chrome://global/content/search/wikipedia.ico",
- "imageSize": 16
+ "imageSize": 32
}
]
}
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/56d378c43615ecdec87c65f1c4fab5812ceb6343
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/56d378c43615ecdec87c65f1c4fab5812ceb6343
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]