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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-140.3.0esr-15.0-1] fixup! MB 213: Customize the search engines list



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • aaaa4b20
    by Pier Angelo Vendrame at 2025-09-23T14:38:53+02:00
    fixup! MB 213: Customize the search engines list
    
    BB 44153: Add search engine tests.
    

1 changed file:

Changes:

  • toolkit/components/search/tests/xpcshell/test_base_browser.js
    ... ... @@ -9,10 +9,14 @@
    9 9
     "use strict";
    
    10 10
     
    
    11 11
     const expectedURLs = {
    
    12
    -  ddg: "https://duckduckgo.com/?q=test",
    
    12
    +  leta: "https://leta.mullvad.net/?q=test",
    
    13
    +  ddg: "https://duckduckgo.com/html/?q=test",
    
    14
    +  "ddg-html": "https://html.duckduckgo.com/html?q=test",
    
    15
    +  mojeek: "https://www.mojeek.com/search?q=test",
    
    16
    +  brave: "https://search.brave.com/search?q=test",
    
    13 17
       startpage: "https://www.startpage.com/sp/search?q=test",
    
    14 18
     };
    
    15
    -const defaultEngine = "ddg";
    
    19
    +const defaultEngine = "leta";
    
    16 20
     
    
    17 21
     add_setup(async function setup() {
    
    18 22
       await Services.search.init();
    

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