[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.2.0esr-15.0-1] fixup! TB 42891: Set the bundled search engine for Tor Browser.



Title: GitLab

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:

Changes:

  • toolkit/components/search/content/startpage-16.png
    No preview for this file type
  • toolkit/components/search/content/startpage-32.png
    No preview for this file type
  • toolkit/components/search/content/startpage.png deleted
    No preview for this file type
  • toolkit/components/search/content/torBrowserSearchEngineIcons.json
    ... ... @@ -2,31 +2,39 @@
    2 2
       "ddg": [
    
    3 3
         {
    
    4 4
           "url": "chrome://global/content/search/duckduckgo.ico",
    
    5
    -      "imageSize": 16
    
    5
    +      "imageSize": 32
    
    6 6
         }
    
    7 7
       ],
    
    8 8
       "ddg-onion": [
    
    9 9
         {
    
    10 10
           "url": "chrome://global/content/search/duckduckgo.ico",
    
    11
    -      "imageSize": 16
    
    11
    +      "imageSize": 32
    
    12 12
         }
    
    13 13
       ],
    
    14 14
       "startpage": [
    
    15 15
         {
    
    16
    -      "url": "chrome://global/content/search/startpage.png",
    
    16
    +      "url": "chrome://global/content/search/startpage-16.png",
    
    17 17
           "imageSize": 16
    
    18
    +    },
    
    19
    +    {
    
    20
    +      "url": "chrome://global/content/search/startpage-32.png",
    
    21
    +      "imageSize": 32
    
    18 22
         }
    
    19 23
       ],
    
    20 24
       "startpage-onion": [
    
    21 25
         {
    
    22
    -      "url": "chrome://global/content/search/startpage.png",
    
    26
    +      "url": "chrome://global/content/search/startpage-16.png",
    
    23 27
           "imageSize": 16
    
    28
    +    },
    
    29
    +    {
    
    30
    +      "url": "chrome://global/content/search/startpage-32.png",
    
    31
    +      "imageSize": 32
    
    24 32
         }
    
    25 33
       ],
    
    26 34
       "wikipedia": [
    
    27 35
         {
    
    28 36
           "url": "chrome://global/content/search/wikipedia.ico",
    
    29
    -      "imageSize": 16
    
    37
    +      "imageSize": 32
    
    30 38
         }
    
    31 39
       ]
    
    32 40
     }

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx