|
@@ -5,9 +5,9 @@ Subject: Add Qwant search engine
|
|
|
Specify image URL in upstream engine definition
|
|
|
Make search engine selectable in default list
|
|
|
---
|
|
|
- .../search_engines/prepopulated_engines.json | 1 +
|
|
|
- .../template_url_prepopulate_data.cc | 218 ++++++++++-----------
|
|
|
- 2 files changed, 110 insertions(+), 109 deletions(-)
|
|
|
+ .../search_engines/prepopulated_engines.json | 1 +
|
|
|
+ .../template_url_prepopulate_data.cc | 216 +++++++++---------
|
|
|
+ 2 files changed, 109 insertions(+), 108 deletions(-)
|
|
|
|
|
|
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
|
|
|
--- a/components/search_engines/prepopulated_engines.json
|
|
@@ -27,8 +27,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Default (for countries with no better engine set)
|
|
|
const PrepopulatedEngine* const engines_default[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -36,8 +36,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
// Engine selection by country ------------------------------------------------
|
|
|
// United Arab Emirates
|
|
|
const PrepopulatedEngine* const engines_AE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -45,8 +45,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Albania
|
|
|
const PrepopulatedEngine* const engines_AL[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&ask,
|
|
@@ -54,8 +54,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Argentina
|
|
|
const PrepopulatedEngine* const engines_AR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_ar,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -63,8 +63,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Austria
|
|
|
const PrepopulatedEngine* const engines_AT[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_at,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -72,8 +72,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Australia
|
|
|
const PrepopulatedEngine* const engines_AU[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_au,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -81,8 +81,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Bosnia and Herzegovina
|
|
|
const PrepopulatedEngine* const engines_BA[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&ask,
|
|
@@ -90,8 +90,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Belgium
|
|
|
const PrepopulatedEngine* const engines_BE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -99,8 +99,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Bulgaria
|
|
|
const PrepopulatedEngine* const engines_BG[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&yandex_ru,
|
|
@@ -108,8 +108,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Bahrain
|
|
|
const PrepopulatedEngine* const engines_BH[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&ask,
|
|
@@ -117,8 +117,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Burundi
|
|
|
const PrepopulatedEngine* const engines_BI[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&yandex_ru,
|
|
@@ -126,8 +126,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Brunei
|
|
|
const PrepopulatedEngine* const engines_BN[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -135,8 +135,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Bolivia
|
|
|
const PrepopulatedEngine* const engines_BO[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -144,8 +144,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Brazil
|
|
|
const PrepopulatedEngine* const engines_BR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_br,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
@@ -153,8 +153,8 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Belarus
|
|
|
const PrepopulatedEngine* const engines_BY[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yandex_by,
|
|
|
&mail_ru,
|
|
|
&bing,
|
|
@@ -162,840 +162,831 @@ diff --git a/components/search_engines/template_url_prepopulate_data.cc b/compon
|
|
|
|
|
|
// Belize
|
|
|
const PrepopulatedEngine* const engines_BZ[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
-@@ -162,12 +162,12 @@ const PrepopulatedEngine* const engines_BZ[] = {
|
|
|
+ &duckduckgo,
|
|
|
+@@ -163,12 +163,12 @@ const PrepopulatedEngine* const engines_BZ[] = {
|
|
|
|
|
|
// Canada
|
|
|
const PrepopulatedEngine* const engines_CA[] = {
|
|
|
-- &googleen, &google, &startpage, &bing, &yahoo_ca, &yahoo_qc, &duckduckgo, &duckduckgo_light,
|
|
|
-+ &googleen, &google, &startpage, &qwant, &bing, &yahoo_ca, &yahoo_qc, &duckduckgo, &duckduckgo_light,
|
|
|
+- &googleen, &google, &bing, &yahoo_ca, &yahoo_qc, &duckduckgo, &duckduckgo_light,
|
|
|
++ &googleen, &google, &qwant, &bing, &yahoo_ca, &yahoo_qc, &duckduckgo, &duckduckgo_light,
|
|
|
};
|
|
|
|
|
|
// Switzerland
|
|
|
const PrepopulatedEngine* const engines_CH[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
- &yahoo_ch,
|
|
|
-@@ -175,7 +175,7 @@ const PrepopulatedEngine* const engines_CH[] = {
|
|
|
+ &duckduckgo,
|
|
|
+ &duckduckgo_light,
|
|
|
+@@ -177,7 +177,7 @@ const PrepopulatedEngine* const engines_CH[] = {
|
|
|
|
|
|
// Chile
|
|
|
const PrepopulatedEngine* const engines_CL[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_cl,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -183,12 +183,12 @@ const PrepopulatedEngine* const engines_CL[] = {
|
|
|
+@@ -185,12 +185,12 @@ const PrepopulatedEngine* const engines_CL[] = {
|
|
|
|
|
|
// China
|
|
|
const PrepopulatedEngine* const engines_CN[] = {
|
|
|
-- &baidu, &so_360, &googleen, &google, &startpage, &sogou, &bing,
|
|
|
-+ &baidu, &so_360, &googleen, &google, &startpage, &qwant, &sogou, &bing,
|
|
|
+- &baidu, &so_360, &googleen, &google, &sogou, &bing,
|
|
|
++ &baidu, &so_360, &googleen, &google, &qwant, &sogou, &bing,
|
|
|
};
|
|
|
|
|
|
// Colombia
|
|
|
const PrepopulatedEngine* const engines_CO[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_co,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -196,7 +196,7 @@ const PrepopulatedEngine* const engines_CO[] = {
|
|
|
+@@ -198,7 +198,7 @@ const PrepopulatedEngine* const engines_CO[] = {
|
|
|
|
|
|
// Costa Rica
|
|
|
const PrepopulatedEngine* const engines_CR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -204,7 +204,7 @@ const PrepopulatedEngine* const engines_CR[] = {
|
|
|
+@@ -206,7 +206,7 @@ const PrepopulatedEngine* const engines_CR[] = {
|
|
|
|
|
|
// Czech Republic
|
|
|
const PrepopulatedEngine* const engines_CZ[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&seznam,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
-@@ -212,7 +212,7 @@ const PrepopulatedEngine* const engines_CZ[] = {
|
|
|
+@@ -214,7 +214,7 @@ const PrepopulatedEngine* const engines_CZ[] = {
|
|
|
|
|
|
// Germany
|
|
|
const PrepopulatedEngine* const engines_DE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_de,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -220,7 +220,7 @@ const PrepopulatedEngine* const engines_DE[] = {
|
|
|
+@@ -222,7 +222,7 @@ const PrepopulatedEngine* const engines_DE[] = {
|
|
|
|
|
|
// Denmark
|
|
|
const PrepopulatedEngine* const engines_DK[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_dk,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -228,7 +228,7 @@ const PrepopulatedEngine* const engines_DK[] = {
|
|
|
+@@ -230,7 +230,7 @@ const PrepopulatedEngine* const engines_DK[] = {
|
|
|
|
|
|
// Dominican Republic
|
|
|
const PrepopulatedEngine* const engines_DO[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -236,7 +236,7 @@ const PrepopulatedEngine* const engines_DO[] = {
|
|
|
+@@ -238,7 +238,7 @@ const PrepopulatedEngine* const engines_DO[] = {
|
|
|
|
|
|
// Algeria
|
|
|
const PrepopulatedEngine* const engines_DZ[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
-@@ -244,7 +244,7 @@ const PrepopulatedEngine* const engines_DZ[] = {
|
|
|
+@@ -246,7 +246,7 @@ const PrepopulatedEngine* const engines_DZ[] = {
|
|
|
|
|
|
// Ecuador
|
|
|
const PrepopulatedEngine* const engines_EC[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -252,7 +252,7 @@ const PrepopulatedEngine* const engines_EC[] = {
|
|
|
+@@ -254,7 +254,7 @@ const PrepopulatedEngine* const engines_EC[] = {
|
|
|
|
|
|
// Estonia
|
|
|
const PrepopulatedEngine* const engines_EE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
&neti,
|
|
|
-@@ -260,7 +260,7 @@ const PrepopulatedEngine* const engines_EE[] = {
|
|
|
+@@ -262,7 +262,7 @@ const PrepopulatedEngine* const engines_EE[] = {
|
|
|
|
|
|
// Egypt
|
|
|
const PrepopulatedEngine* const engines_EG[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
-@@ -268,7 +268,7 @@ const PrepopulatedEngine* const engines_EG[] = {
|
|
|
+@@ -270,7 +270,7 @@ const PrepopulatedEngine* const engines_EG[] = {
|
|
|
|
|
|
// Spain
|
|
|
const PrepopulatedEngine* const engines_ES[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_es,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -276,7 +276,7 @@ const PrepopulatedEngine* const engines_ES[] = {
|
|
|
+@@ -278,7 +278,7 @@ const PrepopulatedEngine* const engines_ES[] = {
|
|
|
|
|
|
// Finland
|
|
|
const PrepopulatedEngine* const engines_FI[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_fi,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -284,7 +284,7 @@ const PrepopulatedEngine* const engines_FI[] = {
|
|
|
+@@ -286,7 +286,7 @@ const PrepopulatedEngine* const engines_FI[] = {
|
|
|
|
|
|
// Faroe Islands
|
|
|
const PrepopulatedEngine* const engines_FO[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -292,7 +292,7 @@ const PrepopulatedEngine* const engines_FO[] = {
|
|
|
+@@ -294,7 +294,7 @@ const PrepopulatedEngine* const engines_FO[] = {
|
|
|
|
|
|
// France
|
|
|
const PrepopulatedEngine* const engines_FR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_fr,
|
|
|
&qwant,
|
|
|
-@@ -300,7 +300,7 @@ const PrepopulatedEngine* const engines_FR[] = {
|
|
|
+@@ -302,7 +302,7 @@ const PrepopulatedEngine* const engines_FR[] = {
|
|
|
|
|
|
// United Kingdom
|
|
|
const PrepopulatedEngine* const engines_GB[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_uk,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -308,7 +308,7 @@ const PrepopulatedEngine* const engines_GB[] = {
|
|
|
+@@ -310,7 +310,7 @@ const PrepopulatedEngine* const engines_GB[] = {
|
|
|
|
|
|
// Greece
|
|
|
const PrepopulatedEngine* const engines_GR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -316,7 +316,7 @@ const PrepopulatedEngine* const engines_GR[] = {
|
|
|
+@@ -318,7 +318,7 @@ const PrepopulatedEngine* const engines_GR[] = {
|
|
|
|
|
|
// Guatemala
|
|
|
const PrepopulatedEngine* const engines_GT[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -324,7 +324,7 @@ const PrepopulatedEngine* const engines_GT[] = {
|
|
|
+@@ -326,7 +326,7 @@ const PrepopulatedEngine* const engines_GT[] = {
|
|
|
|
|
|
// Hong Kong
|
|
|
const PrepopulatedEngine* const engines_HK[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_hk,
|
|
|
&bing,
|
|
|
&baidu,
|
|
|
-@@ -332,7 +332,7 @@ const PrepopulatedEngine* const engines_HK[] = {
|
|
|
+@@ -334,7 +334,7 @@ const PrepopulatedEngine* const engines_HK[] = {
|
|
|
|
|
|
// Honduras
|
|
|
const PrepopulatedEngine* const engines_HN[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -340,7 +340,7 @@ const PrepopulatedEngine* const engines_HN[] = {
|
|
|
+@@ -342,7 +342,7 @@ const PrepopulatedEngine* const engines_HN[] = {
|
|
|
|
|
|
// Croatia
|
|
|
const PrepopulatedEngine* const engines_HR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -348,7 +348,7 @@ const PrepopulatedEngine* const engines_HR[] = {
|
|
|
+@@ -350,7 +350,7 @@ const PrepopulatedEngine* const engines_HR[] = {
|
|
|
|
|
|
// Hungary
|
|
|
const PrepopulatedEngine* const engines_HU[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -356,7 +356,7 @@ const PrepopulatedEngine* const engines_HU[] = {
|
|
|
+@@ -358,7 +358,7 @@ const PrepopulatedEngine* const engines_HU[] = {
|
|
|
|
|
|
// Indonesia
|
|
|
const PrepopulatedEngine* const engines_ID[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_id,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -364,7 +364,7 @@ const PrepopulatedEngine* const engines_ID[] = {
|
|
|
+@@ -366,7 +366,7 @@ const PrepopulatedEngine* const engines_ID[] = {
|
|
|
|
|
|
// Ireland
|
|
|
const PrepopulatedEngine* const engines_IE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -372,7 +372,7 @@ const PrepopulatedEngine* const engines_IE[] = {
|
|
|
+@@ -374,7 +374,7 @@ const PrepopulatedEngine* const engines_IE[] = {
|
|
|
|
|
|
// Israel
|
|
|
const PrepopulatedEngine* const engines_IL[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&yandex_ru,
|
|
|
-@@ -380,7 +380,7 @@ const PrepopulatedEngine* const engines_IL[] = {
|
|
|
+@@ -382,7 +382,7 @@ const PrepopulatedEngine* const engines_IL[] = {
|
|
|
|
|
|
// India
|
|
|
const PrepopulatedEngine* const engines_IN[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_in,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -388,7 +388,7 @@ const PrepopulatedEngine* const engines_IN[] = {
|
|
|
+@@ -390,7 +390,7 @@ const PrepopulatedEngine* const engines_IN[] = {
|
|
|
|
|
|
// Iraq
|
|
|
const PrepopulatedEngine* const engines_IQ[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
-@@ -396,14 +396,14 @@ const PrepopulatedEngine* const engines_IQ[] = {
|
|
|
+@@ -398,14 +398,14 @@ const PrepopulatedEngine* const engines_IQ[] = {
|
|
|
|
|
|
// Iran
|
|
|
const PrepopulatedEngine* const engines_IR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
};
|
|
|
|
|
|
// Iceland
|
|
|
const PrepopulatedEngine* const engines_IS[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -411,7 +411,7 @@ const PrepopulatedEngine* const engines_IS[] = {
|
|
|
+@@ -413,7 +413,7 @@ const PrepopulatedEngine* const engines_IS[] = {
|
|
|
|
|
|
// Italy
|
|
|
const PrepopulatedEngine* const engines_IT[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -419,7 +419,7 @@ const PrepopulatedEngine* const engines_IT[] = {
|
|
|
+@@ -421,7 +421,7 @@ const PrepopulatedEngine* const engines_IT[] = {
|
|
|
|
|
|
// Jamaica
|
|
|
const PrepopulatedEngine* const engines_JM[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -427,7 +427,7 @@ const PrepopulatedEngine* const engines_JM[] = {
|
|
|
+@@ -429,7 +429,7 @@ const PrepopulatedEngine* const engines_JM[] = {
|
|
|
|
|
|
// Jordan
|
|
|
const PrepopulatedEngine* const engines_JO[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
-@@ -435,7 +435,7 @@ const PrepopulatedEngine* const engines_JO[] = {
|
|
|
+@@ -437,7 +437,7 @@ const PrepopulatedEngine* const engines_JO[] = {
|
|
|
|
|
|
// Japan
|
|
|
const PrepopulatedEngine* const engines_JP[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_jp,
|
|
|
&bing,
|
|
|
&baidu,
|
|
|
-@@ -443,7 +443,7 @@ const PrepopulatedEngine* const engines_JP[] = {
|
|
|
+@@ -445,7 +445,7 @@ const PrepopulatedEngine* const engines_JP[] = {
|
|
|
|
|
|
// Kenya
|
|
|
const PrepopulatedEngine* const engines_KE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -451,7 +451,7 @@ const PrepopulatedEngine* const engines_KE[] = {
|
|
|
+@@ -453,7 +453,7 @@ const PrepopulatedEngine* const engines_KE[] = {
|
|
|
|
|
|
// South Korea
|
|
|
const PrepopulatedEngine* const engines_KR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&naver,
|
|
|
&daum,
|
|
|
&bing,
|
|
|
-@@ -459,7 +459,7 @@ const PrepopulatedEngine* const engines_KR[] = {
|
|
|
+@@ -461,7 +461,7 @@ const PrepopulatedEngine* const engines_KR[] = {
|
|
|
|
|
|
// Kuwait
|
|
|
const PrepopulatedEngine* const engines_KW[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&ask,
|
|
|
-@@ -467,7 +467,7 @@ const PrepopulatedEngine* const engines_KW[] = {
|
|
|
+@@ -469,7 +469,7 @@ const PrepopulatedEngine* const engines_KW[] = {
|
|
|
|
|
|
// Kazakhstan
|
|
|
const PrepopulatedEngine* const engines_KZ[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yandex_kz,
|
|
|
&mail_ru,
|
|
|
&bing,
|
|
|
-@@ -475,7 +475,7 @@ const PrepopulatedEngine* const engines_KZ[] = {
|
|
|
+@@ -477,7 +477,7 @@ const PrepopulatedEngine* const engines_KZ[] = {
|
|
|
|
|
|
// Lebanon
|
|
|
const PrepopulatedEngine* const engines_LB[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
-@@ -483,7 +483,7 @@ const PrepopulatedEngine* const engines_LB[] = {
|
|
|
+ &duckduckgo,
|
|
|
+@@ -486,7 +486,7 @@ const PrepopulatedEngine* const engines_LB[] = {
|
|
|
|
|
|
// Liechtenstein
|
|
|
const PrepopulatedEngine* const engines_LI[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
- &yahoo,
|
|
|
-@@ -491,7 +491,7 @@ const PrepopulatedEngine* const engines_LI[] = {
|
|
|
+ &duckduckgo,
|
|
|
+ &duckduckgo_light,
|
|
|
+@@ -495,7 +495,7 @@ const PrepopulatedEngine* const engines_LI[] = {
|
|
|
|
|
|
// Lithuania
|
|
|
const PrepopulatedEngine* const engines_LT[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&yandex_ru,
|
|
|
-@@ -499,7 +499,7 @@ const PrepopulatedEngine* const engines_LT[] = {
|
|
|
+@@ -503,7 +503,7 @@ const PrepopulatedEngine* const engines_LT[] = {
|
|
|
|
|
|
// Luxembourg
|
|
|
const PrepopulatedEngine* const engines_LU[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
&yahoo,
|
|
|
-@@ -507,7 +507,7 @@ const PrepopulatedEngine* const engines_LU[] = {
|
|
|
+@@ -511,7 +511,7 @@ const PrepopulatedEngine* const engines_LU[] = {
|
|
|
|
|
|
// Latvia
|
|
|
const PrepopulatedEngine* const engines_LV[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
&yahoo,
|
|
|
-@@ -515,7 +515,7 @@ const PrepopulatedEngine* const engines_LV[] = {
|
|
|
+@@ -519,7 +519,7 @@ const PrepopulatedEngine* const engines_LV[] = {
|
|
|
|
|
|
// Libya
|
|
|
const PrepopulatedEngine* const engines_LY[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&yandex_com,
|
|
|
-@@ -523,7 +523,7 @@ const PrepopulatedEngine* const engines_LY[] = {
|
|
|
+@@ -527,7 +527,7 @@ const PrepopulatedEngine* const engines_LY[] = {
|
|
|
|
|
|
// Morocco
|
|
|
const PrepopulatedEngine* const engines_MA[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
-@@ -531,7 +531,7 @@ const PrepopulatedEngine* const engines_MA[] = {
|
|
|
+@@ -535,7 +535,7 @@ const PrepopulatedEngine* const engines_MA[] = {
|
|
|
|
|
|
// Monaco
|
|
|
const PrepopulatedEngine* const engines_MC[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -539,7 +539,7 @@ const PrepopulatedEngine* const engines_MC[] = {
|
|
|
+@@ -543,7 +543,7 @@ const PrepopulatedEngine* const engines_MC[] = {
|
|
|
|
|
|
// Moldova
|
|
|
const PrepopulatedEngine* const engines_MD[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yandex_ru,
|
|
|
&mail_ru,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -547,7 +547,7 @@ const PrepopulatedEngine* const engines_MD[] = {
|
|
|
+@@ -551,7 +551,7 @@ const PrepopulatedEngine* const engines_MD[] = {
|
|
|
|
|
|
// Montenegro
|
|
|
const PrepopulatedEngine* const engines_ME[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
-@@ -555,7 +555,7 @@ const PrepopulatedEngine* const engines_ME[] = {
|
|
|
+@@ -559,7 +559,7 @@ const PrepopulatedEngine* const engines_ME[] = {
|
|
|
|
|
|
// Macedonia
|
|
|
const PrepopulatedEngine* const engines_MK[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -563,7 +563,7 @@ const PrepopulatedEngine* const engines_MK[] = {
|
|
|
+@@ -567,7 +567,7 @@ const PrepopulatedEngine* const engines_MK[] = {
|
|
|
|
|
|
// Mexico
|
|
|
const PrepopulatedEngine* const engines_MX[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_mx,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -571,7 +571,7 @@ const PrepopulatedEngine* const engines_MX[] = {
|
|
|
+@@ -575,7 +575,7 @@ const PrepopulatedEngine* const engines_MX[] = {
|
|
|
|
|
|
// Malaysia
|
|
|
const PrepopulatedEngine* const engines_MY[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_my,
|
|
|
&bing,
|
|
|
&baidu,
|
|
|
-@@ -579,7 +579,7 @@ const PrepopulatedEngine* const engines_MY[] = {
|
|
|
+@@ -583,7 +583,7 @@ const PrepopulatedEngine* const engines_MY[] = {
|
|
|
|
|
|
// Nicaragua
|
|
|
const PrepopulatedEngine* const engines_NI[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -587,7 +587,7 @@ const PrepopulatedEngine* const engines_NI[] = {
|
|
|
+@@ -591,7 +591,7 @@ const PrepopulatedEngine* const engines_NI[] = {
|
|
|
|
|
|
// Netherlands
|
|
|
const PrepopulatedEngine* const engines_NL[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_nl,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -595,7 +595,7 @@ const PrepopulatedEngine* const engines_NL[] = {
|
|
|
+@@ -599,7 +599,7 @@ const PrepopulatedEngine* const engines_NL[] = {
|
|
|
|
|
|
// Norway
|
|
|
const PrepopulatedEngine* const engines_NO[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
-@@ -603,7 +603,7 @@ const PrepopulatedEngine* const engines_NO[] = {
|
|
|
+ &duckduckgo,
|
|
|
+@@ -608,7 +608,7 @@ const PrepopulatedEngine* const engines_NO[] = {
|
|
|
|
|
|
// New Zealand
|
|
|
const PrepopulatedEngine* const engines_NZ[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
&yahoo_nz,
|
|
|
-@@ -611,7 +611,7 @@ const PrepopulatedEngine* const engines_NZ[] = {
|
|
|
+@@ -616,7 +616,7 @@ const PrepopulatedEngine* const engines_NZ[] = {
|
|
|
|
|
|
// Oman
|
|
|
const PrepopulatedEngine* const engines_OM[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&ask,
|
|
|
-@@ -619,7 +619,7 @@ const PrepopulatedEngine* const engines_OM[] = {
|
|
|
+@@ -624,7 +624,7 @@ const PrepopulatedEngine* const engines_OM[] = {
|
|
|
|
|
|
// Panama
|
|
|
const PrepopulatedEngine* const engines_PA[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -627,7 +627,7 @@ const PrepopulatedEngine* const engines_PA[] = {
|
|
|
+@@ -632,7 +632,7 @@ const PrepopulatedEngine* const engines_PA[] = {
|
|
|
|
|
|
// Peru
|
|
|
const PrepopulatedEngine* const engines_PE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_pe,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -635,7 +635,7 @@ const PrepopulatedEngine* const engines_PE[] = {
|
|
|
+@@ -640,7 +640,7 @@ const PrepopulatedEngine* const engines_PE[] = {
|
|
|
|
|
|
// Philippines
|
|
|
const PrepopulatedEngine* const engines_PH[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_ph,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -643,7 +643,7 @@ const PrepopulatedEngine* const engines_PH[] = {
|
|
|
+@@ -648,7 +648,7 @@ const PrepopulatedEngine* const engines_PH[] = {
|
|
|
|
|
|
// Pakistan
|
|
|
const PrepopulatedEngine* const engines_PK[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&baidu,
|
|
|
-@@ -651,7 +651,7 @@ const PrepopulatedEngine* const engines_PK[] = {
|
|
|
+@@ -656,7 +656,7 @@ const PrepopulatedEngine* const engines_PK[] = {
|
|
|
|
|
|
// Poland
|
|
|
const PrepopulatedEngine* const engines_PL[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -659,7 +659,7 @@ const PrepopulatedEngine* const engines_PL[] = {
|
|
|
+@@ -664,7 +664,7 @@ const PrepopulatedEngine* const engines_PL[] = {
|
|
|
|
|
|
// Puerto Rico
|
|
|
const PrepopulatedEngine* const engines_PR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -667,7 +667,7 @@ const PrepopulatedEngine* const engines_PR[] = {
|
|
|
+@@ -672,7 +672,7 @@ const PrepopulatedEngine* const engines_PR[] = {
|
|
|
|
|
|
// Portugal
|
|
|
const PrepopulatedEngine* const engines_PT[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -675,7 +675,7 @@ const PrepopulatedEngine* const engines_PT[] = {
|
|
|
+@@ -680,7 +680,7 @@ const PrepopulatedEngine* const engines_PT[] = {
|
|
|
|
|
|
// Paraguay
|
|
|
const PrepopulatedEngine* const engines_PY[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -683,7 +683,7 @@ const PrepopulatedEngine* const engines_PY[] = {
|
|
|
+@@ -688,7 +688,7 @@ const PrepopulatedEngine* const engines_PY[] = {
|
|
|
|
|
|
// Qatar
|
|
|
const PrepopulatedEngine* const engines_QA[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&ask,
|
|
|
-@@ -691,7 +691,7 @@ const PrepopulatedEngine* const engines_QA[] = {
|
|
|
+@@ -696,7 +696,7 @@ const PrepopulatedEngine* const engines_QA[] = {
|
|
|
|
|
|
// Romania
|
|
|
const PrepopulatedEngine* const engines_RO[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -699,7 +699,7 @@ const PrepopulatedEngine* const engines_RO[] = {
|
|
|
+@@ -704,7 +704,7 @@ const PrepopulatedEngine* const engines_RO[] = {
|
|
|
|
|
|
// Serbia
|
|
|
const PrepopulatedEngine* const engines_RS[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -708,14 +708,14 @@ const PrepopulatedEngine* const engines_RS[] = {
|
|
|
+@@ -713,14 +713,14 @@ const PrepopulatedEngine* const engines_RS[] = {
|
|
|
// Russia
|
|
|
const PrepopulatedEngine* const engines_RU[] = {
|
|
|
&yandex_ru,
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&mail_ru,
|
|
|
&bing,
|
|
|
};
|
|
|
|
|
|
// Rwanda
|
|
|
const PrepopulatedEngine* const engines_RW[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&yandex_ru,
|
|
|
-@@ -723,7 +723,7 @@ const PrepopulatedEngine* const engines_RW[] = {
|
|
|
+@@ -728,7 +728,7 @@ const PrepopulatedEngine* const engines_RW[] = {
|
|
|
|
|
|
// Saudi Arabia
|
|
|
const PrepopulatedEngine* const engines_SA[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&yandex_com,
|
|
|
-@@ -731,7 +731,7 @@ const PrepopulatedEngine* const engines_SA[] = {
|
|
|
+@@ -736,7 +736,7 @@ const PrepopulatedEngine* const engines_SA[] = {
|
|
|
|
|
|
// Sweden
|
|
|
const PrepopulatedEngine* const engines_SE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_se,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -739,7 +739,7 @@ const PrepopulatedEngine* const engines_SE[] = {
|
|
|
+@@ -744,7 +744,7 @@ const PrepopulatedEngine* const engines_SE[] = {
|
|
|
|
|
|
// Singapore
|
|
|
const PrepopulatedEngine* const engines_SG[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo_sg,
|
|
|
&yandex_com,
|
|
|
-@@ -747,7 +747,7 @@ const PrepopulatedEngine* const engines_SG[] = {
|
|
|
+@@ -752,7 +752,7 @@ const PrepopulatedEngine* const engines_SG[] = {
|
|
|
|
|
|
// Slovenia
|
|
|
const PrepopulatedEngine* const engines_SI[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -755,7 +755,7 @@ const PrepopulatedEngine* const engines_SI[] = {
|
|
|
+@@ -760,7 +760,7 @@ const PrepopulatedEngine* const engines_SI[] = {
|
|
|
|
|
|
// Slovakia
|
|
|
const PrepopulatedEngine* const engines_SK[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -763,7 +763,7 @@ const PrepopulatedEngine* const engines_SK[] = {
|
|
|
+@@ -768,7 +768,7 @@ const PrepopulatedEngine* const engines_SK[] = {
|
|
|
|
|
|
// El Salvador
|
|
|
const PrepopulatedEngine* const engines_SV[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -771,7 +771,7 @@ const PrepopulatedEngine* const engines_SV[] = {
|
|
|
+@@ -776,7 +776,7 @@ const PrepopulatedEngine* const engines_SV[] = {
|
|
|
|
|
|
// Syria
|
|
|
const PrepopulatedEngine* const engines_SY[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&yandex_ru,
|
|
|
-@@ -779,7 +779,7 @@ const PrepopulatedEngine* const engines_SY[] = {
|
|
|
+@@ -784,7 +784,7 @@ const PrepopulatedEngine* const engines_SY[] = {
|
|
|
|
|
|
// Thailand
|
|
|
const PrepopulatedEngine* const engines_TH[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_th,
|
|
|
&bing,
|
|
|
&ask,
|
|
|
-@@ -787,7 +787,7 @@ const PrepopulatedEngine* const engines_TH[] = {
|
|
|
+@@ -792,7 +792,7 @@ const PrepopulatedEngine* const engines_TH[] = {
|
|
|
|
|
|
// Tunisia
|
|
|
const PrepopulatedEngine* const engines_TN[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo,
|
|
|
&bing,
|
|
|
&yandex_ru,
|
|
|
-@@ -795,7 +795,7 @@ const PrepopulatedEngine* const engines_TN[] = {
|
|
|
+@@ -800,7 +800,7 @@ const PrepopulatedEngine* const engines_TN[] = {
|
|
|
|
|
|
// Turkey
|
|
|
const PrepopulatedEngine* const engines_TR[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yandex_tr,
|
|
|
&yahoo_tr,
|
|
|
&bing,
|
|
|
-@@ -803,7 +803,7 @@ const PrepopulatedEngine* const engines_TR[] = {
|
|
|
+@@ -808,7 +808,7 @@ const PrepopulatedEngine* const engines_TR[] = {
|
|
|
|
|
|
// Trinidad and Tobago
|
|
|
const PrepopulatedEngine* const engines_TT[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -811,7 +811,7 @@ const PrepopulatedEngine* const engines_TT[] = {
|
|
|
+@@ -816,7 +816,7 @@ const PrepopulatedEngine* const engines_TT[] = {
|
|
|
|
|
|
// Taiwan
|
|
|
const PrepopulatedEngine* const engines_TW[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_tw,
|
|
|
&bing,
|
|
|
&baidu,
|
|
|
-@@ -819,7 +819,7 @@ const PrepopulatedEngine* const engines_TW[] = {
|
|
|
+@@ -824,7 +824,7 @@ const PrepopulatedEngine* const engines_TW[] = {
|
|
|
|
|
|
// Tanzania
|
|
|
const PrepopulatedEngine* const engines_TZ[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&yandex_ru,
|
|
|
-@@ -827,7 +827,7 @@ const PrepopulatedEngine* const engines_TZ[] = {
|
|
|
+@@ -832,7 +832,7 @@ const PrepopulatedEngine* const engines_TZ[] = {
|
|
|
|
|
|
// Ukraine
|
|
|
const PrepopulatedEngine* const engines_UA[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yandex_ua,
|
|
|
&mail_ru,
|
|
|
&bing,
|
|
|
-@@ -835,7 +835,7 @@ const PrepopulatedEngine* const engines_UA[] = {
|
|
|
+@@ -840,7 +840,7 @@ const PrepopulatedEngine* const engines_UA[] = {
|
|
|
|
|
|
// United States
|
|
|
const PrepopulatedEngine* const engines_US[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -843,7 +843,7 @@ const PrepopulatedEngine* const engines_US[] = {
|
|
|
+@@ -848,7 +848,7 @@ const PrepopulatedEngine* const engines_US[] = {
|
|
|
|
|
|
// Uruguay
|
|
|
const PrepopulatedEngine* const engines_UY[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -851,7 +851,7 @@ const PrepopulatedEngine* const engines_UY[] = {
|
|
|
+@@ -856,7 +856,7 @@ const PrepopulatedEngine* const engines_UY[] = {
|
|
|
|
|
|
// Venezuela
|
|
|
const PrepopulatedEngine* const engines_VE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&yahoo_ve,
|
|
|
&bing,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -859,7 +859,7 @@ const PrepopulatedEngine* const engines_VE[] = {
|
|
|
+@@ -864,7 +864,7 @@ const PrepopulatedEngine* const engines_VE[] = {
|
|
|
|
|
|
// Vietnam
|
|
|
const PrepopulatedEngine* const engines_VN[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&coccoc,
|
|
|
&bing,
|
|
|
&yahoo_vn,
|
|
|
-@@ -867,7 +867,7 @@ const PrepopulatedEngine* const engines_VN[] = {
|
|
|
+@@ -872,7 +872,7 @@ const PrepopulatedEngine* const engines_VN[] = {
|
|
|
|
|
|
// Yemen
|
|
|
const PrepopulatedEngine* const engines_YE[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&baidu,
|
|
|
-@@ -875,7 +875,7 @@ const PrepopulatedEngine* const engines_YE[] = {
|
|
|
+@@ -880,7 +880,7 @@ const PrepopulatedEngine* const engines_YE[] = {
|
|
|
|
|
|
// South Africa
|
|
|
const PrepopulatedEngine* const engines_ZA[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&duckduckgo, &duckduckgo_light,
|
|
|
-@@ -883,7 +883,7 @@ const PrepopulatedEngine* const engines_ZA[] = {
|
|
|
+@@ -888,7 +888,7 @@ const PrepopulatedEngine* const engines_ZA[] = {
|
|
|
|
|
|
// Zimbabwe
|
|
|
const PrepopulatedEngine* const engines_ZW[] = {
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
+- &googleen, &google,
|
|
|
++ &googleen, &google, &qwant,
|
|
|
&bing,
|
|
|
&yahoo,
|
|
|
&baidu,
|
|
|
-@@ -899,7 +899,7 @@ const PrepopulatedEngine* const kAllEngines[] = {
|
|
|
- &coccoc,
|
|
|
- &daum,
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
-- &googleen, &google, &startpage,
|
|
|
-+ &googleen, &google, &startpage, &qwant,
|
|
|
- &mail_ru,
|
|
|
- &naver,
|
|
|
- &qwant,
|
|
|
--
|
|
|
-2.11.0
|
|
|
+2.17.1
|
|
|
|