Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Side by Side Diff: chrome/browser/search_engines/template_url_prepopulate_data.cc

Issue 385032: More search engine prepopulate data updating. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/search_engines/template_url_prepopulate_data.h" 5 #include "chrome/browser/search_engines/template_url_prepopulate_data.h"
6 6
7 #if defined(OS_LINUX) 7 #if defined(OS_LINUX)
8 #include <locale.h> 8 #include <locale.h>
9 #endif 9 #endif
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 // remain the same for a particular site regardless of how the url changes; 47 // remain the same for a particular site regardless of how the url changes;
48 // the ID is used when modifying engine data in subsequent versions, so that 48 // the ID is used when modifying engine data in subsequent versions, so that
49 // we can find the "old" entry to update even when the name or URL changes. 49 // we can find the "old" entry to update even when the name or URL changes.
50 // 50 //
51 // This ID must be "unique" within one country's prepopulated data, but two 51 // This ID must be "unique" within one country's prepopulated data, but two
52 // entries can share an ID if they represent the "same" engine (e.g. Yahoo! US 52 // entries can share an ID if they represent the "same" engine (e.g. Yahoo! US
53 // vs. Yahoo! UK) and will not appear in the same user-visible data set. This 53 // vs. Yahoo! UK) and will not appear in the same user-visible data set. This
54 // facilitates changes like adding more specific per-country data in the 54 // facilitates changes like adding more specific per-country data in the
55 // future; in such a case the localized engines will transparently replace the 55 // future; in such a case the localized engines will transparently replace the
56 // previous, non-localized versions. For engines where we need two instances 56 // previous, non-localized versions. For engines where we need two instances
57 // to appear for one country (e.g. Live Search U.S. English and Spanish), we 57 // to appear for one country (e.g. Bing Search U.S. English and Spanish), we
58 // must use two different unique IDs (and different keywords). 58 // must use two different unique IDs (and different keywords).
59 // 59 //
60 // The following unique IDs are available: 58, 66, 93, 103+ 60 // The following unique IDs are available:
61 // 23, 30, 33, 34, 36, 39, 42, 43, 47, 48, 49, 50, 52, 53, 56, 58, 60, 61,
62 // 64, 65, 66, 70, 74, 78, 79, 80, 81, 84, 86, 88, 91, 92, 93, 94, 95, 96,
63 // 97, 102+
61 // NOTE: CHANGE THE ABOVE NUMBERS IF YOU ADD A NEW ENGINE; ID conflicts = bad! 64 // NOTE: CHANGE THE ABOVE NUMBERS IF YOU ADD A NEW ENGINE; ID conflicts = bad!
62 const int id; 65 const int id;
63 }; 66 };
64 67
65 const PrepopulatedEngine abcsok = { 68 const PrepopulatedEngine abcsok = {
66 L"ABC S\x00f8k", 69 L"ABC S\x00f8k",
67 L"abcsok.no", 70 L"abcsok.no",
68 "http://abcsok.no/favicon.ico", 71 "http://abcsok.no/favicon.ico",
69 L"http://abcsok.no/index.html?q={searchTerms}", 72 L"http://abcsok.no/index.html?q={searchTerms}",
70 "UTF-8", 73 "UTF-8",
71 NULL, 74 NULL,
72 72, 75 72,
73 }; 76 };
74 77
75 const PrepopulatedEngine adonde = {
76 L"Adonde.com",
77 L"adonde.com",
78 "http://www.adonde.com/favicon.ico",
79 L"http://www.adonde.com/peru/peru.html?sitesearch=adonde.com&"
80 L"client=pub-6263803831447773&ie={inputEncoding}&cof=GALT%3A%23CC0000"
81 L"%3BGL%3A1%3BDIV%3A%23E6E6E6%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF"
82 L"%3BLBGC%3AFFFFFF%3BALC%3A000000%3BLC%3A000000%3BT%3A0066CC%3BGFNT"
83 L"%3ACCCCCC%3BGIMP%3ACCCCCC%3BFORID%3A11&q={searchTerms}",
84 "ISO-8859-1",
85 NULL,
86 95,
87 };
88
89 const PrepopulatedEngine aeiou = {
90 L"AEIOU",
91 L"aeiou.pt",
92 "http://aeiou.pt/favicon.ico",
93 L"http://aeiou.pt/pesquisa/index.php?p={searchTerms}",
94 "ISO-8859-1",
95 NULL,
96 79,
97 };
98
99 const PrepopulatedEngine aladin = {
100 L"Aladin",
101 L"aladin.info",
102 "http://www.aladin.info/favicon.ico",
103 L"http://www.aladin.info/search/index.php?term={searchTerms}&req=search&"
104 L"source=2",
105 "UTF-8",
106 NULL,
107 18,
108 };
109
110 const PrepopulatedEngine altavista = { 78 const PrepopulatedEngine altavista = {
111 L"AltaVista", 79 L"AltaVista",
112 L"altavista.com", 80 L"altavista.com",
113 "http://www.altavista.com/favicon.ico", 81 "http://www.altavista.com/favicon.ico",
114 L"http://www.altavista.com/web/results?q={searchTerms}", 82 L"http://www.altavista.com/web/results?q={searchTerms}",
115 "UTF-8", 83 "UTF-8",
116 NULL, 84 NULL,
117 89, 85 89,
118 }; 86 };
119 87
120 const PrepopulatedEngine altavista_ar = { 88 const PrepopulatedEngine altavista_ar = {
121 L"AltaVista", 89 L"AltaVista",
122 L"ar.altavista.com", 90 L"ar.altavista.com",
123 "http://ar.altavista.com/favicon.ico", 91 "http://ar.altavista.com/favicon.ico",
124 L"http://ar.altavista.com/web/results?q={searchTerms}", 92 L"http://ar.altavista.com/web/results?q={searchTerms}",
125 "UTF-8", 93 "UTF-8",
126 NULL, 94 NULL,
127 89, 95 89,
128 }; 96 };
129 97
130 const PrepopulatedEngine altavista_es = {
131 L"AltaVista",
132 L"es.altavista.com",
133 "http://es.altavista.com/favicon.ico",
134 L"http://es.altavista.com/web/results?q={searchTerms}",
135 "UTF-8",
136 NULL,
137 89,
138 };
139
140 const PrepopulatedEngine altavista_mx = {
141 L"AltaVista",
142 L"mx.altavista.com",
143 "http://mx.altavista.com/favicon.ico",
144 L"http://mx.altavista.com/web/results?q={searchTerms}",
145 "UTF-8",
146 NULL,
147 89,
148 };
149
150 const PrepopulatedEngine altavista_se = { 98 const PrepopulatedEngine altavista_se = {
151 L"AltaVista", 99 L"AltaVista",
152 L"se.altavista.com", 100 L"se.altavista.com",
153 "http://se.altavista.com/favicon.ico", 101 "http://se.altavista.com/favicon.ico",
154 L"http://se.altavista.com/web/results?q={searchTerms}", 102 L"http://se.altavista.com/web/results?q={searchTerms}",
155 "UTF-8", 103 "UTF-8",
156 NULL, 104 NULL,
157 89, 105 89,
158 }; 106 };
159 107
160 const PrepopulatedEngine aol = { 108 const PrepopulatedEngine aol = {
161 L"AOL", 109 L"AOL",
162 L"aol.com", 110 L"aol.com",
163 "http://search.aol.com/favicon.ico", 111 "http://search.aol.com/favicon.ico",
164 L"http://search.aol.com/aol/search?query={searchTerms}", 112 L"http://search.aol.com/aol/search?query={searchTerms}",
165 "UTF-8", 113 "UTF-8",
166 NULL, 114 NULL,
167 35, 115 35,
168 }; 116 };
169 117
170 const PrepopulatedEngine aol_fr = {
171 L"AOL",
172 L"aol.fr",
173 "http://www.aol.fr/favicon.ico",
174 L"http://www.recherche.aol.fr/aol/search?q={searchTerms}",
175 "UTF-8",
176 NULL,
177 35,
178 };
179
180 const PrepopulatedEngine aonde = {
181 L"AONDE.com",
182 L"aonde.com",
183 "http://busca.aonde.com/favicon.ico",
184 L"http://busca.aonde.com/?keys={searchTerms}",
185 "ISO-8859-1",
186 NULL,
187 80,
188 };
189
190 const PrepopulatedEngine araby = { 118 const PrepopulatedEngine araby = {
191 L"\x0639\x0631\x0628\x064a", 119 L"\x0639\x0631\x0628\x064a",
192 L"araby.com", 120 L"araby.com",
193 "http://araby.com/favicon.ico", 121 "http://araby.com/favicon.ico",
194 L"http://araby.com/?q={searchTerms}", 122 L"http://araby.com/?q={searchTerms}",
195 "UTF-8", 123 "UTF-8",
196 NULL, 124 NULL,
197 12, 125 12,
198 }; 126 };
199 127
200 const PrepopulatedEngine ask = { 128 const PrepopulatedEngine ask = {
201 L"Ask", 129 L"Ask",
202 L"ask.com", 130 L"ask.com",
203 "http://www.ask.com/favicon.ico", 131 "http://www.ask.com/favicon.ico",
204 L"http://www.ask.com/web?q={searchTerms}", 132 L"http://www.ask.com/web?q={searchTerms}",
205 "UTF-8", 133 "UTF-8",
206 L"http://ss.ask.com/query?q={searchTerms}&li=ff", 134 L"http://ss.ask.com/query?q={searchTerms}&li=ff",
207 4, 135 4,
208 }; 136 };
209 137
210 const PrepopulatedEngine ask_de = {
211 L"Ask.com Deutschland",
212 L"de.ask.com",
213 "http://de.ask.com/favicon.ico",
214 L"http://de.ask.com/web?q={searchTerms}",
215 "UTF-8",
216 L"http://ss.de.ask.com/query?q={searchTerms}&li=ff",
217 4,
218 };
219
220 const PrepopulatedEngine ask_es = { 138 const PrepopulatedEngine ask_es = {
221 L"Ask.com Espa" L"\x00f1" L"a", 139 L"Ask.com Espa" L"\x00f1" L"a",
222 L"es.ask.com", 140 L"es.ask.com",
223 "http://es.ask.com/favicon.ico", 141 "http://es.ask.com/favicon.ico",
224 L"http://es.ask.com/web?q={searchTerms}", 142 L"http://es.ask.com/web?q={searchTerms}",
225 "UTF-8", 143 "UTF-8",
226 L"http://ss.es.ask.com/query?q={searchTerms}&li=ff", 144 L"http://ss.es.ask.com/query?q={searchTerms}&li=ff",
227 4, 145 4,
228 }; 146 };
229 147
230 const PrepopulatedEngine ask_it = { 148 const PrepopulatedEngine ask_it = {
231 L"Ask.com Italia", 149 L"Ask.com Italia",
232 L"it.ask.com", 150 L"it.ask.com",
233 "http://it.ask.com/favicon.ico", 151 "http://it.ask.com/favicon.ico",
234 L"http://it.ask.com/web?q={searchTerms}", 152 L"http://it.ask.com/web?q={searchTerms}",
235 "UTF-8", 153 "UTF-8",
236 L"http://ss.it.ask.com/query?q={searchTerms}&li=ff", 154 L"http://ss.it.ask.com/query?q={searchTerms}&li=ff",
237 4, 155 4,
238 }; 156 };
239 157
240 const PrepopulatedEngine ask_uk = {
241 L"Ask.com UK",
242 L"uk.ask.com",
243 "http://uk.ask.com/favicon.ico",
244 L"http://uk.ask.com/web?q={searchTerms}",
245 "UTF-8",
246 L"http://ss.uk.ask.com/query?q={searchTerms}&li=ff",
247 4,
248 };
249
250 const PrepopulatedEngine atlas_cz = { 158 const PrepopulatedEngine atlas_cz = {
251 L"Atlas", 159 L"Atlas",
252 L"atlas.cz", 160 L"atlas.cz",
253 "http://img.atlas.cz/favicon.ico", 161 "http://img.atlas.cz/favicon.ico",
254 L"http://search.atlas.cz/?q={searchTerms}", 162 L"http://search.atlas.cz/?q={searchTerms}",
255 "windows-1250", 163 "windows-1250",
256 NULL, 164 NULL,
257 27, 165 27,
258 }; 166 };
259 167
(...skipping 10 matching lines...) Expand all
270 const PrepopulatedEngine baidu = { 178 const PrepopulatedEngine baidu = {
271 L"\x767e\x5ea6", 179 L"\x767e\x5ea6",
272 L"baidu.com", 180 L"baidu.com",
273 "http://www.baidu.com/favicon.ico", 181 "http://www.baidu.com/favicon.ico",
274 L"http://www.baidu.com/s?wd={searchTerms}", 182 L"http://www.baidu.com/s?wd={searchTerms}",
275 "GB2312", 183 "GB2312",
276 NULL, 184 NULL,
277 21, 185 21,
278 }; 186 };
279 187
280 const PrepopulatedEngine biglobe = { 188 const PrepopulatedEngine bing = {
281 L"BIGLOBE", 189 L"Bing",
282 L"biglobe.ne.jp", 190 L"bing.com",
283 "http://cgi.search.biglobe.ne.jp/favicon.ico", 191 "http://www.bing.com/s/wlflag.ico",
284 L"http://cgi.search.biglobe.ne.jp/cgi-bin/search2-b?q={searchTerms}", 192 L"http://www.bing.com/search?q={searchTerms}",
285 "Shift_JIS", 193 "UTF-8",
286 NULL, 194 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
287 64, 195 3,
288 };
289
290 const PrepopulatedEngine bigmir = {
291 L"bigmir)net",
292 L"bigmir.net",
293 "http://i.bigmir.net/favicon.ico",
294 L"http://search.bigmir.net/index.php?q={searchTerms}",
295 "windows-1251",
296 NULL,
297 33,
298 }; 196 };
299 197
300 const PrepopulatedEngine bing_ar_XA = { 198 const PrepopulatedEngine bing_ar_XA = {
301 L"Bing", 199 L"Bing",
302 L"", // bing.com is taken by bing_en_XA. 200 L"", // bing.com is taken by bing_en_XA.
303 "http://www.bing.com/s/wlflag.ico", 201 "http://www.bing.com/s/wlflag.ico",
304 L"http://www.bing.com/search?setmkt=ar-XA&q={searchTerms}", 202 L"http://www.bing.com/search?setmkt=ar-XA&q={searchTerms}",
305 "UTF-8", 203 "UTF-8",
306 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", 204 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
307 7, // Can't be 3 as this has to appear in the Arabian countries' lists 205 7, // Can't be 3 as this has to appear in the Arabian countries' lists
308 // alongside bing_en_XA. 206 // alongside bing_en_XA.
309 }; 207 };
310 208
209 const PrepopulatedEngine bing_bg_BG = {
210 L"Bing",
211 L"bing.com",
212 "http://www.bing.com/s/wlflag.ico",
213 L"http://www.bing.com/search?setmkt=bg-BG&q={searchTerms}",
214 "UTF-8",
215 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
216 3,
217 };
218
219 const PrepopulatedEngine bing_cs_CZ = {
220 L"Bing",
221 L"bing.com",
222 "http://www.bing.com/s/wlflag.ico",
223 L"http://www.bing.com/search?setmkt=cs-CZ&q={searchTerms}",
224 "UTF-8",
225 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
226 3,
227 };
228
229 const PrepopulatedEngine bing_da_DK = {
230 L"Bing",
231 L"bing.com",
232 "http://www.bing.com/s/wlflag.ico",
233 L"http://www.bing.com/search?setmkt=da-DK&q={searchTerms}",
234 "UTF-8",
235 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
236 3,
237 };
238
239 const PrepopulatedEngine bing_de_AT = {
240 L"Bing",
241 L"bing.com",
242 "http://www.bing.com/s/wlflag.ico",
243 L"http://www.bing.com/search?setmkt=de-AT&q={searchTerms}",
244 "UTF-8",
245 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
246 3,
247 };
248
249 const PrepopulatedEngine bing_de_CH = {
250 L"Bing",
251 L"bing.com",
252 "http://www.bing.com/s/wlflag.ico",
253 L"http://www.bing.com/search?setmkt=de-CH&q={searchTerms}",
254 "UTF-8",
255 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
256 3,
257 };
258
259 const PrepopulatedEngine bing_de_DE = {
260 L"Bing",
261 L"bing.com",
262 "http://www.bing.com/s/wlflag.ico",
263 L"http://www.bing.com/search?setmkt=de-DE&q={searchTerms}",
264 "UTF-8",
265 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
266 3,
267 };
268
269 const PrepopulatedEngine bing_el_GR = {
270 L"Bing",
271 L"bing.com",
272 "http://www.bing.com/s/wlflag.ico",
273 L"http://www.bing.com/search?setmkt=el-GR&q={searchTerms}",
274 "UTF-8",
275 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
276 3,
277 };
278
279 const PrepopulatedEngine bing_en_AU = {
280 L"Bing",
281 L"bing.com",
282 "http://www.bing.com/s/wlflag.ico",
283 L"http://www.bing.com/search?setmkt=en-AU&q={searchTerms}",
284 "UTF-8",
285 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
286 3,
287 };
288
289 const PrepopulatedEngine bing_en_CA = {
290 L"Bing",
291 L"bing.com",
292 "http://www.bing.com/s/wlflag.ico",
293 L"http://www.bing.com/search?setmkt=en-CA&q={searchTerms}",
294 "UTF-8",
295 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
296 3,
297 };
298
299 const PrepopulatedEngine bing_en_GB = {
300 L"Bing",
301 L"bing.com",
302 "http://www.bing.com/s/wlflag.ico",
303 L"http://www.bing.com/search?setmkt=en-GB&q={searchTerms}",
304 "UTF-8",
305 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
306 3,
307 };
308
309 const PrepopulatedEngine bing_en_ID = {
310 L"Bing",
311 L"bing.com",
312 "http://www.bing.com/s/wlflag.ico",
313 L"http://www.bing.com/search?setmkt=en-ID&q={searchTerms}",
314 "UTF-8",
315 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
316 3,
317 };
318
319 const PrepopulatedEngine bing_en_IE = {
320 L"Bing",
321 L"bing.com",
322 "http://www.bing.com/s/wlflag.ico",
323 L"http://www.bing.com/search?setmkt=en-IE&q={searchTerms}",
324 "UTF-8",
325 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
326 3,
327 };
328
329 const PrepopulatedEngine bing_en_IN = {
330 L"Bing",
331 L"bing.com",
332 "http://www.bing.com/s/wlflag.ico",
333 L"http://www.bing.com/search?setmkt=en-IN&q={searchTerms}",
334 "UTF-8",
335 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
336 3,
337 };
338
339 const PrepopulatedEngine bing_en_MY = {
340 L"Bing",
341 L"bing.com",
342 "http://www.bing.com/s/wlflag.ico",
343 L"http://www.bing.com/search?setmkt=en-MY&q={searchTerms}",
344 "UTF-8",
345 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
346 3,
347 };
348
349 const PrepopulatedEngine bing_en_NZ = {
350 L"Bing",
351 L"bing.com",
352 "http://www.bing.com/s/wlflag.ico",
353 L"http://www.bing.com/search?setmkt=en-NZ&q={searchTerms}",
354 "UTF-8",
355 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
356 3,
357 };
358
359 const PrepopulatedEngine bing_en_PH = {
360 L"Bing",
361 L"bing.com",
362 "http://www.bing.com/s/wlflag.ico",
363 L"http://www.bing.com/search?setmkt=en-PH&q={searchTerms}",
364 "UTF-8",
365 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
366 3,
367 };
368
369 const PrepopulatedEngine bing_en_SG = {
370 L"Bing",
371 L"bing.com",
372 "http://www.bing.com/s/wlflag.ico",
373 L"http://www.bing.com/search?setmkt=en-SG&q={searchTerms}",
374 "UTF-8",
375 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
376 3,
377 };
378
311 const PrepopulatedEngine bing_en_US = { 379 const PrepopulatedEngine bing_en_US = {
312 L"Bing", 380 L"Bing",
313 L"bing.com", 381 L"bing.com",
314 "http://www.bing.com/s/wlflag.ico", 382 "http://www.bing.com/s/wlflag.ico",
315 L"http://www.bing.com/search?setmkt=en-US&q={searchTerms}", 383 L"http://www.bing.com/search?setmkt=en-US&q={searchTerms}",
316 "UTF-8", 384 "UTF-8",
317 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", 385 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
318 3, 386 3,
319 }; 387 };
320 388
321 const PrepopulatedEngine bing_en_XA = { 389 const PrepopulatedEngine bing_en_XA = {
322 L"Bing", 390 L"Bing",
323 L"bing.com", 391 L"bing.com",
324 "http://www.bing.com/s/wlflag.ico", 392 "http://www.bing.com/s/wlflag.ico",
325 L"http://www.bing.com/search?setmkt=en-XA&q={searchTerms}", 393 L"http://www.bing.com/search?setmkt=en-XA&q={searchTerms}",
326 "UTF-8", 394 "UTF-8",
327 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", 395 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
328 3, 396 3,
329 }; 397 };
330 398
399 const PrepopulatedEngine bing_en_ZA = {
400 L"Bing",
401 L"bing.com",
402 "http://www.bing.com/s/wlflag.ico",
403 L"http://www.bing.com/search?setmkt=en-ZA&q={searchTerms}",
404 "UTF-8",
405 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
406 3,
407 };
408
409 const PrepopulatedEngine bing_es_AR = {
410 L"Bing",
411 L"bing.com",
412 "http://www.bing.com/s/wlflag.ico",
413 L"http://www.bing.com/search?setmkt=es-AR&q={searchTerms}",
414 "UTF-8",
415 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
416 3,
417 };
418
419 const PrepopulatedEngine bing_es_CL = {
420 L"Bing",
421 L"bing.com",
422 "http://www.bing.com/s/wlflag.ico",
423 L"http://www.bing.com/search?setmkt=es-CL&q={searchTerms}",
424 "UTF-8",
425 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
426 3,
427 };
428
429 const PrepopulatedEngine bing_es_ES = {
430 L"Bing",
431 L"bing.com",
432 "http://www.bing.com/s/wlflag.ico",
433 L"http://www.bing.com/search?setmkt=es-ES&q={searchTerms}",
434 "UTF-8",
435 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
436 3,
437 };
438
439 const PrepopulatedEngine bing_es_MX = {
440 L"Bing",
441 L"bing.com",
442 "http://www.bing.com/s/wlflag.ico",
443 L"http://www.bing.com/search?setmkt=es-MX&q={searchTerms}",
444 "UTF-8",
445 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
446 3,
447 };
448
449 const PrepopulatedEngine bing_es_XL = {
450 L"Bing",
451 L"bing.com",
452 "http://www.bing.com/s/wlflag.ico",
453 L"http://www.bing.com/search?setmkt=es-XL&q={searchTerms}",
454 "UTF-8",
455 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
456 3,
457 };
458
459 const PrepopulatedEngine bing_et_EE = {
460 L"Bing",
461 L"bing.com",
462 "http://www.bing.com/s/wlflag.ico",
463 L"http://www.bing.com/search?setmkt=et-EE&q={searchTerms}",
464 "UTF-8",
465 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
466 3,
467 };
468
469 const PrepopulatedEngine bing_fi_FI = {
470 L"Bing",
471 L"bing.com",
472 "http://www.bing.com/s/wlflag.ico",
473 L"http://www.bing.com/search?setmkt=fi-FI&q={searchTerms}",
474 "UTF-8",
475 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
476 3,
477 };
478
479 const PrepopulatedEngine bing_fr_BE = {
480 L"Bing",
481 L"", // bing.com is taken by bing_nl_BE.
482 "http://www.bing.com/s/wlflag.ico",
483 L"http://www.bing.com/search?setmkt=fr-BE&q={searchTerms}",
484 "UTF-8",
485 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
486 7,
487 };
488
489 const PrepopulatedEngine bing_fr_CA = {
490 L"Bing",
491 L"", // bing.com is taken by bing_en_CA.
492 "http://www.bing.com/s/wlflag.ico",
493 L"http://www.bing.com/search?setmkt=fr-CA&q={searchTerms}",
494 "UTF-8",
495 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
496 7,
497 };
498
499 const PrepopulatedEngine bing_fr_CH = {
500 L"Bing",
501 L"", // bing.com is taken by bing_de_CH.
502 "http://www.bing.com/s/wlflag.ico",
503 L"http://www.bing.com/search?setmkt=fr-CH&q={searchTerms}",
504 "UTF-8",
505 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
506 7,
507 };
508
509 const PrepopulatedEngine bing_fr_FR = {
510 L"Bing",
511 L"bing.com",
512 "http://www.bing.com/s/wlflag.ico",
513 L"http://www.bing.com/search?setmkt=fr-FR&q={searchTerms}",
514 "UTF-8",
515 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
516 3,
517 };
518
519 const PrepopulatedEngine bing_he_IL = {
520 L"Bing",
521 L"bing.com",
522 "http://www.bing.com/s/wlflag.ico",
523 L"http://www.bing.com/search?setmkt=he-IL&q={searchTerms}",
524 "UTF-8",
525 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
526 3,
527 };
528
529 const PrepopulatedEngine bing_hr_HR = {
530 L"Bing",
531 L"bing.com",
532 "http://www.bing.com/s/wlflag.ico",
533 L"http://www.bing.com/search?setmkt=hr-HR&q={searchTerms}",
534 "UTF-8",
535 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
536 3,
537 };
538
331 const PrepopulatedEngine bing_hu_HU = { 539 const PrepopulatedEngine bing_hu_HU = {
332 L"Bing", 540 L"Bing",
333 L"bing.com", 541 L"bing.com",
334 "http://www.bing.com/s/wlflag.ico", 542 "http://www.bing.com/s/wlflag.ico",
335 L"http://www.bing.com/search?setmkt=hu-HU&q={searchTerms}", 543 L"http://www.bing.com/search?setmkt=hu-HU&q={searchTerms}",
336 "UTF-8", 544 "UTF-8",
337 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", 545 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
338 3, 546 3,
339 }; 547 };
340 548
341 const PrepopulatedEngine bluewin = { 549 const PrepopulatedEngine bing_it_IT = {
342 L"Bluewin", 550 L"Bing",
343 L"search.bluewin.ch", 551 L"bing.com",
344 "http://search.bluewin.ch/favicon.ico", 552 "http://www.bing.com/s/wlflag.ico",
345 L"http://search.bluewin.ch/bw/search/web/de/result.jsp?query={searchTerms}", 553 L"http://www.bing.com/search?setmkt=it-IT&q={searchTerms}",
346 "ISO-8859-1", 554 "UTF-8",
347 NULL, 555 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
348 52, 556 3,
557 };
558
559 const PrepopulatedEngine bing_ja_JP = {
560 L"Bing",
561 L"bing.com",
562 "http://www.bing.com/s/wlflag.ico",
563 L"http://www.bing.com/search?setmkt=ja-JP&q={searchTerms}",
564 "UTF-8",
565 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
566 3,
567 };
568
569 const PrepopulatedEngine bing_ko_KR = {
570 L"Bing",
571 L"bing.com",
572 "http://www.bing.com/s/wlflag.ico",
573 L"http://www.bing.com/search?setmkt=ko-KR&q={searchTerms}",
574 "UTF-8",
575 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
576 3,
577 };
578
579 const PrepopulatedEngine bing_lt_LT = {
580 L"Bing",
581 L"bing.com",
582 "http://www.bing.com/s/wlflag.ico",
583 L"http://www.bing.com/search?setmkt=lt-LT&q={searchTerms}",
584 "UTF-8",
585 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
586 3,
587 };
588
589 const PrepopulatedEngine bing_lv_LV = {
590 L"Bing",
591 L"bing.com",
592 "http://www.bing.com/s/wlflag.ico",
593 L"http://www.bing.com/search?setmkt=lv-LV&q={searchTerms}",
594 "UTF-8",
595 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
596 3,
597 };
598
599 const PrepopulatedEngine bing_nb_NO = {
600 L"Bing",
601 L"bing.com",
602 "http://www.bing.com/s/wlflag.ico",
603 L"http://www.bing.com/search?setmkt=nb-NO&q={searchTerms}",
604 "UTF-8",
605 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
606 3,
607 };
608
609 const PrepopulatedEngine bing_nl_BE = {
610 L"Bing",
611 L"bing.com",
612 "http://www.bing.com/s/wlflag.ico",
613 L"http://www.bing.com/search?setmkt=nl-BE&q={searchTerms}",
614 "UTF-8",
615 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
616 3,
617 };
618
619 const PrepopulatedEngine bing_nl_NL = {
620 L"Bing",
621 L"bing.com",
622 "http://www.bing.com/s/wlflag.ico",
623 L"http://www.bing.com/search?setmkt=nl-NL&q={searchTerms}",
624 "UTF-8",
625 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
626 3,
627 };
628
629 const PrepopulatedEngine bing_pl_PL = {
630 L"Bing",
631 L"bing.com",
632 "http://www.bing.com/s/wlflag.ico",
633 L"http://www.bing.com/search?setmkt=pl-PL&q={searchTerms}",
634 "UTF-8",
635 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
636 3,
637 };
638
639 const PrepopulatedEngine bing_pt_BR = {
640 L"Bing",
641 L"bing.com",
642 "http://www.bing.com/s/wlflag.ico",
643 L"http://www.bing.com/search?setmkt=pt-BR&q={searchTerms}",
644 "UTF-8",
645 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
646 3,
647 };
648
649 const PrepopulatedEngine bing_pt_PT = {
650 L"Bing",
651 L"bing.com",
652 "http://www.bing.com/s/wlflag.ico",
653 L"http://www.bing.com/search?setmkt=pt-PT&q={searchTerms}",
654 "UTF-8",
655 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
656 3,
657 };
658
659 const PrepopulatedEngine bing_ro_RO = {
660 L"Bing",
661 L"bing.com",
662 "http://www.bing.com/s/wlflag.ico",
663 L"http://www.bing.com/search?setmkt=ro-RO&q={searchTerms}",
664 "UTF-8",
665 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
666 3,
667 };
668
669 const PrepopulatedEngine bing_ru_RU = {
670 L"Bing",
671 L"bing.com",
672 "http://www.bing.com/s/wlflag.ico",
673 L"http://www.bing.com/search?setmkt=ru-RU&q={searchTerms}",
674 "UTF-8",
675 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
676 3,
677 };
678
679 const PrepopulatedEngine bing_sl_SI = {
680 L"Bing",
681 L"bing.com",
682 "http://www.bing.com/s/wlflag.ico",
683 L"http://www.bing.com/search?setmkt=sl-SI&q={searchTerms}",
684 "UTF-8",
685 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
686 3,
687 };
688
689 const PrepopulatedEngine bing_sk_SK = {
690 L"Bing",
691 L"bing.com",
692 "http://www.bing.com/s/wlflag.ico",
693 L"http://www.bing.com/search?setmkt=sk-SK&q={searchTerms}",
694 "UTF-8",
695 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
696 3,
697 };
698
699 const PrepopulatedEngine bing_sv_SE = {
700 L"Bing",
701 L"bing.com",
702 "http://www.bing.com/s/wlflag.ico",
703 L"http://www.bing.com/search?setmkt=sv-SE&q={searchTerms}",
704 "UTF-8",
705 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
706 3,
707 };
708
709 const PrepopulatedEngine bing_th_TH = {
710 L"Bing",
711 L"bing.com",
712 "http://www.bing.com/s/wlflag.ico",
713 L"http://www.bing.com/search?setmkt=th-TH&q={searchTerms}",
714 "UTF-8",
715 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
716 3,
717 };
718
719 const PrepopulatedEngine bing_tr_TR = {
720 L"Bing",
721 L"bing.com",
722 "http://www.bing.com/s/wlflag.ico",
723 L"http://www.bing.com/search?setmkt=tr-TR&q={searchTerms}",
724 "UTF-8",
725 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
726 3,
727 };
728
729 const PrepopulatedEngine bing_uk_UA = {
730 L"Bing",
731 L"bing.com",
732 "http://www.bing.com/s/wlflag.ico",
733 L"http://www.bing.com/search?setmkt=uk-UA&q={searchTerms}",
734 "UTF-8",
735 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
736 3,
737 };
738
739 const PrepopulatedEngine bing_zh_CN = {
740 L"Bing",
741 L"bing.com",
742 "http://www.bing.com/s/wlflag.ico",
743 L"http://www.bing.com/search?setmkt=zh-CN&q={searchTerms}",
744 "UTF-8",
745 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
746 3,
747 };
748
749 const PrepopulatedEngine bing_zh_HK = {
750 L"Bing",
751 L"bing.com",
752 "http://www.bing.com/s/wlflag.ico",
753 L"http://www.bing.com/search?setmkt=zh-HK&q={searchTerms}",
754 "UTF-8",
755 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
756 3,
757 };
758
759 const PrepopulatedEngine bing_zh_TW = {
760 L"Bing",
761 L"bing.com",
762 "http://www.bing.com/s/wlflag.ico",
763 L"http://www.bing.com/search?setmkt=zh-TW&q={searchTerms}",
764 "UTF-8",
765 L"http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
766 3,
349 }; 767 };
350 768
351 const PrepopulatedEngine centrum_cz = { 769 const PrepopulatedEngine centrum_cz = {
352 L"Centrum.cz", 770 L"Centrum.cz",
353 L"centrum.cz", 771 L"centrum.cz",
354 "http://img.centrum.cz/6/vy2/o/favicon.ico", 772 "http://img.centrum.cz/6/vy2/o/favicon.ico",
355 L"http://search.centrum.cz/index.php?charset={inputEncoding}&q={searchTerms}", 773 L"http://search.centrum.cz/index.php?charset={inputEncoding}&q={searchTerms}",
356 "UTF-8", 774 "UTF-8",
357 NULL, 775 NULL,
358 26, 776 26,
359 }; 777 };
360 778
361 const PrepopulatedEngine centrum_sk = { 779 const PrepopulatedEngine centrum_sk = {
362 L"Centrum.sk", 780 L"Centrum.sk",
363 L"centrum.sk", 781 L"centrum.sk",
364 "http://img.centrum.sk/4/favicon.ico", 782 "http://img.centrum.sk/4/favicon.ico",
365 L"http://search.centrum.sk/index.php?charset={inputEncoding}&q={searchTerms}", 783 L"http://search.centrum.sk/index.php?charset={inputEncoding}&q={searchTerms}",
366 "UTF-8", 784 "UTF-8",
367 NULL, 785 NULL,
368 26, 786 26,
369 }; 787 };
370 788
371 const PrepopulatedEngine conexcol = {
372 L"Conexcol.com",
373 L"conexcol.com",
374 "http://www.conexcol.com/favicon.ico",
375 L"http://buscar.conexcol.com/cgi-ps/busqueda.cgi?query={searchTerms}",
376 "ISO-8859-1",
377 NULL,
378 91,
379 };
380
381 const PrepopulatedEngine daum = { 789 const PrepopulatedEngine daum = {
382 L"Daum", 790 L"Daum",
383 L"daum.net", 791 L"daum.net",
384 "http://search.daum.net/favicon.ico", 792 "http://search.daum.net/favicon.ico",
385 L"http://search.daum.net/search?q={searchTerms}", 793 L"http://search.daum.net/search?q={searchTerms}",
386 "EUC-KR", 794 "EUC-KR",
387 L"http://sug.search.daum.net/search_nsuggest?mod=fxjson&q={searchTerms}", 795 L"http://sug.search.daum.net/search_nsuggest?mod=fxjson&q={searchTerms}",
388 68, 796 68,
389 }; 797 };
390 798
391 const PrepopulatedEngine delfi_ee = {
392 L"DELFI",
393 L"delfi.ee",
394 "http://g.delfi.ee/s/search.png",
395 L"http://otsing.delfi.ee/i.php?q={searchTerms}",
396 "ISO-8859-1",
397 NULL,
398 45,
399 };
400
401 const PrepopulatedEngine delfi_lt = { 799 const PrepopulatedEngine delfi_lt = {
402 L"DELFI", 800 L"DELFI",
403 L"delfi.lt", 801 L"delfi.lt",
404 "http://search.delfi.lt/img/favicon.png", 802 "http://search.delfi.lt/img/favicon.png",
405 L"http://search.delfi.lt/search.php?q={searchTerms}", 803 L"http://search.delfi.lt/search.php?q={searchTerms}",
406 "UTF-8", 804 "UTF-8",
407 NULL, 805 NULL,
408 45, 806 45,
409 }; 807 };
410 808
411 const PrepopulatedEngine delfi_lv = { 809 const PrepopulatedEngine delfi_lv = {
412 L"DELFI", 810 L"DELFI",
413 L"delfi.lv", 811 L"delfi.lv",
414 "http://smart.delfi.lv/img/smart_search.png", 812 "http://smart.delfi.lv/img/smart_search.png",
415 L"http://smart.delfi.lv/i.php?enc={inputEncoding}&q={searchTerms}", 813 L"http://smart.delfi.lv/i.php?enc={inputEncoding}&q={searchTerms}",
416 "UTF-8", 814 "UTF-8",
417 NULL, 815 NULL,
418 45, 816 45,
419 }; 817 };
420 818
421 const PrepopulatedEngine embla = { 819 const PrepopulatedEngine diri = {
422 L"Embla", 820 L"diri",
423 L"embla.is", 821 L"diri.bg",
424 "http://embla.is/favicon.ico", 822 "http://i.dir.bg/diri/images/favicon.ico",
425 L"http://embla.is/mm/embla/?s={searchTerms}", 823 L"http://diri.bg/search.php?textfield={searchTerms}",
426 "ISO-8859-1", 824 "windows-1251",
427 NULL, 825 NULL,
428 60, 826 32,
429 };
430
431 const PrepopulatedEngine empas = {
432 L"\xc5e0\xd30c\xc2a4",
433 L"empas.com",
434 "http://search.empas.com/favicon.ico",
435 L"http://search.empas.com/search/all.html?q={searchTerms}",
436 "EUC-KR",
437 // http://www.empas.com/ac/do.tsp?q={searchTerms}
438 // returns non-Firefox JSON. searchTerms needs to be in Java notation
439 // (\uAC00\uAC01).
440 NULL,
441 70,
442 };
443
444 const PrepopulatedEngine eniro_dk = {
445 L"Eniro",
446 L"eniro.dk",
447 "http://eniro.dk/favicon.ico",
448 L"http://eniro.dk/query?search_word={searchTerms}&what=web_local",
449 "ISO-8859-1",
450 NULL,
451 29,
452 }; 827 };
453 828
454 const PrepopulatedEngine eniro_fi = { 829 const PrepopulatedEngine eniro_fi = {
455 L"Eniro", 830 L"Eniro",
456 L"eniro.fi", 831 L"eniro.fi",
457 "http://eniro.fi/favicon.ico", 832 "http://eniro.fi/favicon.ico",
458 L"http://eniro.fi/query?search_word={searchTerms}&what=web_local", 833 L"http://eniro.fi/query?search_word={searchTerms}&what=web_local",
459 "ISO-8859-1", 834 "ISO-8859-1",
460 NULL, 835 NULL,
461 29, 836 29,
462 }; 837 };
463 838
464 const PrepopulatedEngine eniro_se = { 839 const PrepopulatedEngine eniro_se = {
465 L"Eniro", 840 L"Eniro",
466 L"eniro.se", 841 L"eniro.se",
467 "http://eniro.se/favicon.ico", 842 "http://eniro.se/favicon.ico",
468 L"http://eniro.se/query?search_word={searchTerms}&what=web_local", 843 L"http://eniro.se/query?search_word={searchTerms}&what=web_local",
469 "ISO-8859-1", 844 "ISO-8859-1",
470 NULL, 845 NULL,
471 29, 846 29,
472 }; 847 };
473 848
474 const PrepopulatedEngine finna = {
475 L"FINNA",
476 L"finna.is",
477 "http://finna.is/favicon.ico",
478 L"http://finna.is/WWW_Search/?query={searchTerms}",
479 "UTF-8",
480 NULL,
481 61,
482 };
483
484 const PrepopulatedEngine fonecta_02_fi = { 849 const PrepopulatedEngine fonecta_02_fi = {
485 L"Fonecta 02.fi", 850 L"Fonecta 02.fi",
486 L"www.fi", 851 L"www.fi",
487 "http://www.02.fi/img/favicon.ico", 852 "http://www.02.fi/img/favicon.ico",
488 L"http://www.02.fi/haku/{searchTerms}", 853 L"http://www.02.fi/haku/{searchTerms}",
489 "UTF-8", 854 "UTF-8",
490 NULL, 855 NULL,
491 46, 856 46,
492 }; 857 };
493 858
494 const PrepopulatedEngine forthnet = {
495 L"Forthnet",
496 L"forthnet.gr",
497 "http://search.forthnet.gr/favicon.ico",
498 L"http://search.forthnet.gr/cgi-bin/query?mss=search&q={searchTerms}",
499 "windows-1253",
500 NULL,
501 53,
502 };
503
504 const PrepopulatedEngine gigabusca = {
505 L"GiGaBusca",
506 L"gigabusca.com.br",
507 "http://www.gigabusca.com.br/favicon.ico",
508 L"http://www.gigabusca.com.br/buscar.php?query={searchTerms}",
509 "ISO-8859-1",
510 NULL,
511 81,
512 };
513
514 const PrepopulatedEngine go = { 859 const PrepopulatedEngine go = {
515 L"GO.com", 860 L"GO.com",
516 L"go.com", 861 L"go.com",
517 "http://search.yahoo.com/favicon.ico", 862 "http://search.yahoo.com/favicon.ico",
518 L"http://search.yahoo.com/search?ei={inputEncoding}&p={searchTerms}&" 863 L"http://search.yahoo.com/search?ei={inputEncoding}&p={searchTerms}&"
519 L"fr=hsusgo1", 864 L"fr=hsusgo1",
520 "ISO-8859-1", 865 "ISO-8859-1",
521 NULL, 866 NULL,
522 40, 867 40,
523 }; 868 };
524 869
525 const PrepopulatedEngine goo = {
526 L"goo",
527 L"goo.ne.jp",
528 "http://goo.ne.jp/gooicon.ico",
529 L"http://search.goo.ne.jp/web.jsp?MT={searchTerms}&IE={inputEncoding}",
530 "UTF-8",
531 NULL,
532 92,
533 };
534
535 const PrepopulatedEngine google = { 870 const PrepopulatedEngine google = {
536 L"Google", 871 L"Google",
537 NULL, 872 NULL,
538 "http://www.google.com/favicon.ico", 873 "http://www.google.com/favicon.ico",
539 L"{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}" 874 L"{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}"
540 L"{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&" 875 L"{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&"
541 L"q={searchTerms}", 876 L"q={searchTerms}",
542 "UTF-8", 877 "UTF-8",
543 L"{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}", 878 L"{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}",
544 1, 879 1,
545 }; 880 };
546 881
547 const PrepopulatedEngine guruji = { 882 const PrepopulatedEngine guruji = {
548 L"guruji", 883 L"guruji",
549 L"guruji.com", 884 L"guruji.com",
550 "http://guruji.com/favicon.ico", 885 "http://guruji.com/favicon.ico",
551 L"http://guruji.com/search?q={searchTerms}", 886 L"http://guruji.com/search?q={searchTerms}",
552 "UTF-8", 887 "UTF-8",
553 NULL, 888 NULL,
554 38, 889 38,
555 }; 890 };
556 891
557 const PrepopulatedEngine iafrica = { 892 const PrepopulatedEngine hispavista = {
558 L"iafrica.com", 893 L"hispavista",
559 L"iafrica.com", 894 L"hispavista.com",
560 NULL, 895 "http://buscar.hispavista.com/favicon.ico",
561 L"http://search.iafrica.com/search?q={searchTerms}", 896 L"http://buscar.hispavista.com/?cadena={searchTerms}",
562 "ISO-8859-1", 897 "iso-8859-1",
563 NULL, 898 NULL,
564 43, 899 18,
565 };
566
567 const PrepopulatedEngine ilse = {
568 L"Ilse",
569 L"ilse.nl",
570 "http://search.ilse.nl/images/favicon.ico",
571 L"http://search.ilse.nl/web?search_for={searchTerms}",
572 "ISO-8859-1",
573 NULL,
574 30,
575 }; 900 };
576 901
577 const PrepopulatedEngine in = { 902 const PrepopulatedEngine in = {
578 L"in.gr", 903 L"in.gr",
579 L"in.gr", 904 L"in.gr",
580 "http://www.in.gr/favicon.ico", 905 "http://www.in.gr/favicon.ico",
581 L"http://find.in.gr/result.asp?q={searchTerms}", 906 L"http://find.in.gr/result.asp?q={searchTerms}",
582 "ISO-8859-7", 907 "ISO-8859-7",
583 NULL, 908 NULL,
584 54, 909 54,
585 }; 910 };
586 911
587 const PrepopulatedEngine jabse = { 912 const PrepopulatedEngine jabse = {
588 L"Jabse", 913 L"Jabse",
589 L"jabse.com", 914 L"jabse.com",
590 "http://www.jabse.com/favicon.ico", 915 "http://www.jabse.com/favicon.ico",
591 L"http://www.jabse.com/searchmachine.php?query={searchTerms}", 916 L"http://www.jabse.com/searchmachine.php?query={searchTerms}",
592 "UTF-8", 917 "UTF-8",
593 NULL, 918 NULL,
594 19, 919 19,
595 }; 920 };
596 921
597 const PrepopulatedEngine jamaicalive = {
598 L"JamaicaLive",
599 L"jalive.com.jm",
600 "http://jalive.com.jm/favicon.ico",
601 L"http://jalive.com.jm/search/?mode=allwords&search={searchTerms}",
602 "ISO-8859-1",
603 NULL,
604 39,
605 };
606
607 const PrepopulatedEngine jubii = { 922 const PrepopulatedEngine jubii = {
608 L"Jubii", 923 L"Jubii",
609 L"jubii.dk", 924 L"jubii.dk",
610 "http://search.jubii.dk/favicon_jubii.ico", 925 "http://search.jubii.dk/favicon_jubii.ico",
611 L"http://search.jubii.dk/cgi-bin/pursuit?query={searchTerms}", 926 L"http://search.jubii.dk/cgi-bin/pursuit?query={searchTerms}",
612 "ISO-8859-1", 927 "ISO-8859-1",
613 NULL, 928 NULL,
614 28, 929 28,
615 }; 930 };
616 931
617 const PrepopulatedEngine krstarica = {
618 L"Krstarica",
619 L"krstarica.rs",
620 "http://pretraga.krstarica.com/favicon.ico",
621 L"http://pretraga.krstarica.com/index.php?q={searchTerms}",
622 "windows-1250",
623 NULL,
624 84,
625 };
626
627 const PrepopulatedEngine kvasir = { 932 const PrepopulatedEngine kvasir = {
628 L"Kvasir", 933 L"Kvasir",
629 L"kvasir.no", 934 L"kvasir.no",
630 "http://www.kvasir.no/img/favicon.ico", 935 "http://www.kvasir.no/img/favicon.ico",
631 L"http://www.kvasir.no/nettsok/searchResult.html?searchExpr={searchTerms}", 936 L"http://www.kvasir.no/nettsok/searchResult.html?searchExpr={searchTerms}",
632 "ISO-8859-1", 937 "ISO-8859-1",
633 NULL, 938 NULL,
634 73, 939 73,
635 }; 940 };
636 941
(...skipping 20 matching lines...) Expand all
657 const PrepopulatedEngine libero = { 962 const PrepopulatedEngine libero = {
658 L"Libero", 963 L"Libero",
659 L"libero.it", 964 L"libero.it",
660 "http://arianna.libero.it/favicon.ico", 965 "http://arianna.libero.it/favicon.ico",
661 L"http://arianna.libero.it/search/abin/integrata.cgi?query={searchTerms}", 966 L"http://arianna.libero.it/search/abin/integrata.cgi?query={searchTerms}",
662 "ISO-8859-1", 967 "ISO-8859-1",
663 NULL, 968 NULL,
664 63, 969 63,
665 }; 970 };
666 971
667 const PrepopulatedEngine live = {
668 L"Live Search",
669 L"live.com",
670 "http://search.live.com/s/wlflag.ico",
671 L"http://search.live.com/results.aspx?q={searchTerms}",
672 "UTF-8",
673 NULL,
674 3,
675 };
676
677 const PrepopulatedEngine live_ar_XA = {
678 L"Live Search (\x0627\x0644\x0639\x0631\x0628\x064a\x0629)",
679 L"", // "live.com" is already taken by live_en_XA (see comment on ID below).
680 "http://search.live.com/s/wlflag.ico",
681 L"http://search.live.com/results.aspx?setlang=ar-XA&mkt=ar-XA&"
682 L"q={searchTerms}",
683 "UTF-8",
684 NULL,
685 7, // Can't be 3 as this has to appear in the Arabian countries' lists
686 // alongside live_en_XA.
687 };
688
689 const PrepopulatedEngine live_bg_BG = {
690 L"Live Search",
691 L"live.com",
692 "http://search.live.com/s/wlflag.ico",
693 L"http://search.live.com/results.aspx?mkt=bg-BG&q={searchTerms}",
694 "UTF-8",
695 NULL,
696 3,
697 };
698
699 const PrepopulatedEngine live_cs_CZ = {
700 L"Live Search",
701 L"live.com",
702 "http://search.live.com/s/wlflag.ico",
703 L"http://search.live.com/results.aspx?mkt=cs-CZ&q={searchTerms}",
704 "UTF-8",
705 NULL,
706 3,
707 };
708
709 const PrepopulatedEngine live_el_GR = {
710 L"Live Search",
711 L"live.com",
712 "http://search.live.com/s/wlflag.ico",
713 L"http://search.live.com/results.aspx?mkt=el-GR&q={searchTerms}",
714 "UTF-8",
715 NULL,
716 3,
717 };
718
719 const PrepopulatedEngine live_en_ID = {
720 L"Live Search",
721 L"live.com",
722 "http://search.live.com/s/wlflag.ico",
723 L"http://search.live.com/results.aspx?mkt=en_ID&q={searchTerms}",
724 "UTF-8",
725 NULL,
726 3,
727 };
728
729 const PrepopulatedEngine live_en_NZ = {
730 L"Live Search",
731 L"live.com",
732 "http://search.live.com/s/wlflag.ico",
733 L"http://search.live.com/results.aspx?mkt=en-NZ&q={searchTerms}",
734 "UTF-8",
735 NULL,
736 3,
737 };
738
739 const PrepopulatedEngine live_en_XA = {
740 L"Live Search (English)",
741 L"live.com",
742 "http://search.live.com/s/wlflag.ico",
743 L"http://search.live.com/results.aspx?setlang=en-XA&mkt=en-XA&"
744 L"q={searchTerms}",
745 "UTF-8",
746 NULL,
747 3,
748 };
749
750 const PrepopulatedEngine live_et_EE = {
751 L"Live Search",
752 L"live.com",
753 "http://search.live.com/s/wlflag.ico",
754 L"http://search.live.com/results.aspx?mkt=et-EE&q={searchTerms}",
755 "UTF-8",
756 NULL,
757 3,
758 };
759
760 const PrepopulatedEngine live_hr_HR = {
761 L"Live Search",
762 L"live.com",
763 "http://search.live.com/s/wlflag.ico",
764 L"http://search.live.com/results.aspx?mkt=hr-HR&q={searchTerms}",
765 "UTF-8",
766 NULL,
767 3,
768 };
769
770 const PrepopulatedEngine live_it_IT = {
771 L"Live Search",
772 L"live.com",
773 "http://search.live.com/s/wlflag.ico",
774 L"http://search.live.com/results.aspx?mkt=it-IT&q={searchTerms}",
775 "UTF-8",
776 NULL,
777 3,
778 };
779
780 const PrepopulatedEngine live_lt_LT = {
781 L"Live Search",
782 L"live.com",
783 "http://search.live.com/s/wlflag.ico",
784 L"http://search.live.com/results.aspx?mkt=lt-LT&q={searchTerms}",
785 "UTF-8",
786 NULL,
787 3,
788 };
789
790 const PrepopulatedEngine live_pl_PL = {
791 L"Live Search",
792 L"live.com",
793 "http://search.live.com/s/wlflag.ico",
794 L"http://search.live.com/results.aspx?mkt=pl-PL&q={searchTerms}",
795 "UTF-8",
796 NULL,
797 3,
798 };
799
800 const PrepopulatedEngine live_pt_PT = {
801 L"Live Search",
802 L"live.com",
803 "http://search.live.com/s/wlflag.ico",
804 L"http://search.live.com/results.aspx?mkt=pt-PT&q={searchTerms}",
805 "UTF-8",
806 NULL,
807 3,
808 };
809
810 const PrepopulatedEngine live_ro_RO = {
811 L"Live Search",
812 L"live.com",
813 "http://search.live.com/s/wlflag.ico",
814 L"http://search.live.com/results.aspx?mkt=ro-RO&q={searchTerms}",
815 "UTF-8",
816 NULL,
817 3,
818 };
819
820 const PrepopulatedEngine live_ru_RU = {
821 L"Live Search",
822 L"live.com",
823 "http://search.live.com/s/wlflag.ico",
824 L"http://search.live.com/results.aspx?mkt=ru-RU&q={searchTerms}",
825 "UTF-8",
826 NULL,
827 3,
828 };
829
830 const PrepopulatedEngine live_sk_SK = {
831 L"Live Search",
832 L"live.com",
833 "http://search.live.com/s/wlflag.ico",
834 L"http://search.live.com/results.aspx?mkt=sk-SK&q={searchTerms}",
835 "UTF-8",
836 NULL,
837 3,
838 };
839
840 const PrepopulatedEngine live_sl_SI = {
841 L"Live Search",
842 L"live.com",
843 "http://search.live.com/s/wlflag.ico",
844 L"http://search.live.com/results.aspx?mkt=sl-SI&q={searchTerms}",
845 "UTF-8",
846 NULL,
847 3,
848 };
849
850 const PrepopulatedEngine live_th_TH = {
851 L"Live Search",
852 L"live.com",
853 "http://search.live.com/s/wlflag.ico",
854 L"http://search.live.com/results.aspx?mkt=th-TH&q={searchTerms}",
855 "UTF-8",
856 NULL,
857 3,
858 };
859
860 const PrepopulatedEngine lycos_es = {
861 L"Lycos Espa" L"\x00f1" L"a",
862 L"lycos.es",
863 "http://buscador.lycos.es/favicon.ico",
864 L"http://buscador.lycos.es/cgi-bin/pursuit?query={searchTerms}",
865 "ISO-8859-1",
866 NULL,
867 34,
868 };
869
870 const PrepopulatedEngine lycos_nl = {
871 L"Lycos",
872 L"lycos.nl",
873 "http://zoek.lycos.nl/favicon.ico",
874 L"http://zoek.lycos.nl/cgi-bin/pursuit?query={searchTerms}",
875 "ISO-8859-1",
876 NULL,
877 34,
878 };
879
880 const PrepopulatedEngine mail_ru = { 972 const PrepopulatedEngine mail_ru = {
881 L"@MAIL.RU", 973 L"@MAIL.RU",
882 L"mail.ru", 974 L"mail.ru",
883 "http://img.go.mail.ru/favicon.ico", 975 "http://img.go.mail.ru/favicon.ico",
884 L"http://go.mail.ru/search?q={searchTerms}", 976 L"http://go.mail.ru/search?q={searchTerms}",
885 "windows-1251", 977 "windows-1251",
886 NULL, 978 NULL,
887 83, 979 83,
888 }; 980 };
889 981
(...skipping 10 matching lines...) Expand all
900 const PrepopulatedEngine masrawy = { 992 const PrepopulatedEngine masrawy = {
901 L"\x0645\x0635\x0631\x0627\x0648\x064a", 993 L"\x0645\x0635\x0631\x0627\x0648\x064a",
902 L"masrawy.com", 994 L"masrawy.com",
903 "http://www.masrawy.com/new/images/masrawy.ico", 995 "http://www.masrawy.com/new/images/masrawy.ico",
904 L"http://masrawy.com/new/search.aspx?sr={searchTerms}", 996 L"http://masrawy.com/new/search.aspx?sr={searchTerms}",
905 "windows-1256", 997 "windows-1256",
906 NULL, 998 NULL,
907 14, 999 14,
908 }; 1000 };
909 1001
910 const PrepopulatedEngine matkurja = {
911 L"Mat'Kurja",
912 L"matkurja.com",
913 "http://matkurja.com/favicon.ico",
914 L"http://matkurja.com/si/iskalnik/?q={searchTerms}&search_source=directory",
915 "ISO-8859-2",
916 NULL,
917 88,
918 };
919
920 const PrepopulatedEngine meta = {
921 L"<META>",
922 L"meta.ua",
923 "http://meta.ua/favicon.ico",
924 L"http://meta.ua/search.asp?q={searchTerms}",
925 "windows-1251",
926 L"http://meta.ua/suggestions/?output=fxjson&oe=utf-8&q={searchTerms}",
927 102,
928 };
929
930 const PrepopulatedEngine msn = {
931 L"MSN",
932 L"msn.com",
933 "http://search.msn.com/s/wlflag.ico",
934 L"http://search.msn.com/results.aspx?q={searchTerms}",
935 "UTF-8",
936 NULL,
937 3,
938 };
939
940 const PrepopulatedEngine msn_ar_XA = {
941 L"MSN (\x0627\x0644\x0639\x0631\x0628\x064a\x0629)",
942 L"", // "arabia.msn.com" is already taken by msn_en_XA (see comment on ID
943 // below).
944 "http://search.msn.com/s/wlflag.ico",
945 L"http://search.msn.com/results.aspx?setlang=ar-XA&mkt=ar-XA&"
946 L"q={searchTerms}",
947 "UTF-8",
948 NULL,
949 7, // Can't be 3 as this has to appear in the Arabian countries' lists
950 // alongside msn_en_XA.
951 };
952
953 const PrepopulatedEngine msn_da_DK = {
954 L"MSN Danmark",
955 L"dk.msn.com",
956 "http://search.msn.dk/s/wlflag.ico",
957 L"http://search.msn.dk/results.aspx?mkt=da-DK&q={searchTerms}",
958 "UTF-8",
959 NULL,
960 3,
961 };
962
963 const PrepopulatedEngine msn_de_AT = {
964 L"MSN \x00d6sterreich",
965 L"at.msn.com",
966 "http://search.msn.at/s/wlflag.ico",
967 L"http://search.msn.at/results.aspx?mkt=de-AT&q={searchTerms}",
968 "UTF-8",
969 NULL,
970 3,
971 };
972
973 const PrepopulatedEngine msn_de_CH = {
974 L"MSN Schweiz (Deutsch)",
975 L"ch.msn.com",
976 "http://search.msn.ch/s/wlflag.ico",
977 L"http://search.msn.ch/results.aspx?setlang=de-CH&mkt=de-CH&q={searchTerms}",
978 "UTF-8",
979 NULL,
980 3,
981 };
982
983 const PrepopulatedEngine msn_de_DE = {
984 L"MSN",
985 L"de.msn.com",
986 "http://search.live.com/s/wlflag.ico",
987 L"http://search.live.com/results.aspx?mkt=de-DE&q={searchTerms}",
988 "UTF-8",
989 NULL,
990 3,
991 };
992
993 const PrepopulatedEngine msn_en_AU = {
994 L"ninemsn.com.au",
995 L"ninemsn.com.au",
996 "http://search.live.com/s/wlflag.ico",
997 L"http://search.live.com/results.aspx?mkt=en-AU&q={searchTerms}",
998 "UTF-8",
999 NULL,
1000 3,
1001 };
1002
1003 const PrepopulatedEngine msn_en_CA = {
1004 L"Sympatico / MSN (English)",
1005 L"sympatico.msn.ca",
1006 "http://search.live.com/s/wlflag.ico",
1007 L"http://search.live.com/results.aspx?setlang=en-CA&mkt=en-CA&"
1008 L"q={searchTerms}",
1009 "UTF-8",
1010 NULL,
1011 3,
1012 };
1013
1014 const PrepopulatedEngine msn_en_GB = {
1015 L"MSN UK",
1016 L"uk.msn.com",
1017 "http://search.msn.co.uk/s/wlflag.ico",
1018 L"http://search.msn.co.uk/results.aspx?mkt=en-GB&q={searchTerms}",
1019 "UTF-8",
1020 NULL,
1021 3,
1022 };
1023
1024 const PrepopulatedEngine msn_en_IE = {
1025 L"MSN IE",
1026 L"ie.msn.com",
1027 "http://search.msn.ie/s/wlflag.ico",
1028 L"http://search.msn.ie/results.aspx?mkt=en-IE&q={searchTerms}",
1029 "UTF-8",
1030 NULL,
1031 3,
1032 };
1033
1034 const PrepopulatedEngine msn_en_IN = {
1035 L"MSN India",
1036 L"in.msn.com",
1037 "http://search.live.com/s/wlflag.ico",
1038 L"http://search.live.com/results.aspx?mkt=en-IN&q={searchTerms}",
1039 "UTF-8",
1040 NULL,
1041 3,
1042 };
1043
1044 const PrepopulatedEngine msn_en_MY = {
1045 L"MSN Malaysia",
1046 L"malaysia.msn.com",
1047 "http://search.msn.com.my/s/wlflag.ico",
1048 L"http://search.msn.com.my/results.aspx?mkt=en-MY&q={searchTerms}",
1049 "UTF-8",
1050 NULL,
1051 3,
1052 };
1053
1054 const PrepopulatedEngine msn_en_PH = {
1055 L"MSN Philippines",
1056 L"ph.msn.com",
1057 "http://search.msn.com.ph/s/wlflag.ico",
1058 L"http://search.msn.com.ph/results.aspx?mkt=en-PH&q={searchTerms}",
1059 "UTF-8",
1060 NULL,
1061 3,
1062 };
1063
1064 const PrepopulatedEngine msn_en_SG = {
1065 L"MSN Singapore",
1066 L"sg.msn.com",
1067 "http://search.msn.com.sg/s/wlflag.ico",
1068 L"http://search.msn.com.sg/results.aspx?mkt=en-SG&q={searchTerms}",
1069 "UTF-8",
1070 NULL,
1071 3,
1072 };
1073
1074 const PrepopulatedEngine msn_en_XA = {
1075 L"MSN (English)",
1076 L"arabia.msn.com",
1077 "http://search.msn.com/s/wlflag.ico",
1078 L"http://search.msn.com/results.aspx?setlang=en-XA&mkt=en-XA&"
1079 L"q={searchTerms}",
1080 "UTF-8",
1081 NULL,
1082 3,
1083 };
1084
1085 const PrepopulatedEngine msn_en_ZA = {
1086 L"MSN ZA",
1087 L"za.msn.com",
1088 "http://search.msn.co.za/s/wlflag.ico",
1089 L"http://search.msn.co.za/results.aspx?mkt=en-ZA&q={searchTerms}",
1090 "UTF-8",
1091 NULL,
1092 3,
1093 };
1094
1095 const PrepopulatedEngine msn_es_AR = {
1096 L"MSN Argentina",
1097 L"ar.msn.com",
1098 "http://search.msn.com/s/wlflag.ico",
1099 L"http://search.msn.com/results.aspx?mkt=es-AR&q={searchTerms}",
1100 "UTF-8",
1101 NULL,
1102 3,
1103 };
1104
1105 const PrepopulatedEngine msn_es_CL = {
1106 L"MSN Chile",
1107 L"cl.msn.com",
1108 "http://search.msn.com/s/wlflag.ico",
1109 L"http://search.msn.com/results.aspx?mkt=es-CL&q={searchTerms}",
1110 "UTF-8",
1111 NULL,
1112 3,
1113 };
1114
1115 const PrepopulatedEngine msn_es_CO = {
1116 L"MSN Colombia",
1117 L"co.msn.com",
1118 "http://search.msn.com/s/wlflag.ico",
1119 L"http://search.msn.com/results.aspx?mkt=es-CO&q={searchTerms}",
1120 "UTF-8",
1121 NULL,
1122 3,
1123 };
1124
1125 const PrepopulatedEngine msn_es_ES = {
1126 L"MSN Espa" L"\x00f1" L"a",
1127 L"es.msn.com",
1128 "http://search.msn.es/s/wlflag.ico",
1129 L"http://search.msn.es/results.aspx?mkt=es-ES&q={searchTerms}",
1130 "UTF-8",
1131 NULL,
1132 3,
1133 };
1134
1135 const PrepopulatedEngine msn_es_MX = {
1136 L"Prodigy / MSN",
1137 L"prodigy.msn.com",
1138 "http://search.prodigy.msn.com/s/wlflag.ico",
1139 L"http://search.prodigy.msn.com/results.aspx?mkt=es-MX&q={searchTerms}",
1140 "UTF-8",
1141 NULL,
1142 3,
1143 };
1144
1145 const PrepopulatedEngine msn_es_XL = {
1146 L"MSN Latinoam\x00e9rica",
1147 L"latam.msn.com",
1148 "http://search.msn.com/s/wlflag.ico",
1149 L"http://search.msn.com/results.aspx?mkt=es-XL&q={searchTerms}",
1150 "UTF-8",
1151 NULL,
1152 3,
1153 };
1154
1155 const PrepopulatedEngine msn_fi_FI = {
1156 L"MSN",
1157 L"fi.msn.com",
1158 "http://search.msn.fi/s/wlflag.ico",
1159 L"http://search.msn.fi/results.aspx?mkt=fi-FI&q={searchTerms}",
1160 "UTF-8",
1161 NULL,
1162 3,
1163 };
1164
1165 const PrepopulatedEngine msn_fr_BE = {
1166 L"MSN Belgique (Fran" L"\x00e7" L"ais)",
1167 L"", // "be.msn.com" is already taken by msn_nl_BE (see comment on ID below).
1168 "http://search.live.com/s/wlflag.ico",
1169 L"http://search.live.com/results.aspx?setlang=fr-BE&mkt=fr-BE&"
1170 L"q={searchTerms}",
1171 "UTF-8",
1172 NULL,
1173 8, // Can't be 3 as this has to appear in the Belgium list alongside
1174 // msn_nl_BE.
1175 };
1176
1177 const PrepopulatedEngine msn_fr_CA = {
1178 L"Sympatico / MSN (Fran" L"\x00e7" L"ais)",
1179 L"", // "sympatico.msn.ca" is already taken by msn_en_CA (see comment on ID
1180 // below).
1181 "http://search.live.com/s/wlflag.ico",
1182 L"http://search.live.com/results.aspx?setlang=fr-CA&mkt=fr-CA&"
1183 L"q={searchTerms}",
1184 "UTF-8",
1185 NULL,
1186 9, // Can't be 3 as this has to appear in the Canada list alongside
1187 // msn_en_CA.
1188 };
1189
1190 const PrepopulatedEngine msn_fr_CH = {
1191 L"MSN Suisse (Fran" L"\x00e7" L"ais)",
1192 L"", // "ch.msn.com" is already taken by msn_de_CH (see comment on ID below).
1193 "http://search.msn.ch/s/wlflag.ico",
1194 L"http://search.msn.ch/results.aspx?setlang=fr-CH&mkt=fr-CH&q={searchTerms}",
1195 "UTF-8",
1196 NULL,
1197 10, // Can't be 3 as this has to appear in the Switzerland list alongside
1198 // msn_de_CH.
1199 };
1200
1201 const PrepopulatedEngine msn_fr_FR = {
1202 L"MSN France",
1203 L"fr.msn.com",
1204 "http://search.msn.fr/s/wlflag.ico",
1205 L"http://search.msn.fr/results.aspx?mkt=fr-FR&q={searchTerms}",
1206 "UTF-8",
1207 NULL,
1208 3,
1209 };
1210
1211 const PrepopulatedEngine msn_he_IL = {
1212 L"msn.co.il",
1213 L"msn.co.il",
1214 "http://msn.co.il/favicon.ico",
1215 L"http://search.msn.co.il/Search.aspx?q={searchTerms}",
1216 "UTF-8",
1217 NULL,
1218 3,
1219 };
1220
1221 const PrepopulatedEngine msn_ja_JP = {
1222 L"MSN Japan",
1223 L"jp.msn.com",
1224 "http://search.msn.co.jp/s/wlflag.ico",
1225 L"http://search.msn.co.jp/results.aspx?mkt=ja-JP&q={searchTerms}",
1226 "UTF-8",
1227 NULL,
1228 3,
1229 };
1230
1231 const PrepopulatedEngine msn_nb_NO = {
1232 L"MSN Norge",
1233 L"no.msn.com",
1234 "http://search.msn.no/s/wlflag.ico",
1235 L"http://search.msn.no/results.aspx?mkt=nb-NO&q={searchTerms}",
1236 "UTF-8",
1237 NULL,
1238 3,
1239 };
1240
1241 const PrepopulatedEngine msn_nl_BE = {
1242 L"MSN (Nederlandstalige)",
1243 L"be.msn.com",
1244 "http://search.live.com/s/wlflag.ico",
1245 L"http://search.live.com/results.aspx?setlang=nl-BE&mkt=nl-BE&"
1246 L"q={searchTerms}",
1247 "UTF-8",
1248 NULL,
1249 3,
1250 };
1251
1252 const PrepopulatedEngine msn_nl_NL = {
1253 L"MSN.nl",
1254 L"nl.msn.com",
1255 "http://search.msn.nl/s/wlflag.ico",
1256 L"http://search.msn.nl/results.aspx?mkt=nl-NL&q={searchTerms}",
1257 "UTF-8",
1258 NULL,
1259 3,
1260 };
1261
1262 const PrepopulatedEngine msn_pt_BR = {
1263 L"MSN Brasil",
1264 L"br.msn.com",
1265 "http://search.live.com/s/wlflag.ico",
1266 L"http://search.live.com/results.aspx?mkt=pt-BR&q={searchTerms}",
1267 "UTF-8",
1268 NULL,
1269 3,
1270 };
1271
1272 const PrepopulatedEngine msn_sv_SE = {
1273 L"MSN",
1274 L"se.msn.com",
1275 "http://search.msn.se/s/wlflag.ico",
1276 L"http://search.msn.se/results.aspx?mkt=pv-SE&q={searchTerms}",
1277 "UTF-8",
1278 NULL,
1279 3,
1280 };
1281
1282 const PrepopulatedEngine msn_tr_TR = {
1283 L"MSN T\x00fckiye'ye",
1284 L"tr.msn.com",
1285 "http://search.msn.com.tr/s/wlflag.ico",
1286 L"http://search.msn.com.tr/results.aspx?mkt=tr-TR&q={searchTerms}",
1287 "UTF-8",
1288 NULL,
1289 3,
1290 };
1291
1292 const PrepopulatedEngine msn_zh_HK = {
1293 L"MSN Hong Kong",
1294 L"hk.msn.com",
1295 "http://search.msn.com.hk/s/wlflag.ico",
1296 L"http://search.msn.com.hk/results.aspx?mkt=zh-HK&q={searchTerms}",
1297 "UTF-8",
1298 NULL,
1299 3,
1300 };
1301
1302 const PrepopulatedEngine mweb = {
1303 L"MWEB",
1304 L"mweb.co.za",
1305 "http://mweb.co.za/favicon.ico",
1306 L"http://search.mweb.co.za/search?&q={searchTerms}",
1307 "UTF-8",
1308 NULL,
1309 42,
1310 };
1311
1312 const PrepopulatedEngine mynet = { 1002 const PrepopulatedEngine mynet = {
1313 L"MYNET", 1003 L"MYNET",
1314 L"mynet.com", 1004 L"mynet.com",
1315 "http://img.mynet.com/mynetfavori.ico", 1005 "http://img.mynet.com/mynetfavori.ico",
1316 L"http://arama.mynet.com/search.aspx?q={searchTerms}&pg=q", 1006 L"http://arama.mynet.com/search.aspx?q={searchTerms}&pg=q",
1317 "windows-1254", 1007 "windows-1254",
1318 NULL, 1008 NULL,
1319 101, 1009 101,
1320 }; 1010 };
1321 1011
1322 const PrepopulatedEngine mywebsearch = {
1323 L"mywebsearch",
1324 L"mywebsearch.com",
1325 NULL,
1326 L"http://search.mywebsearch.com/mywebsearch/AJmain.jhtml?"
1327 L"searchfor={searchTerms}",
1328 "UTF-8",
1329 NULL,
1330 97,
1331 };
1332
1333 const PrepopulatedEngine najdi = { 1012 const PrepopulatedEngine najdi = {
1334 L"Najdi.si", 1013 L"Najdi.si",
1335 L"najdi.si", 1014 L"najdi.si",
1336 "http://www.najdi.si/master/favicon.ico", 1015 "http://www.najdi.si/master/favicon.ico",
1337 L"http://www.najdi.si/search.jsp?q={searchTerms}", 1016 L"http://www.najdi.si/search.jsp?q={searchTerms}",
1338 "UTF-8", 1017 "UTF-8",
1339 NULL, 1018 NULL,
1340 87, 1019 87,
1341 }; 1020 };
1342 1021
1343 const PrepopulatedEngine nana10 = {
1344 L"\x05e0\x05e2\x05e0\x05e2 10",
1345 L"nana10.co.il",
1346 "http://f.nau.co.il/Common/Includes/favicon.ico",
1347 L"http://index.nana10.co.il/search.asp?q={searchTerms}",
1348 "windows-1255",
1349 NULL,
1350 56,
1351 };
1352
1353 const PrepopulatedEngine nate = { 1022 const PrepopulatedEngine nate = {
1354 L"\xb124\xc774\xd2b8\xb2f7\xcef4", 1023 L"\xb124\xc774\xd2b8\xb2f7\xcef4",
1355 L"nate.com", 1024 L"nate.com",
1356 "http://nate.search.empas.com/favicon.ico", 1025 "http://nate.search.empas.com/favicon.ico",
1357 L"http://nate.search.empas.com/search/all.html?q={searchTerms}", 1026 L"http://nate.search.empas.com/search/all.html?q={searchTerms}",
1358 "EUC-KR", 1027 "EUC-KR",
1359 NULL, 1028 NULL,
1360 69, 1029 69,
1361 }; 1030 };
1362 1031
(...skipping 12 matching lines...) Expand all
1375 const PrepopulatedEngine neti = { 1044 const PrepopulatedEngine neti = {
1376 L"NETI", 1045 L"NETI",
1377 L"neti.ee", 1046 L"neti.ee",
1378 "http://www.neti.ee/favicon.ico", 1047 "http://www.neti.ee/favicon.ico",
1379 L"http://www.neti.ee/cgi-bin/otsing?query={searchTerms}", 1048 L"http://www.neti.ee/cgi-bin/otsing?query={searchTerms}",
1380 "ISO-8859-1", 1049 "ISO-8859-1",
1381 NULL, 1050 NULL,
1382 44, 1051 44,
1383 }; 1052 };
1384 1053
1385 const PrepopulatedEngine netindex = { 1054 const PrepopulatedEngine nur_kz = {
1386 L"NetINDEX", 1055 L"NUR.KZ",
1387 L"netindex.pt", 1056 L"nur.kz",
1388 "http://www.netindex.pt/favicon.ico", 1057 "http://www.nur.kz/favicon_kz.ico",
1389 L"http://www.netindex.pt/cgi-bin/index.cgi?question={searchTerms}", 1058 L"http://search.nur.kz/?encoding={inputEncoding}&query={searchTerms}",
1390 "ISO-8859-1", 1059 "UTF-8",
1391 NULL, 1060 NULL,
1392 78, 1061 20,
1393 };
1394
1395 const PrepopulatedEngine nifty = {
1396 L"@nifty",
1397 L"nifty.com",
1398 "http://www.nifty.com/favicon.ico",
1399 L"http://search.nifty.com/cgi-bin/search.cgi?Text={searchTerms}",
1400 "Shift_JIS",
1401 NULL,
1402 65,
1403 };
1404
1405 const PrepopulatedEngine ohperu = {
1406 L"Oh Per\x00fa",
1407 L"ohperu.com",
1408 NULL,
1409 L"http://www.google.com.pe/custom?q={searchTerms}&"
1410 L"client=pub-1950414869696311&ie={inputEncoding}&cof=GALT%3A%23000000"
1411 L"%3BGL%3A1%3BDIV%3A%23FFFFFF%3BVLC%3A000000%3BAH%3Acenter%3BBGC%3AFFFFFF"
1412 L"%3BLBGC%3AFFFFFF%3BALC%3A000000%3BLC%3A000000%3BT%3A000000%3BGFNT"
1413 L"%3A000000%3BGIMP%3A000000%3BLH%3A50%3BLW%3A142%3BL%3Ahttp%3A%2F%2F"
1414 L"www.ohperu.com%2Fohperu-logo-inv2.gif%3BS%3Ahttp%3A%2F%2Fwww.ohperu.com"
1415 L"%3BFORID%3A1",
1416 "ISO-8859-1",
1417 NULL,
1418 96,
1419 }; 1062 };
1420 1063
1421 const PrepopulatedEngine ok = { 1064 const PrepopulatedEngine ok = {
1422 L"OK.hu", 1065 L"OK.hu",
1423 L"ok.hu", 1066 L"ok.hu",
1424 "http://ok.hu/gfx/favicon.ico", 1067 "http://ok.hu/gfx/favicon.ico",
1425 L"http://ok.hu/katalogus?q={searchTerms}", 1068 L"http://ok.hu/katalogus?q={searchTerms}",
1426 "ISO-8859-2", 1069 "ISO-8859-2",
1427 NULL, 1070 NULL,
1428 6, 1071 6,
1429 }; 1072 };
1430 1073
1431 const PrepopulatedEngine onet = { 1074 const PrepopulatedEngine onet = {
1432 L"Onet.pl", 1075 L"Onet.pl",
1433 L"onet.pl", 1076 L"onet.pl",
1434 "http://szukaj.onet.pl/favicon.ico", 1077 "http://szukaj.onet.pl/favicon.ico",
1435 L"http://szukaj.onet.pl/query.html?qt={searchTerms}", 1078 L"http://szukaj.onet.pl/query.html?qt={searchTerms}",
1436 "ISO-8859-2", 1079 "ISO-8859-2",
1437 NULL, 1080 NULL,
1438 75, 1081 75,
1439 }; 1082 };
1440 1083
1441 const PrepopulatedEngine orange = {
1442 L"Orange",
1443 L"orange.fr",
1444 "http://www.orange.fr/favicon.ico",
1445 L"http://rws.search.ke.voila.fr/RW/S/opensearch_orange?rdata={searchTerms}",
1446 "ISO-8859-1",
1447 L"http://search.ke.voila.fr/fr/cmplopensearch/xml/fullxml?"
1448 L"rdata={searchTerms}",
1449 48,
1450 };
1451
1452 const PrepopulatedEngine ozu = { 1084 const PrepopulatedEngine ozu = {
1453 L"OZ\x00da", 1085 L"OZ\x00da",
1454 L"ozu.es", 1086 L"ozu.es",
1455 "http://www.ozu.es/favicon.ico", 1087 "http://www.ozu.es/favicon.ico",
1456 L"http://buscar.ozu.es/index.php?q={searchTerms}", 1088 L"http://buscar.ozu.es/index.php?q={searchTerms}",
1457 "ISO-8859-1", 1089 "ISO-8859-1",
1458 NULL, 1090 NULL,
1459 98, 1091 98,
1460 }; 1092 };
1461 1093
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 const PrepopulatedEngine sapo = { 1174 const PrepopulatedEngine sapo = {
1543 L"SAPO", 1175 L"SAPO",
1544 L"sapo.pt", 1176 L"sapo.pt",
1545 "http://imgs.sapo.pt/images/sapo.ico", 1177 "http://imgs.sapo.pt/images/sapo.ico",
1546 L"http://pesquisa.sapo.pt/?q={searchTerms}", 1178 L"http://pesquisa.sapo.pt/?q={searchTerms}",
1547 "UTF-8", 1179 "UTF-8",
1548 L"http://pesquisa.sapo.pt/livesapo?q={searchTerms}", 1180 L"http://pesquisa.sapo.pt/livesapo?q={searchTerms}",
1549 77, 1181 77,
1550 }; 1182 };
1551 1183
1552 const PrepopulatedEngine search_ch = { 1184 const PrepopulatedEngine search_de_CH = {
1553 L"search.ch", 1185 L"search.ch",
1554 L"search.ch", 1186 L"search.ch",
1555 "http://www.search.ch/favicon.ico", 1187 "http://www.search.ch/favicon.ico",
1556 L"http://www.search.ch/?q={searchTerms}", 1188 L"http://www.search.ch/index.de.html?q={searchTerms}",
1557 "ISO-8859-1", 1189 "ISO-8859-1",
1558 NULL, 1190 NULL,
1559 51, 1191 51,
1560 }; 1192 };
1561 1193
1562 const PrepopulatedEngine sensis = { 1194 const PrepopulatedEngine search_fr_CH = {
1563 L"sensis.com.au", 1195 L"search.ch",
1564 L"sensis.com.au", 1196 L"", // search.ch is taken by search_de_CH.
1565 "http://www.sensis.com.au/favicon.ico", 1197 "http://www.search.ch/favicon.ico",
1566 L"http://www.sensis.com.au/search.do?find={searchTerms}", 1198 L"http://www.search.ch/index.fr.html?q={searchTerms}",
1567 "UTF-8", 1199 "ISO-8859-1",
1568 NULL, 1200 NULL,
1569 32, 1201 22,
1570 };
1571
1572 const PrepopulatedEngine sesam = {
1573 L"Sesam",
1574 L"sesam.no",
1575 "http://sesam.no/images/favicon.gif",
1576 L"http://sesam.no/search/?q={searchTerms}",
1577 "UTF-8",
1578 NULL,
1579 74,
1580 }; 1202 };
1581 1203
1582 const PrepopulatedEngine seznam = { 1204 const PrepopulatedEngine seznam = {
1583 L"Seznam", 1205 L"Seznam",
1584 L"seznam.cz", 1206 L"seznam.cz",
1585 "http://1.im.cz/szn/img/favicon.ico", 1207 "http://1.im.cz/szn/img/favicon.ico",
1586 L"http://search.seznam.cz/?q={searchTerms}", 1208 L"http://search.seznam.cz/?q={searchTerms}",
1587 "UTF-8", 1209 "UTF-8",
1588 L"http:///suggest.fulltext.seznam.cz/?dict=fulltext_ff&phrase={searchTerms}&" 1210 L"http:///suggest.fulltext.seznam.cz/?dict=fulltext_ff&phrase={searchTerms}&"
1589 L"encoding={inputEncoding}&response_encoding=utf-8", 1211 L"encoding={inputEncoding}&response_encoding=utf-8",
1590 25, 1212 25,
1591 }; 1213 };
1592 1214
1593 const PrepopulatedEngine sogou = {
1594 L"\x641c\x72d7",
1595 L"sogou.com",
1596 "http://www.sogou.com/favicon.ico",
1597 L"http://www.sogou.com/web?query={searchTerms}",
1598 "GB2312",
1599 NULL,
1600 20,
1601 };
1602
1603 const PrepopulatedEngine soso = {
1604 L"\x641c\x641c",
1605 L"soso.com",
1606 "http://www.soso.com/favicon.ico",
1607 L"http://www.soso.com/q?w={searchTerms}",
1608 "GB2312",
1609 NULL,
1610 22,
1611 };
1612
1613 const PrepopulatedEngine spray = { 1215 const PrepopulatedEngine spray = {
1614 L"Spray", 1216 L"Spray",
1615 L"spray.se", 1217 L"spray.se",
1616 "http://www.eniro.se/favicon.ico", 1218 "http://www.eniro.se/favicon.ico",
1617 L"http://www.eniro.se/query?ax=spray&search_word={searchTerms}&what=web", 1219 L"http://www.eniro.se/query?ax=spray&search_word={searchTerms}&what=web",
1618 "ISO-8859-1", 1220 "ISO-8859-1",
1619 NULL, 1221 NULL,
1620 99, 1222 99,
1621 }; 1223 };
1622 1224
1623 const PrepopulatedEngine szm = {
1624 L"SZM.sk",
1625 L"szm.sk",
1626 "http://szm.sk/favicon.ico",
1627 L"http://szm.sk/search/?co=1&q={searchTerms}",
1628 "windows-1250",
1629 NULL,
1630 86,
1631 };
1632
1633 const PrepopulatedEngine t_online = {
1634 L"T-Online",
1635 L"suche.t-online.de",
1636 "http://suche.t-online.de/favicon.ico",
1637 L"http://suche.t-online.de/fast-cgi/tsc?sr=chrome&q={searchTerms}",
1638 "UTF-8",
1639 NULL,
1640 49,
1641 };
1642
1643 const PrepopulatedEngine terra_ar = { 1225 const PrepopulatedEngine terra_ar = {
1644 L"Terra Argentina", 1226 L"Terra Argentina",
1645 L"terra.com.ar", 1227 L"terra.com.ar",
1646 "http://buscar.terra.com.ar/favicon.ico", 1228 "http://buscar.terra.com.ar/favicon.ico",
1647 L"http://buscar.terra.com.ar/Default.aspx?query={searchTerms}&source=Search", 1229 L"http://buscar.terra.com.ar/Default.aspx?query={searchTerms}&source=Search",
1648 "ISO-8859-1", 1230 "ISO-8859-1",
1649 NULL, 1231 NULL,
1650 90, 1232 90,
1651 }; 1233 };
1652 1234
1653 const PrepopulatedEngine terra_ec = {
1654 L"Terra Ecuador",
1655 L"terra.com.ec",
1656 "http://buscador.terra.com.ec/favicon.ico",
1657 L"http://buscador.terra.com.ec/Default.aspx?query={searchTerms}&"
1658 L"source=Search",
1659 "ISO-8859-1",
1660 NULL,
1661 90,
1662 };
1663
1664 const PrepopulatedEngine terra_es = { 1235 const PrepopulatedEngine terra_es = {
1665 L"Terra", 1236 L"Terra",
1666 L"terra.es", 1237 L"terra.es",
1667 "http://buscador.terra.es/favicon.ico", 1238 "http://buscador.terra.es/favicon.ico",
1668 L"http://buscador.terra.es/Default.aspx?query={searchTerms}&source=Search", 1239 L"http://buscador.terra.es/Default.aspx?query={searchTerms}&source=Search",
1669 "ISO-8859-1", 1240 "ISO-8859-1",
1670 NULL, 1241 NULL,
1671 90, 1242 90,
1672 }; 1243 };
1673 1244
1674 const PrepopulatedEngine terra_mx = {
1675 L"Terra",
1676 L"terra.com.mx",
1677 "http://buscador.terra.com.mx/favicon.ico",
1678 L"http://buscador.terra.com.mx/Default.aspx?query={searchTerms}&"
1679 L"source=Search",
1680 "ISO-8859-1",
1681 NULL,
1682 90,
1683 };
1684
1685 const PrepopulatedEngine terra_pe = {
1686 L"Terra",
1687 L"terra.com.pe",
1688 "http://buscador.terra.com.pe/favicon.ico",
1689 L"http://buscador.terra.com.pe/Default.aspx?query={searchTerms}&"
1690 L"source=Search",
1691 "ISO-8859-1",
1692 NULL,
1693 90,
1694 };
1695
1696 const PrepopulatedEngine toile = {
1697 L"La Toile du Qu" L"\x00e9" L"bec",
1698 L"toile.com",
1699 "http://static.search.canoe.ca/s-toile/img/favicon_toile.ico",
1700 L"http://www.toile.com/search?q={searchTerms}",
1701 "UTF-8",
1702 NULL,
1703 36,
1704 };
1705
1706 const PrepopulatedEngine tut = { 1245 const PrepopulatedEngine tut = {
1707 L"TUT.BY", 1246 L"TUT.BY",
1708 L"tut.by", 1247 L"tut.by",
1709 "http://www.tut.by/favicon.ico", 1248 "http://www.tut.by/favicon.ico",
1710 L"http://search.tut.by/?query={searchTerms}", 1249 L"http://search.tut.by/?query={searchTerms}",
1711 "windows-1251", 1250 "windows-1251",
1712 NULL, 1251 NULL,
1713 17, 1252 17,
1714 }; 1253 };
1715 1254
1716 const PrepopulatedEngine uol = { 1255 const PrepopulatedEngine uol = {
1717 L"UOL Busca", 1256 L"UOL Busca",
1718 L"busca.uol.com.br", 1257 L"busca.uol.com.br",
1719 "http://busca.uol.com.br/favicon.ico", 1258 "http://busca.uol.com.br/favicon.ico",
1720 L"http://busca.uol.com.br/www/index.html?q={searchTerms}", 1259 L"http://busca.uol.com.br/www/index.html?q={searchTerms}",
1721 "ISO-8859-1", 1260 "ISO-8859-1",
1722 NULL, 1261 NULL,
1723 82, 1262 82,
1724 }; 1263 };
1725 1264
1726 const PrepopulatedEngine vinden = {
1727 L"Vinden.nl",
1728 L"vinden.nl",
1729 "http://www.vinden.nl/favicon.ico",
1730 L"http://www.vinden.nl/?q={searchTerms}",
1731 "UTF-8",
1732 NULL,
1733 31,
1734 };
1735
1736 const PrepopulatedEngine virgilio = { 1265 const PrepopulatedEngine virgilio = {
1737 L"Virgilio", 1266 L"Virgilio",
1738 L"virgilio.alice.it", 1267 L"virgilio.it",
1739 "http://ricerca.alice.it/favicon.ico", 1268 "http://ricerca.alice.it/favicon.ico",
1740 L"http://ricerca.alice.it/ricerca?qs={searchTerms}", 1269 L"http://ricerca.alice.it/ricerca?qs={searchTerms}",
1741 "ISO-8859-1", 1270 "ISO-8859-1",
1742 NULL, 1271 NULL,
1743 62, 1272 62,
1744 }; 1273 };
1745 1274
1746 const PrepopulatedEngine voila = {
1747 L"Voila",
1748 L"voila.fr",
1749 "http://search.ke.voila.fr/favicon.ico",
1750 L"http://rws.search.ke.voila.fr/RW/S/opensearch_voila?rdata={searchTerms}",
1751 "ISO-8859-1",
1752 L"http://search.ke.voila.fr/fr/cmplopensearch/xml/fullxml?"
1753 L"rdata={searchTerms}",
1754 47,
1755 };
1756
1757 const PrepopulatedEngine walla = { 1275 const PrepopulatedEngine walla = {
1758 L"\x05d5\x05d5\x05d0\x05dc\x05d4!", 1276 L"\x05d5\x05d5\x05d0\x05dc\x05d4!",
1759 L"walla.co.il", 1277 L"walla.co.il",
1760 "http://www.walla.co.il/favicon.ico", 1278 "http://www.walla.co.il/favicon.ico",
1761 L"http://search.walla.co.il/?e=hew&q={searchTerms}", 1279 L"http://search.walla.co.il/?e=hew&q={searchTerms}",
1762 "windows-1255", 1280 "windows-1255",
1763 NULL, 1281 NULL,
1764 55, 1282 55,
1765 }; 1283 };
1766 1284
1767 const PrepopulatedEngine web_de = {
1768 L"WEB.DE",
1769 L"web.de",
1770 "http://img.ui-portal.de/search/img/webde/favicon.ico",
1771 L"http://suche.web.de/search/web/?su={searchTerms}",
1772 "ISO-8859-1",
1773 NULL,
1774 50,
1775 };
1776
1777 const PrepopulatedEngine wp = { 1285 const PrepopulatedEngine wp = {
1778 L"Wirtualna Polska", 1286 L"Wirtualna Polska",
1779 L"wp.pl", 1287 L"wp.pl",
1780 "http://szukaj.wp.pl/favicon.ico", 1288 "http://szukaj.wp.pl/favicon.ico",
1781 L"http://szukaj.wp.pl/szukaj.html?szukaj={searchTerms}", 1289 L"http://szukaj.wp.pl/szukaj.html?szukaj={searchTerms}",
1782 "ISO-8859-2", 1290 "ISO-8859-2",
1783 NULL, 1291 NULL,
1784 76, 1292 76,
1785 }; 1293 };
1786 1294
1787 const PrepopulatedEngine yagua = {
1788 L"Yagua.com",
1789 L"yagua.com",
1790 "http://yagua.paraguay.com/favicon.ico",
1791 L"http://yagua.paraguay.com/buscador.php?q={searchTerms}&cs={inputEncoding}",
1792 "ISO-8859-1",
1793 NULL,
1794 94,
1795 };
1796
1797 const PrepopulatedEngine yahoo = { 1295 const PrepopulatedEngine yahoo = {
1798 L"Yahoo!", 1296 L"Yahoo!",
1799 L"yahoo.com", 1297 L"yahoo.com",
1800 "http://search.yahoo.com/favicon.ico", 1298 "http://search.yahoo.com/favicon.ico",
1801 L"http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}", 1299 L"http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
1802 "UTF-8", 1300 "UTF-8",
1803 L"http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}", 1301 L"http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}",
1804 2, 1302 2,
1805 }; 1303 };
1806 1304
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 L"Yahoo! \x043f\x043e-\x0440\x0443\x0441\x0441\x043a\x0438", 1640 L"Yahoo! \x043f\x043e-\x0440\x0443\x0441\x0441\x043a\x0438",
2143 L"ru.yahoo.com", 1641 L"ru.yahoo.com",
2144 "http://ru.search.yahoo.com/favicon.ico", 1642 "http://ru.search.yahoo.com/favicon.ico",
2145 L"http://ru.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&" 1643 L"http://ru.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&"
2146 L"p={searchTerms}", 1644 L"p={searchTerms}",
2147 "UTF-8", 1645 "UTF-8",
2148 NULL, 1646 NULL,
2149 2, 1647 2,
2150 }; 1648 };
2151 1649
1650 const PrepopulatedEngine yahoo_se = {
1651 L"Yahoo! Sverige",
1652 L"se.yahoo.com",
1653 "http://se.search.yahoo.com/favicon.ico",
1654 L"http://se.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&"
1655 L"p={searchTerms}",
1656 "UTF-8",
1657 NULL,
1658 2,
1659 };
1660
2152 const PrepopulatedEngine yahoo_sg = { 1661 const PrepopulatedEngine yahoo_sg = {
2153 L"Yahoo! Singapore", 1662 L"Yahoo! Singapore",
2154 L"sg.yahoo.com", 1663 L"sg.yahoo.com",
2155 "http://sg.search.yahoo.com/favicon.ico", 1664 "http://sg.search.yahoo.com/favicon.ico",
2156 L"http://sg.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&" 1665 L"http://sg.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&"
2157 L"p={searchTerms}", 1666 L"p={searchTerms}",
2158 "UTF-8", 1667 "UTF-8",
2159 L"http://sg-sayt.ff.search.yahoo.com/gossip-sg-sayt?output=fxjson&" 1668 L"http://sg-sayt.ff.search.yahoo.com/gossip-sg-sayt?output=fxjson&"
2160 L"command={searchTerms}", 1669 L"command={searchTerms}",
2161 2, 1670 2,
(...skipping 12 matching lines...) Expand all
2174 }; 1683 };
2175 1684
2176 const PrepopulatedEngine yahoo_tw = { 1685 const PrepopulatedEngine yahoo_tw = {
2177 L"Yahoo!\x5947\x6469", 1686 L"Yahoo!\x5947\x6469",
2178 L"tw.yahoo.com", 1687 L"tw.yahoo.com",
2179 "http://tw.search.yahoo.com/favicon.ico", 1688 "http://tw.search.yahoo.com/favicon.ico",
2180 L"http://tw.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&" 1689 L"http://tw.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&"
2181 L"p={searchTerms}", 1690 L"p={searchTerms}",
2182 "UTF-8", 1691 "UTF-8",
2183 // "http://tw.yahoo.com/ac/ac_search.php?eo=utf8&of=js&prop=web&query=" 1692 // "http://tw.yahoo.com/ac/ac_search.php?eo=utf8&of=js&prop=web&query="
2184 // returns a JSON file prepended with 'fxjson={'. 1693 // returns a JSON file prepended with 'fxsearch=('.
2185 NULL, 1694 NULL,
2186 2, 1695 2,
2187 }; 1696 };
2188 1697
2189 const PrepopulatedEngine yahoo_uk = { 1698 const PrepopulatedEngine yahoo_uk = {
2190 L"Yahoo! UK & Ireland", 1699 L"Yahoo! UK & Ireland",
2191 L"uk.yahoo.com", 1700 L"uk.yahoo.com",
2192 "http://uk.search.yahoo.com/favicon.ico", 1701 "http://uk.search.yahoo.com/favicon.ico",
2193 L"http://uk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&" 1702 L"http://uk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&"
2194 L"p={searchTerms}", 1703 L"p={searchTerms}",
(...skipping 20 matching lines...) Expand all
2215 L"vn.yahoo.com", 1724 L"vn.yahoo.com",
2216 "http://vn.search.yahoo.com/favicon.ico", 1725 "http://vn.search.yahoo.com/favicon.ico",
2217 L"http://vn.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&" 1726 L"http://vn.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&"
2218 L"p={searchTerms}", 1727 L"p={searchTerms}",
2219 "UTF-8", 1728 "UTF-8",
2220 L"http://vn-sayt.ff.search.yahoo.com/gossip-vn-sayt?output=fxjson&" 1729 L"http://vn-sayt.ff.search.yahoo.com/gossip-vn-sayt?output=fxjson&"
2221 L"command={searchTerms}", 1730 L"command={searchTerms}",
2222 2, 1731 2,
2223 }; 1732 };
2224 1733
2225 const PrepopulatedEngine yam = {
2226 L"\x5929\x7a7a",
2227 L"yam.com",
2228 "http://www.yam.com/i/8/sky.ico",
2229 L"http://search.yam.com/wps?k={searchTerms}",
2230 "Big5",
2231 NULL,
2232 23,
2233 };
2234
2235 const PrepopulatedEngine yamli = { 1734 const PrepopulatedEngine yamli = {
2236 L"Yamli", 1735 L"Yamli",
2237 L"yamli.com", 1736 L"yamli.com",
2238 "http://www.yamli.com/favicon.ico", 1737 "http://www.yamli.com/favicon.ico",
2239 L"http://www.yamli.com/#q={searchTerms}", 1738 L"http://www.yamli.com/#q={searchTerms}",
2240 "UTF-8", 1739 "UTF-8",
2241 NULL, 1740 NULL,
2242 11, 1741 11,
2243 }; 1742 };
2244 1743
(...skipping 26 matching lines...) Expand all
2271 NULL, 1770 NULL,
2272 85, 1771 85,
2273 }; 1772 };
2274 1773
2275 // Lists of engines per country //////////////////////////////////////////////// 1774 // Lists of engines per country ////////////////////////////////////////////////
2276 1775
2277 // Put these in order with most interesting/important first. The default will 1776 // Put these in order with most interesting/important first. The default will
2278 // be the first engine. 1777 // be the first engine.
2279 1778
2280 // Default (for countries with no better engine set) 1779 // Default (for countries with no better engine set)
2281 const PrepopulatedEngine* engines_default[] = { &google, &yahoo, &live, }; 1780 const PrepopulatedEngine* engines_default[] =
1781 { &google, &yahoo, &bing, };
2282 1782
2283 // United Arab Emirates 1783 // United Arab Emirates
2284 const PrepopulatedEngine* engines_AE[] = 1784 const PrepopulatedEngine* engines_AE[] =
2285 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &araby, &maktoob }; 1785 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &araby, &maktoob, };
2286 1786
2287 // Albania 1787 // Albania
2288 const PrepopulatedEngine* engines_AL[] = 1788 const PrepopulatedEngine* engines_AL[] =
2289 { &google, &yahoo, &live_en_XA, &live_ar_XA, }; 1789 { &google, &yahoo, &bing_en_XA, };
2290 1790
2291 // Argentina 1791 // Argentina
2292 const PrepopulatedEngine* engines_AR[] = 1792 const PrepopulatedEngine* engines_AR[] =
2293 { &google, &msn_es_AR, &altavista_ar, &terra_ar, &yahoo_ar, }; 1793 { &google, &yahoo_ar, &bing_es_AR, &terra_ar, &altavista_ar, };
2294 1794
2295 // Austria 1795 // Austria
2296 const PrepopulatedEngine* engines_AT[] = { &google, &yahoo_at, &msn_de_AT, }; 1796 const PrepopulatedEngine* engines_AT[] =
1797 { &google, &yahoo_at, &bing_de_AT, };
2297 1798
2298 // Australia 1799 // Australia
2299 const PrepopulatedEngine* engines_AU[] = 1800 const PrepopulatedEngine* engines_AU[] =
2300 { &google, &yahoo_au, &msn_en_AU, &sensis, }; 1801 { &google, &bing_en_AU, &yahoo_au, };
2301 1802
2302 // Bosnia and Herzegovina 1803 // Bosnia and Herzegovina
2303 const PrepopulatedEngine* engines_BA[] = 1804 const PrepopulatedEngine* engines_BA[] =
2304 { &google, &pogodak_ba, &yahoo, &live, }; 1805 { &google, &pogodak_ba, &yahoo, &bing, };
2305 1806
2306 // Belgium 1807 // Belgium
2307 const PrepopulatedEngine* engines_BE[] = 1808 const PrepopulatedEngine* engines_BE[] =
2308 { &google, &yahoo, &msn_nl_BE, &msn_fr_BE, }; 1809 { &google, &bing_nl_BE, &bing_fr_BE, &yahoo, };
2309 1810
2310 // Bulgaria 1811 // Bulgaria
2311 // The commented-out entry for "dir" below is for dir.bg, &which we don't
2312 // currently support because it uses POST instead of GET for its searches.
2313 // See http://b/1196285
2314 const PrepopulatedEngine* engines_BG[] = 1812 const PrepopulatedEngine* engines_BG[] =
2315 { &google, &/*dir,*/ yahoo, &jabse, &live_bg_BG, }; 1813 { &google, &bing_bg_BG, &yahoo, &diri, &jabse, };
2316 1814
2317 // Bahrain 1815 // Bahrain
2318 const PrepopulatedEngine* engines_BH[] = 1816 const PrepopulatedEngine* engines_BH[] =
2319 { &google, &maktoob, &yamli, &yahoo, &araby, &msn_en_XA, &msn_ar_XA, }; 1817 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, };
1818
1819 // Burundi
1820 const PrepopulatedEngine* engines_BI[] =
1821 { &google, &yahoo, &bing, };
2320 1822
2321 // Brunei 1823 // Brunei
2322 const PrepopulatedEngine* engines_BN[] = 1824 const PrepopulatedEngine* engines_BN[] =
2323 { &google, &yahoo_malaysia, &msn_en_MY, }; 1825 { &google, &yahoo_malaysia, &bing_en_MY, };
2324 1826
2325 // Bolivia 1827 // Bolivia
2326 const PrepopulatedEngine* engines_BO[] = 1828 const PrepopulatedEngine* engines_BO[] =
2327 { &google, &altavista, &msn_es_XL, &yahoo, &ask_es, }; 1829 { &google, &altavista, &bing_es_XL, &yahoo, };
2328 1830
2329 // Brazil 1831 // Brazil
2330 const PrepopulatedEngine* engines_BR[] = 1832 const PrepopulatedEngine* engines_BR[] =
2331 { &google, &msn_pt_BR, &yahoo_br, &aonde, &gigabusca, &uol, }; 1833 { &google, &bing_pt_BR, &yahoo_br, &uol, };
2332 1834
2333 // Belarus 1835 // Belarus
2334 const PrepopulatedEngine* engines_BY[] = 1836 const PrepopulatedEngine* engines_BY[] =
2335 { &google, &yandex_ru, &rambler, &yahoo, &tut, }; 1837 { &google, &tut, &yandex_ru, &rambler, &yahoo, };
2336 1838
2337 // Belize 1839 // Belize
2338 const PrepopulatedEngine* engines_BZ[] = { &google, &yahoo, &live, &aol, }; 1840 const PrepopulatedEngine* engines_BZ[] =
1841 { &google, &yahoo, &bing, &aol, };
2339 1842
2340 // Canada 1843 // Canada
2341 const PrepopulatedEngine* engines_CA[] = 1844 const PrepopulatedEngine* engines_CA[] =
2342 { &google, &msn_en_CA, &msn_fr_CA, &yahoo_ca, &yahoo_qc, &toile, }; 1845 { &google, &yahoo_ca, &yahoo_qc, &bing_en_CA, &bing_fr_CA, };
2343 1846
2344 // Switzerland 1847 // Switzerland
2345 const PrepopulatedEngine* engines_CH[] = 1848 const PrepopulatedEngine* engines_CH[] =
2346 { &google, &search_ch, &yahoo_ch, &msn_de_CH, &msn_fr_CH, &bluewin, }; 1849 { &google, &yahoo_ch, &bing_de_CH, &bing_fr_CH, &search_de_CH, &search_fr_CH , };
2347 1850
2348 // Chile 1851 // Chile
2349 const PrepopulatedEngine* engines_CL[] = 1852 const PrepopulatedEngine* engines_CL[] =
2350 { &google, &yahoo_cl, &altavista, &msn_es_CL, }; 1853 { &google, &yahoo_cl, &bing_es_CL, };
2351 1854
2352 // China 1855 // China
2353 const PrepopulatedEngine* engines_CN[] = 1856 const PrepopulatedEngine* engines_CN[] =
2354 { &google, &baidu, &yahoo_cn, &sogou, &soso, }; 1857 { &google, &baidu, &yahoo_cn, &bing_zh_CN, };
2355 1858
2356 // Colombia 1859 // Colombia
2357 const PrepopulatedEngine* engines_CO[] = 1860 const PrepopulatedEngine* engines_CO[] =
2358 { &google, &msn_es_CO, &ask_es, &altavista, &conexcol, &yahoo_co, }; 1861 { &google, &bing_es_XL, &yahoo_co, };
2359 1862
2360 // Costa Rica 1863 // Costa Rica
2361 const PrepopulatedEngine* engines_CR[] = 1864 const PrepopulatedEngine* engines_CR[] =
2362 { &google, &msn_es_XL, &yahoo, &altavista, &aol, &lycos_es, }; 1865 { &google, &bing_es_XL, &yahoo, };
2363 1866
2364 // Czech Republic 1867 // Czech Republic
2365 const PrepopulatedEngine* engines_CZ[] = 1868 const PrepopulatedEngine* engines_CZ[] =
2366 { &google, &seznam, &centrum_cz, &atlas_cz, &live_cs_CZ, }; 1869 { &google, &seznam, &centrum_cz, &atlas_cz, &bing_cs_CZ, };
2367 1870
2368 // Germany 1871 // Germany
2369 const PrepopulatedEngine* engines_DE[] = 1872 const PrepopulatedEngine* engines_DE[] =
2370 { &google, &msn_de_DE, &yahoo_de, &t_online, &ask_de, &web_de, }; 1873 { &google, &yahoo_de, &bing_de_DE, };
2371 1874
2372 // Denmark 1875 // Denmark
2373 const PrepopulatedEngine* engines_DK[] = 1876 const PrepopulatedEngine* engines_DK[] =
2374 { &google, &jubii, &msn_da_DK, &yahoo_dk, &eniro_dk, }; 1877 { &google, &bing_da_DK, &yahoo_dk, };
2375 1878
2376 // Dominican Republic 1879 // Dominican Republic
2377 const PrepopulatedEngine* engines_DO[] = 1880 const PrepopulatedEngine* engines_DO[] =
2378 { &google, &msn_es_XL, &yahoo, &altavista, &go, &aol, }; 1881 { &google, &bing_es_XL, &yahoo, };
2379 1882
2380 // Algeria 1883 // Algeria
2381 const PrepopulatedEngine* engines_DZ[] = 1884 const PrepopulatedEngine* engines_DZ[] =
2382 { &google, &yahoo, &yamli, &msn_en_XA, &msn_ar_XA, &araby, }; 1885 { &google, &bing_en_XA, &bing_ar_XA, &yahoo, &maktoob, };
2383 1886
2384 // Ecuador 1887 // Ecuador
2385 const PrepopulatedEngine* engines_EC[] = 1888 const PrepopulatedEngine* engines_EC[] =
2386 { &google, &msn_es_XL, &yahoo, &terra_ec, }; 1889 { &google, &bing_es_XL, &yahoo, };
2387 1890
2388 // Estonia 1891 // Estonia
2389 const PrepopulatedEngine* engines_EE[] = 1892 const PrepopulatedEngine* engines_EE[] =
2390 { &google, &neti, &delfi_ee, &yahoo, &live_et_EE, }; 1893 { &google, &bing_et_EE, &neti, &yahoo, };
2391 1894
2392 // Egypt 1895 // Egypt
2393 const PrepopulatedEngine* engines_EG[] = 1896 const PrepopulatedEngine* engines_EG[] =
2394 { &google, &masrawy, &yahoo, &maktoob, &araby, &msn_en_XA, &msn_ar_XA, }; 1897 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &masrawy, };
2395 1898
2396 // Spain 1899 // Spain
2397 const PrepopulatedEngine* engines_ES[] = 1900 const PrepopulatedEngine* engines_ES[] =
2398 { &google, &msn_es_ES, &yahoo_es, &terra_es, &ozu, &altavista_es, }; 1901 { &google, &bing_es_ES, &yahoo_es, &terra_es, &hispavista, &ozu, };
2399 1902
2400 // Faroe Islands 1903 // Faroe Islands
2401 const PrepopulatedEngine* engines_FO[] = 1904 const PrepopulatedEngine* engines_FO[] =
2402 { &google, &jubii, &msn_da_DK, &yahoo_dk, &eniro_dk, }; 1905 { &google, &bing_da_DK, &yahoo_dk, &jubii };
2403 1906
2404 // Finland 1907 // Finland
2405 const PrepopulatedEngine* engines_FI[] = 1908 const PrepopulatedEngine* engines_FI[] =
2406 { &google, &msn_fi_FI, &yahoo_fi, &eniro_fi, &fonecta_02_fi, }; 1909 { &google, &bing_fi_FI, &yahoo_fi, &eniro_fi, &fonecta_02_fi, };
2407 1910
2408 // France 1911 // France
2409 const PrepopulatedEngine* engines_FR[] = 1912 const PrepopulatedEngine* engines_FR[] =
2410 { &google, &voila, &yahoo_fr, &msn_fr_FR, &orange, &aol_fr, }; 1913 { &google, &bing_fr_FR, &yahoo_fr, };
2411 1914
2412 // United Kingdom 1915 // United Kingdom
2413 const PrepopulatedEngine* engines_GB[] = 1916 const PrepopulatedEngine* engines_GB[] =
2414 { &google, &yahoo_uk, &msn_en_GB, &ask_uk, }; 1917 { &google, &yahoo_uk, &bing_en_GB, };
2415 1918
2416 // Greece 1919 // Greece
2417 const PrepopulatedEngine* engines_GR[] = 1920 const PrepopulatedEngine* engines_GR[] =
2418 { &google, &yahoo, &forthnet, &in, &live_el_GR }; 1921 { &google, &yahoo, &in, &bing_el_GR };
2419 1922
2420 // Guatemala 1923 // Guatemala
2421 const PrepopulatedEngine* engines_GT[] = 1924 const PrepopulatedEngine* engines_GT[] =
2422 { &google, &msn_es_XL, &yahoo, &ask_es, &altavista, &go, }; 1925 { &google, &bing_es_XL, &yahoo, &ask_es, };
2423 1926
2424 // Hong Kong 1927 // Hong Kong
2425 const PrepopulatedEngine* engines_HK[] = 1928 const PrepopulatedEngine* engines_HK[] =
2426 { &google, &yahoo_hk, &msn_zh_HK, &sogou, &baidu, }; 1929 { &google, &yahoo_hk, &bing_zh_HK, &baidu, };
2427 1930
2428 // Honduras 1931 // Honduras
2429 const PrepopulatedEngine* engines_HN[] = 1932 const PrepopulatedEngine* engines_HN[] =
2430 { &google, &msn_es_XL, &yahoo, &ask_es, &altavista, }; 1933 { &google, &bing_es_XL, &yahoo, &ask_es, };
2431 1934
2432 // Croatia 1935 // Croatia
2433 const PrepopulatedEngine* engines_HR[] = 1936 const PrepopulatedEngine* engines_HR[] =
2434 { &google, &yahoo, &pogodak_hr, &live_hr_HR, }; 1937 { &google, &yahoo, &pogodak_hr, &bing_hr_HR, };
2435 1938
2436 // Hungary 1939 // Hungary
2437 const PrepopulatedEngine* engines_HU[] = { &google, &ok, &bing_hu_HU, }; 1940 const PrepopulatedEngine* engines_HU[] =
1941 { &google, &ok, &bing_hu_HU, };
2438 1942
2439 // Indonesia 1943 // Indonesia
2440 const PrepopulatedEngine* engines_ID[] = { &google, &yahoo_id, &live_en_ID, }; 1944 const PrepopulatedEngine* engines_ID[] =
1945 { &google, &yahoo_id, &bing_en_ID, };
2441 1946
2442 // Ireland 1947 // Ireland
2443 const PrepopulatedEngine* engines_IE[] = { &google, &yahoo_uk, &msn_en_IE, }; 1948 const PrepopulatedEngine* engines_IE[] =
1949 { &google, &yahoo_uk, &bing_en_IE, };
2444 1950
2445 // Israel 1951 // Israel
2446 const PrepopulatedEngine* engines_IL[] = 1952 const PrepopulatedEngine* engines_IL[] =
2447 { &google, &walla, &nana10, &msn_he_IL, }; 1953 { &google, &walla, &bing_he_IL, };
2448 1954
2449 // India 1955 // India
2450 const PrepopulatedEngine* engines_IN[] = 1956 const PrepopulatedEngine* engines_IN[] =
2451 { &google, &yahoo_in, &msn_en_IN, &rediff, &guruji, }; 1957 { &google, &yahoo_in, &bing_en_IN, &rediff, &guruji, };
2452 1958
2453 // Iraq 1959 // Iraq
2454 const PrepopulatedEngine* engines_IQ[] = 1960 const PrepopulatedEngine* engines_IQ[] =
2455 { &google, &maktoob, &yamli, &yahoo, &araby, &msn_en_XA, &msn_ar_XA, }; 1961 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &maktoob, &ask, };
2456 1962
2457 // Iran 1963 // Iran
2458 const PrepopulatedEngine* engines_IR[] = { &google, }; 1964 const PrepopulatedEngine* engines_IR[] =
1965 { &google, &yahoo, };
2459 1966
2460 // Iceland 1967 // Iceland
2461 const PrepopulatedEngine* engines_IS[] = { &google, &leit, &embla, &finna, }; 1968 const PrepopulatedEngine* engines_IS[] =
1969 { &google, &yahoo, &bing, &leit, };
2462 1970
2463 // Italy 1971 // Italy
2464 const PrepopulatedEngine* engines_IT[] = 1972 const PrepopulatedEngine* engines_IT[] =
2465 { &google, &virgilio, &yahoo_it, &libero, &ask_it, &live_it_IT, }; 1973 { &google, &virgilio, &yahoo_it, &libero, &ask_it, &bing_it_IT, };
2466 1974
2467 // Jamaica 1975 // Jamaica
2468 const PrepopulatedEngine* engines_JM[] = 1976 const PrepopulatedEngine* engines_JM[] =
2469 { &google, &jamaicalive, &yahoo, &live, &go, &aol, }; 1977 { &google, &yahoo, &bing, &go, };
2470 1978
2471 // Jordan 1979 // Jordan
2472 const PrepopulatedEngine* engines_JO[] = 1980 const PrepopulatedEngine* engines_JO[] =
2473 { &google, &maktoob, &yamli, &yahoo, &araby, &msn_en_XA, &msn_ar_XA, }; 1981 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &maktoob, &araby, };
2474 1982
2475 // Japan 1983 // Japan
2476 const PrepopulatedEngine* engines_JP[] = 1984 const PrepopulatedEngine* engines_JP[] =
2477 { &google, &yahoo_jp, &msn_ja_JP, &biglobe, &goo, &nifty, }; 1985 { &google, &yahoo_jp, &bing_ja_JP, };
2478 1986
2479 // Kenya 1987 // Kenya
2480 const PrepopulatedEngine* engines_KE[] = { &google, &yahoo, &msn, }; 1988 const PrepopulatedEngine* engines_KE[] =
1989 { &google, &yahoo, &bing, };
2481 1990
2482 // Kuwait 1991 // Kuwait
2483 const PrepopulatedEngine* engines_KW[] = 1992 const PrepopulatedEngine* engines_KW[] =
2484 { &google, &maktoob, &yahoo, &yamli, &araby, &msn_en_XA, &msn_ar_XA, }; 1993 { &google, &bing_en_XA, &bing_ar_XA, &yahoo, &maktoob, &araby, };
2485 1994
2486 // South Korea 1995 // South Korea
2487 const PrepopulatedEngine* engines_KR[] = 1996 const PrepopulatedEngine* engines_KR[] =
2488 { &google, &naver, &daum, &yahoo_kr, &nate, &empas, }; 1997 { &google, &naver, &daum, &yahoo_kr, &nate, };
1998
1999 // Kazakhstan
2000 const PrepopulatedEngine* engines_KZ[] =
2001 { &google, &rambler, &yandex_ru, &nur_kz, };
2489 2002
2490 // Lebanon 2003 // Lebanon
2491 const PrepopulatedEngine* engines_LB[] = 2004 const PrepopulatedEngine* engines_LB[] =
2492 { &google, &maktoob, &yahoo, &yamli, &araby, &msn_en_XA, &msn_ar_XA, }; 2005 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &maktoob, &araby, };
2493 2006
2494 // Liechtenstein 2007 // Liechtenstein
2495 const PrepopulatedEngine* engines_LI[] = 2008 const PrepopulatedEngine* engines_LI[] =
2496 { &google, &msn_de_DE, &yahoo_de, &t_online, &ask_de, &web_de, }; 2009 { &google, &bing_de_DE, &yahoo_de, };
2497 2010
2498 // Lithuania 2011 // Lithuania
2499 const PrepopulatedEngine* engines_LT[] = 2012 const PrepopulatedEngine* engines_LT[] =
2500 { &google, &delfi_lt, &yahoo, &yandex_ru, &live_lt_LT, }; 2013 { &google, &delfi_lt, &yahoo, &bing_lt_LT, };
2501 2014
2502 // Luxembourg 2015 // Luxembourg
2503 const PrepopulatedEngine* engines_LU[] = 2016 const PrepopulatedEngine* engines_LU[] =
2504 { &google, &voila, &yahoo_fr, &msn_fr_FR, &orange, &aol_fr, }; 2017 { &google, &bing_fr_FR, &yahoo_fr, };
2505 2018
2506 // Latvia 2019 // Latvia
2507 const PrepopulatedEngine* engines_LV[] = 2020 const PrepopulatedEngine* engines_LV[] =
2508 { &google, &delfi_lv, &yahoo, &yandex_ru, &latne, }; 2021 { &google, &bing, &yandex_ru, &yahoo, &latne, };
2509 2022
2510 // Libya 2023 // Libya
2511 const PrepopulatedEngine* engines_LY[] = 2024 const PrepopulatedEngine* engines_LY[] =
2512 { &google, &maktoob, &yahoo, &yamli, &araby, &msn_en_XA, &msn_ar_XA, }; 2025 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &maktoob, &ask, };
2513 2026
2514 // Morocco 2027 // Morocco
2515 const PrepopulatedEngine* engines_MA[] = 2028 const PrepopulatedEngine* engines_MA[] =
2516 { &google, &yamli, &araby, &yahoo, &msn_en_XA, &msn_ar_XA, }; 2029 { &google, &bing_en_XA, &bing_ar_XA, &yahoo, };
2517 2030
2518 // Monaco 2031 // Monaco
2519 const PrepopulatedEngine* engines_MC[] = 2032 const PrepopulatedEngine* engines_MC[] =
2520 { &google, &voila, &yahoo_fr, &msn_fr_FR, &orange, &aol_fr, }; 2033 { &google, &bing_fr_FR, &yahoo_fr, };
2034
2035 // Moldova
2036 const PrepopulatedEngine* engines_MD[] =
2037 { &google, &yandex_ru, &yahoo, &bing, };
2521 2038
2522 // Montenegro 2039 // Montenegro
2523 const PrepopulatedEngine* engines_ME[] = 2040 const PrepopulatedEngine* engines_ME[] =
2524 { &google, &yahoo, &krstarica, &pogodak_rs, &aladin, &live, }; 2041 { &google, &yahoo, &bing };
2525 2042
2526 // Macedonia 2043 // Macedonia
2527 const PrepopulatedEngine* engines_MK[] = { &google, &pogodok, &yahoo, &live, }; 2044 const PrepopulatedEngine* engines_MK[] =
2045 { &google, &pogodok, &yahoo, &bing, };
2528 2046
2529 // Mexico 2047 // Mexico
2530 const PrepopulatedEngine* engines_MX[] = 2048 const PrepopulatedEngine* engines_MX[] =
2531 { &google, &msn_es_MX, &yahoo_mx, &ask_es, &altavista_mx, &terra_mx, }; 2049 { &google, &bing_es_MX, &yahoo_mx, };
2532 2050
2533 // Malaysia 2051 // Malaysia
2534 const PrepopulatedEngine* engines_MY[] = 2052 const PrepopulatedEngine* engines_MY[] =
2535 { &google, &yahoo_malaysia, &msn_en_MY, }; 2053 { &google, &yahoo_malaysia, &bing_en_MY, };
2536 2054
2537 // Nicaragua 2055 // Nicaragua
2538 const PrepopulatedEngine* engines_NI[] = 2056 const PrepopulatedEngine* engines_NI[] =
2539 { &google, &msn_es_XL, &yahoo, &ask_es, &altavista, }; 2057 { &google, &bing_es_XL, &yahoo, &ask_es, };
2540 2058
2541 // Netherlands 2059 // Netherlands
2542 const PrepopulatedEngine* engines_NL[] = 2060 const PrepopulatedEngine* engines_NL[] =
2543 { &google, &ilse, &msn_nl_NL, &yahoo_nl, &lycos_nl, &vinden, }; 2061 { &google, &bing_nl_NL, };
2544 2062
2545 // Norway 2063 // Norway
2546 const PrepopulatedEngine* engines_NO[] = 2064 const PrepopulatedEngine* engines_NO[] =
2547 { &google, &msn_nb_NO, &abcsok, &yahoo_no, &kvasir, &sesam, }; 2065 { &google, &bing_nb_NO, &abcsok, &yahoo_no, &kvasir, };
2548 2066
2549 // New Zealand 2067 // New Zealand
2550 const PrepopulatedEngine* engines_NZ[] = { &google, &yahoo_nz, &live_en_NZ, }; 2068 const PrepopulatedEngine* engines_NZ[] =
2069 { &google, &yahoo_nz, &bing_en_NZ, };
2551 2070
2552 // Oman 2071 // Oman
2553 const PrepopulatedEngine* engines_OM[] = 2072 const PrepopulatedEngine* engines_OM[] =
2554 { &google, &maktoob, &yahoo, &yamli, &araby, &msn_en_XA, &msn_ar_XA, }; 2073 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, };
2555 2074
2556 // Panama 2075 // Panama
2557 const PrepopulatedEngine* engines_PA[] = 2076 const PrepopulatedEngine* engines_PA[] =
2558 { &google, &msn_es_XL, &yahoo, &ask_es, &altavista, &lycos_es, }; 2077 { &google, &bing_es_XL, &yahoo, &ask_es, };
2559 2078
2560 // Peru 2079 // Peru
2561 const PrepopulatedEngine* engines_PE[] = 2080 const PrepopulatedEngine* engines_PE[] =
2562 { &google, &msn_es_XL, &yahoo_pe, &terra_pe, &adonde, &ohperu, }; 2081 { &google, &bing_es_XL, &yahoo_pe, };
2563 2082
2564 // Philippines 2083 // Philippines
2565 const PrepopulatedEngine* engines_PH[] = { &google, &yahoo_ph, &msn_en_PH, }; 2084 const PrepopulatedEngine* engines_PH[] =
2085 { &google, &yahoo_ph, &bing_en_PH, };
2566 2086
2567 // Pakistan 2087 // Pakistan
2568 const PrepopulatedEngine* engines_PK[] = { &google, &yahoo, &msn, }; 2088 const PrepopulatedEngine* engines_PK[] =
2089 { &google, &yahoo, &bing, };
2569 2090
2570 // Puerto Rico 2091 // Puerto Rico
2571 const PrepopulatedEngine* engines_PR[] = 2092 const PrepopulatedEngine* engines_PR[] =
2572 { &google, &msn_es_XL, &yahoo, &ask_es, &altavista, &mywebsearch, }; 2093 { &google, &bing_es_XL, &yahoo, &ask_es, };
2573 2094
2574 // Poland 2095 // Poland
2575 const PrepopulatedEngine* engines_PL[] = { &google, &onet, &wp, &live_pl_PL, }; 2096 const PrepopulatedEngine* engines_PL[] =
2097 { &google, &onet, &wp, &bing_pl_PL, };
2576 2098
2577 // Portugal 2099 // Portugal
2578 const PrepopulatedEngine* engines_PT[] = 2100 const PrepopulatedEngine* engines_PT[] =
2579 { &google, &sapo, &yahoo, &live_pt_PT, &netindex, &aeiou, }; 2101 { &google, &sapo, &bing_pt_PT, &yahoo, };
2580 2102
2581 // Paraguay 2103 // Paraguay
2582 const PrepopulatedEngine* engines_PY[] = 2104 const PrepopulatedEngine* engines_PY[] =
2583 { &google, &msn_es_XL, &yahoo, &lycos_es, &yagua, &go, }; 2105 { &google, &bing_es_XL, &yahoo, };
2584 2106
2585 // Qatar 2107 // Qatar
2586 const PrepopulatedEngine* engines_QA[] = 2108 const PrepopulatedEngine* engines_QA[] =
2587 { &google, &maktoob, &yahoo, &araby, &msn_en_XA, &msn_ar_XA, }; 2109 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &maktoob, &araby };
2588 2110
2589 // Romania 2111 // Romania
2590 const PrepopulatedEngine* engines_RO[] = { &google, &yahoo, &live_ro_RO, }; 2112 const PrepopulatedEngine* engines_RO[] =
2113 { &google, &yahoo, &bing_ro_RO, };
2591 2114
2592 // Serbia 2115 // Serbia
2593 const PrepopulatedEngine* engines_RS[] = 2116 const PrepopulatedEngine* engines_RS[] =
2594 { &google, &yahoo, &krstarica, &pogodak_rs, &aladin, &live, }; 2117 { &google, &pogodak_rs, &bing, };
2595 2118
2596 // Russia 2119 // Russia
2597 const PrepopulatedEngine* engines_RU[] = 2120 const PrepopulatedEngine* engines_RU[] =
2598 { &google, &yandex_ru, &rambler, &mail_ru, &yahoo_ru, &live_ru_RU, }; 2121 { &google, &yandex_ru, &rambler, &bing_ru_RU, };
2122
2123 // Rwanda
2124 const PrepopulatedEngine* engines_RW[] =
2125 { &google, &yahoo, &bing, };
2599 2126
2600 // Saudi Arabia 2127 // Saudi Arabia
2601 const PrepopulatedEngine* engines_SA[] = 2128 const PrepopulatedEngine* engines_SA[] =
2602 { &google, &yahoo, &araby, &msn_en_XA, &msn_ar_XA, &maktoob, }; 2129 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, };
2603 2130
2604 // Sweden 2131 // Sweden
2605 const PrepopulatedEngine* engines_SE[] = 2132 const PrepopulatedEngine* engines_SE[] =
2606 { &google, &eniro_se, &msn_sv_SE, &altavista_se, &spray, }; 2133 { &google, &bing_sv_SE, &yahoo_se, &altavista_se, &spray, &eniro_se };
2607 2134
2608 // Singapore 2135 // Singapore
2609 const PrepopulatedEngine* engines_SG[] = 2136 const PrepopulatedEngine* engines_SG[] =
2610 { &google, &yahoo_sg, &msn_en_SG, &rednano, }; 2137 { &google, &yahoo_sg, &bing_en_SG, &rednano, };
2611 2138
2612 // Slovenia 2139 // Slovenia
2613 const PrepopulatedEngine* engines_SI[] = 2140 const PrepopulatedEngine* engines_SI[] =
2614 { &google, &najdi, &yahoo, &matkurja, &live_sl_SI, }; 2141 { &google, &najdi, &yahoo, &bing_sl_SI, };
2615 2142
2616 // Slovakia 2143 // Slovakia
2617 const PrepopulatedEngine* engines_SK[] = 2144 const PrepopulatedEngine* engines_SK[] =
2618 { &google, &zoznam, &centrum_sk, &atlas_sk, &szm, &live_sk_SK, }; 2145 { &google, &zoznam, &bing_sk_SK, &atlas_sk, &centrum_sk };
2619 2146
2620 // El Salvador 2147 // El Salvador
2621 const PrepopulatedEngine* engines_SV[] = 2148 const PrepopulatedEngine* engines_SV[] =
2622 { &google, &msn_es_XL, &yahoo, &ask_es, &altavista, &go, }; 2149 { &google, &bing_es_XL, &yahoo, };
2623 2150
2624 // Syria 2151 // Syria
2625 const PrepopulatedEngine* engines_SY[] = 2152 const PrepopulatedEngine* engines_SY[] =
2626 { &google, &yahoo, &maktoob, &yamli, &araby, &msn_en_XA, &msn_ar_XA, }; 2153 { &google, &bing_en_XA, &bing_ar_XA, &yahoo, &maktoob, &yamli, };
2627 2154
2628 // Thailand 2155 // Thailand
2629 const PrepopulatedEngine* engines_TH[] = 2156 const PrepopulatedEngine* engines_TH[] =
2630 { &google, &sanook, &yahoo_th, &live_th_TH, }; 2157 { &google, &sanook, &yahoo_th, &bing_th_TH, };
2631 2158
2632 // Tunisia 2159 // Tunisia
2633 const PrepopulatedEngine* engines_TN[] = 2160 const PrepopulatedEngine* engines_TN[] =
2634 { &google, &maktoob, &yamli, &yahoo, &msn_en_XA, &msn_ar_XA, }; 2161 { &google, &bing_en_XA, &bing_ar_XA, &yahoo, &maktoob, &yamli };
2635 2162
2636 // Turkey 2163 // Turkey
2637 const PrepopulatedEngine* engines_TR[] = 2164 const PrepopulatedEngine* engines_TR[] =
2638 { &google, &msn_tr_TR, &yahoo, &mynet, }; 2165 { &google, &bing_tr_TR, &yahoo, &mynet, };
2639 2166
2640 // Trinidad and Tobago 2167 // Trinidad and Tobago
2641 const PrepopulatedEngine* engines_TT[] = { &google, &live, &yahoo, &go, &aol, }; 2168 const PrepopulatedEngine* engines_TT[] =
2169 { &google, &bing, &yahoo, &aol, };
2642 2170
2643 // Taiwan 2171 // Taiwan
2644 const PrepopulatedEngine* engines_TW[] = { &google, &yahoo_tw, &yam, }; 2172 const PrepopulatedEngine* engines_TW[] =
2173 { &google, &yahoo_tw, &bing_zh_TW, };
2174
2175 // Tanzania
2176 const PrepopulatedEngine* engines_TZ[] =
2177 { &google, &yahoo, &bing, };
2645 2178
2646 // Ukraine 2179 // Ukraine
2647 const PrepopulatedEngine* engines_UA[] = 2180 const PrepopulatedEngine* engines_UA[] =
2648 { &google, &meta, &yandex_ua, &bigmir, &rambler, }; 2181 { &google, &yandex_ua, &mail_ru, &rambler, };
2649 2182
2650 // United States 2183 // United States
2651 const PrepopulatedEngine* engines_US[] = 2184 const PrepopulatedEngine* engines_US[] =
2652 { &google, &yahoo, &bing_en_US, &aol, &ask, }; 2185 { &google, &yahoo, &bing_en_US, };
2653 2186
2654 // Uruguay 2187 // Uruguay
2655 const PrepopulatedEngine* engines_UY[] = 2188 const PrepopulatedEngine* engines_UY[] =
2656 { &google, &msn_es_XL, &yahoo, &go, &lycos_es, }; 2189 { &google, &bing_es_XL, &yahoo, };
2657 2190
2658 // Venezuela 2191 // Venezuela
2659 const PrepopulatedEngine* engines_VE[] = 2192 const PrepopulatedEngine* engines_VE[] =
2660 { &google, &msn_es_XL, &yahoo_ve, &altavista, }; 2193 { &google, &bing_es_XL, &yahoo_ve, };
2661 2194
2662 // Vietnam 2195 // Vietnam
2663 const PrepopulatedEngine* engines_VN[] = { &google, &yahoo_vn, }; 2196 const PrepopulatedEngine* engines_VN[] =
2197 { &google, &yahoo_vn, };
2664 2198
2665 // Yemen 2199 // Yemen
2666 const PrepopulatedEngine* engines_YE[] = 2200 const PrepopulatedEngine* engines_YE[] =
2667 { &google, &yahoo, &maktoob, &yamli, &araby, &msn_en_XA, &msn_ar_XA, }; 2201 { &google, &yahoo, &bing_en_XA, &bing_ar_XA, &maktoob, &araby, };
2668 2202
2669 // South Africa 2203 // South Africa
2670 const PrepopulatedEngine* engines_ZA[] = 2204 const PrepopulatedEngine* engines_ZA[] =
2671 { &google, &yahoo, &msn_en_ZA, &mweb, &iafrica, }; 2205 { &google, &yahoo, &bing_en_ZA, };
2672 2206
2673 // Zimbabwe 2207 // Zimbabwe
2674 const PrepopulatedEngine* engines_ZW[] = { &google, &yahoo, &msn, }; 2208 const PrepopulatedEngine* engines_ZW[] =
2209 { &google, &yahoo, &bing, };
2675 2210
2676 // Geographic mappings ///////////////////////////////////////////////////////// 2211 // Geographic mappings /////////////////////////////////////////////////////////
2677 2212
2678 // Please refer to ISO 3166-1 for information about the two-character country 2213 // Please refer to ISO 3166-1 for information about the two-character country
2679 // codes; http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 is useful. In the 2214 // codes; http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 is useful. In the
2680 // following (C++) code, we pack the two letters of the country code into an int 2215 // following (C++) code, we pack the two letters of the country code into an int
2681 // value we call the CountryID. 2216 // value we call the CountryID.
2682 2217
2683 const int kCountryIDUnknown = -1; 2218 const int kCountryIDUnknown = -1;
2684 2219
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 // Countries with their own, dedicated engine set. 2438 // Countries with their own, dedicated engine set.
2904 DECLARE_COUNTRY(A, E) // United Arab Emirates 2439 DECLARE_COUNTRY(A, E) // United Arab Emirates
2905 DECLARE_COUNTRY(A, L) // Albania 2440 DECLARE_COUNTRY(A, L) // Albania
2906 DECLARE_COUNTRY(A, R) // Argentina 2441 DECLARE_COUNTRY(A, R) // Argentina
2907 DECLARE_COUNTRY(A, T) // Austria 2442 DECLARE_COUNTRY(A, T) // Austria
2908 DECLARE_COUNTRY(A, U) // Australia 2443 DECLARE_COUNTRY(A, U) // Australia
2909 DECLARE_COUNTRY(B, A) // Bosnia and Herzegovina 2444 DECLARE_COUNTRY(B, A) // Bosnia and Herzegovina
2910 DECLARE_COUNTRY(B, E) // Belgium 2445 DECLARE_COUNTRY(B, E) // Belgium
2911 DECLARE_COUNTRY(B, G) // Bulgaria 2446 DECLARE_COUNTRY(B, G) // Bulgaria
2912 DECLARE_COUNTRY(B, H) // Bahrain 2447 DECLARE_COUNTRY(B, H) // Bahrain
2448 DECLARE_COUNTRY(B, I) // Burundi
2913 DECLARE_COUNTRY(B, N) // Brunei 2449 DECLARE_COUNTRY(B, N) // Brunei
2914 DECLARE_COUNTRY(B, O) // Bolivia 2450 DECLARE_COUNTRY(B, O) // Bolivia
2915 DECLARE_COUNTRY(B, R) // Brazil 2451 DECLARE_COUNTRY(B, R) // Brazil
2916 DECLARE_COUNTRY(B, Y) // Belarus 2452 DECLARE_COUNTRY(B, Y) // Belarus
2917 DECLARE_COUNTRY(B, Z) // Belize 2453 DECLARE_COUNTRY(B, Z) // Belize
2918 DECLARE_COUNTRY(C, A) // Canada 2454 DECLARE_COUNTRY(C, A) // Canada
2919 DECLARE_COUNTRY(C, H) // Switzerland 2455 DECLARE_COUNTRY(C, H) // Switzerland
2920 DECLARE_COUNTRY(C, L) // Chile 2456 DECLARE_COUNTRY(C, L) // Chile
2921 DECLARE_COUNTRY(C, N) // China 2457 DECLARE_COUNTRY(C, N) // China
2922 DECLARE_COUNTRY(C, O) // Colombia 2458 DECLARE_COUNTRY(C, O) // Colombia
(...skipping 24 matching lines...) Expand all
2947 DECLARE_COUNTRY(I, Q) // Iraq 2483 DECLARE_COUNTRY(I, Q) // Iraq
2948 DECLARE_COUNTRY(I, R) // Iran 2484 DECLARE_COUNTRY(I, R) // Iran
2949 DECLARE_COUNTRY(I, S) // Iceland 2485 DECLARE_COUNTRY(I, S) // Iceland
2950 DECLARE_COUNTRY(I, T) // Italy 2486 DECLARE_COUNTRY(I, T) // Italy
2951 DECLARE_COUNTRY(J, M) // Jamaica 2487 DECLARE_COUNTRY(J, M) // Jamaica
2952 DECLARE_COUNTRY(J, O) // Jordan 2488 DECLARE_COUNTRY(J, O) // Jordan
2953 DECLARE_COUNTRY(J, P) // Japan 2489 DECLARE_COUNTRY(J, P) // Japan
2954 DECLARE_COUNTRY(K, E) // Kenya 2490 DECLARE_COUNTRY(K, E) // Kenya
2955 DECLARE_COUNTRY(K, R) // South Korea 2491 DECLARE_COUNTRY(K, R) // South Korea
2956 DECLARE_COUNTRY(K, W) // Kuwait 2492 DECLARE_COUNTRY(K, W) // Kuwait
2493 DECLARE_COUNTRY(K, Z) // Kazakhstan
2957 DECLARE_COUNTRY(L, B) // Lebanon 2494 DECLARE_COUNTRY(L, B) // Lebanon
2958 DECLARE_COUNTRY(L, I) // Liechtenstein 2495 DECLARE_COUNTRY(L, I) // Liechtenstein
2959 DECLARE_COUNTRY(L, T) // Lithuania 2496 DECLARE_COUNTRY(L, T) // Lithuania
2960 DECLARE_COUNTRY(L, U) // Luxembourg 2497 DECLARE_COUNTRY(L, U) // Luxembourg
2961 DECLARE_COUNTRY(L, V) // Latvia 2498 DECLARE_COUNTRY(L, V) // Latvia
2962 DECLARE_COUNTRY(L, Y) // Libya 2499 DECLARE_COUNTRY(L, Y) // Libya
2963 DECLARE_COUNTRY(M, A) // Morocco 2500 DECLARE_COUNTRY(M, A) // Morocco
2964 DECLARE_COUNTRY(M, C) // Monaco 2501 DECLARE_COUNTRY(M, C) // Monaco
2502 DECLARE_COUNTRY(M, D) // Moldova
2965 DECLARE_COUNTRY(M, E) // Montenegro 2503 DECLARE_COUNTRY(M, E) // Montenegro
2966 DECLARE_COUNTRY(M, K) // Macedonia 2504 DECLARE_COUNTRY(M, K) // Macedonia
2967 DECLARE_COUNTRY(M, X) // Mexico 2505 DECLARE_COUNTRY(M, X) // Mexico
2968 DECLARE_COUNTRY(M, Y) // Malaysia 2506 DECLARE_COUNTRY(M, Y) // Malaysia
2969 DECLARE_COUNTRY(N, I) // Nicaragua 2507 DECLARE_COUNTRY(N, I) // Nicaragua
2970 DECLARE_COUNTRY(N, L) // Netherlands 2508 DECLARE_COUNTRY(N, L) // Netherlands
2971 DECLARE_COUNTRY(N, O) // Norway 2509 DECLARE_COUNTRY(N, O) // Norway
2972 DECLARE_COUNTRY(N, Z) // New Zealand 2510 DECLARE_COUNTRY(N, Z) // New Zealand
2973 DECLARE_COUNTRY(O, M) // Oman 2511 DECLARE_COUNTRY(O, M) // Oman
2974 DECLARE_COUNTRY(P, A) // Panama 2512 DECLARE_COUNTRY(P, A) // Panama
2975 DECLARE_COUNTRY(P, E) // Peru 2513 DECLARE_COUNTRY(P, E) // Peru
2976 DECLARE_COUNTRY(P, H) // Philippines 2514 DECLARE_COUNTRY(P, H) // Philippines
2977 DECLARE_COUNTRY(P, K) // Pakistan 2515 DECLARE_COUNTRY(P, K) // Pakistan
2978 DECLARE_COUNTRY(P, L) // Poland 2516 DECLARE_COUNTRY(P, L) // Poland
2979 DECLARE_COUNTRY(P, R) // Puerto Rico 2517 DECLARE_COUNTRY(P, R) // Puerto Rico
2980 DECLARE_COUNTRY(P, T) // Portugal 2518 DECLARE_COUNTRY(P, T) // Portugal
2981 DECLARE_COUNTRY(P, Y) // Paraguay 2519 DECLARE_COUNTRY(P, Y) // Paraguay
2982 DECLARE_COUNTRY(Q, A) // Qatar 2520 DECLARE_COUNTRY(Q, A) // Qatar
2983 DECLARE_COUNTRY(R, O) // Romania 2521 DECLARE_COUNTRY(R, O) // Romania
2984 DECLARE_COUNTRY(R, S) // Serbia 2522 DECLARE_COUNTRY(R, S) // Serbia
2985 DECLARE_COUNTRY(R, U) // Russia 2523 DECLARE_COUNTRY(R, U) // Russia
2524 DECLARE_COUNTRY(R, W) // Rwanda
2986 DECLARE_COUNTRY(S, A) // Saudi Arabia 2525 DECLARE_COUNTRY(S, A) // Saudi Arabia
2987 DECLARE_COUNTRY(S, E) // Sweden 2526 DECLARE_COUNTRY(S, E) // Sweden
2988 DECLARE_COUNTRY(S, G) // Singapore 2527 DECLARE_COUNTRY(S, G) // Singapore
2989 DECLARE_COUNTRY(S, I) // Slovenia 2528 DECLARE_COUNTRY(S, I) // Slovenia
2990 DECLARE_COUNTRY(S, K) // Slovakia 2529 DECLARE_COUNTRY(S, K) // Slovakia
2991 DECLARE_COUNTRY(S, V) // El Salvador 2530 DECLARE_COUNTRY(S, V) // El Salvador
2992 DECLARE_COUNTRY(S, Y) // Syria 2531 DECLARE_COUNTRY(S, Y) // Syria
2993 DECLARE_COUNTRY(T, H) // Thailand 2532 DECLARE_COUNTRY(T, H) // Thailand
2994 DECLARE_COUNTRY(T, N) // Tunisia 2533 DECLARE_COUNTRY(T, N) // Tunisia
2995 DECLARE_COUNTRY(T, R) // Turkey 2534 DECLARE_COUNTRY(T, R) // Turkey
2996 DECLARE_COUNTRY(T, T) // Trinidad and Tobago 2535 DECLARE_COUNTRY(T, T) // Trinidad and Tobago
2997 DECLARE_COUNTRY(T, W) // Taiwan 2536 DECLARE_COUNTRY(T, W) // Taiwan
2537 DECLARE_COUNTRY(T, Z) // Tanzania
2998 DECLARE_COUNTRY(U, A) // Ukraine 2538 DECLARE_COUNTRY(U, A) // Ukraine
2999 DECLARE_COUNTRY(U, S) // United States 2539 DECLARE_COUNTRY(U, S) // United States
3000 DECLARE_COUNTRY(U, Y) // Uruguay 2540 DECLARE_COUNTRY(U, Y) // Uruguay
3001 DECLARE_COUNTRY(V, E) // Venezuela 2541 DECLARE_COUNTRY(V, E) // Venezuela
3002 DECLARE_COUNTRY(V, N) // Vietnam 2542 DECLARE_COUNTRY(V, N) // Vietnam
3003 DECLARE_COUNTRY(Y, E) // Yemen 2543 DECLARE_COUNTRY(Y, E) // Yemen
3004 DECLARE_COUNTRY(Z, A) // South Africa 2544 DECLARE_COUNTRY(Z, A) // South Africa
3005 DECLARE_COUNTRY(Z, W) // Zimbabwe 2545 DECLARE_COUNTRY(Z, W) // Zimbabwe
3006 2546
3007 // Countries using the "Australia" engine set. 2547 // Countries using the "Australia" engine set.
(...skipping 10 matching lines...) Expand all
3018 // Countries using the "Denmark" engine set. 2558 // Countries using the "Denmark" engine set.
3019 UNHANDLED_COUNTRY(G, L) // Greenland 2559 UNHANDLED_COUNTRY(G, L) // Greenland
3020 END_UNHANDLED_COUNTRIES(D, K) 2560 END_UNHANDLED_COUNTRIES(D, K)
3021 2561
3022 // Countries using the "Spain" engine set. 2562 // Countries using the "Spain" engine set.
3023 UNHANDLED_COUNTRY(A, D) // Andorra 2563 UNHANDLED_COUNTRY(A, D) // Andorra
3024 END_UNHANDLED_COUNTRIES(E, S) 2564 END_UNHANDLED_COUNTRIES(E, S)
3025 2565
3026 // Countries using the "France" engine set. 2566 // Countries using the "France" engine set.
3027 UNHANDLED_COUNTRY(B, F) // Burkina Faso 2567 UNHANDLED_COUNTRY(B, F) // Burkina Faso
3028 UNHANDLED_COUNTRY(B, I) // Burundi
3029 UNHANDLED_COUNTRY(B, J) // Benin 2568 UNHANDLED_COUNTRY(B, J) // Benin
3030 UNHANDLED_COUNTRY(C, D) // Congo - Kinshasa 2569 UNHANDLED_COUNTRY(C, D) // Congo - Kinshasa
3031 UNHANDLED_COUNTRY(C, F) // Central African Republic 2570 UNHANDLED_COUNTRY(C, F) // Central African Republic
3032 UNHANDLED_COUNTRY(C, G) // Congo - Brazzaville 2571 UNHANDLED_COUNTRY(C, G) // Congo - Brazzaville
3033 UNHANDLED_COUNTRY(C, I) // Ivory Coast 2572 UNHANDLED_COUNTRY(C, I) // Ivory Coast
3034 UNHANDLED_COUNTRY(C, M) // Cameroon 2573 UNHANDLED_COUNTRY(C, M) // Cameroon
3035 UNHANDLED_COUNTRY(D, J) // Djibouti 2574 UNHANDLED_COUNTRY(D, J) // Djibouti
3036 UNHANDLED_COUNTRY(G, A) // Gabon 2575 UNHANDLED_COUNTRY(G, A) // Gabon
3037 UNHANDLED_COUNTRY(G, F) // French Guiana 2576 UNHANDLED_COUNTRY(G, F) // French Guiana
3038 UNHANDLED_COUNTRY(G, N) // Guinea 2577 UNHANDLED_COUNTRY(G, N) // Guinea
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
3087 UNHANDLED_COUNTRY(G, W) // Guinea-Bissau 2626 UNHANDLED_COUNTRY(G, W) // Guinea-Bissau
3088 UNHANDLED_COUNTRY(M, Z) // Mozambique 2627 UNHANDLED_COUNTRY(M, Z) // Mozambique
3089 UNHANDLED_COUNTRY(S, T) // Sao Tome and Principe 2628 UNHANDLED_COUNTRY(S, T) // Sao Tome and Principe
3090 UNHANDLED_COUNTRY(T, L) // Timor-Leste 2629 UNHANDLED_COUNTRY(T, L) // Timor-Leste
3091 END_UNHANDLED_COUNTRIES(P, T) 2630 END_UNHANDLED_COUNTRIES(P, T)
3092 2631
3093 // Countries using the "Russia" engine set. 2632 // Countries using the "Russia" engine set.
3094 UNHANDLED_COUNTRY(A, M) // Armenia 2633 UNHANDLED_COUNTRY(A, M) // Armenia
3095 UNHANDLED_COUNTRY(A, Z) // Azerbaijan 2634 UNHANDLED_COUNTRY(A, Z) // Azerbaijan
3096 UNHANDLED_COUNTRY(K, G) // Kyrgyzstan 2635 UNHANDLED_COUNTRY(K, G) // Kyrgyzstan
3097 UNHANDLED_COUNTRY(K, Z) // Kazakhstan
3098 UNHANDLED_COUNTRY(T, J) // Tajikistan 2636 UNHANDLED_COUNTRY(T, J) // Tajikistan
3099 UNHANDLED_COUNTRY(T, M) // Turkmenistan 2637 UNHANDLED_COUNTRY(T, M) // Turkmenistan
3100 UNHANDLED_COUNTRY(U, Z) // Uzbekistan 2638 UNHANDLED_COUNTRY(U, Z) // Uzbekistan
3101 END_UNHANDLED_COUNTRIES(R, U) 2639 END_UNHANDLED_COUNTRIES(R, U)
3102 2640
3103 // Countries using the "Saudi Arabia" engine set. 2641 // Countries using the "Saudi Arabia" engine set.
3104 UNHANDLED_COUNTRY(M, R) // Mauritania 2642 UNHANDLED_COUNTRY(M, R) // Mauritania
3105 UNHANDLED_COUNTRY(P, S) // Palestinian Territory 2643 UNHANDLED_COUNTRY(P, S) // Palestinian Territory
3106 UNHANDLED_COUNTRY(S, D) // Sudan 2644 UNHANDLED_COUNTRY(S, D) // Sudan
3107 END_UNHANDLED_COUNTRIES(S, A) 2645 END_UNHANDLED_COUNTRIES(S, A)
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
3160 UNHANDLED_COUNTRY(K, H) // Cambodia 2698 UNHANDLED_COUNTRY(K, H) // Cambodia
3161 UNHANDLED_COUNTRY(K, I) // Kiribati 2699 UNHANDLED_COUNTRY(K, I) // Kiribati
3162 UNHANDLED_COUNTRY(K, M) // Comoros 2700 UNHANDLED_COUNTRY(K, M) // Comoros
3163 UNHANDLED_COUNTRY(K, N) // Saint Kitts and Nevis 2701 UNHANDLED_COUNTRY(K, N) // Saint Kitts and Nevis
3164 UNHANDLED_COUNTRY(K, P) // North Korea 2702 UNHANDLED_COUNTRY(K, P) // North Korea
3165 UNHANDLED_COUNTRY(L, A) // Laos 2703 UNHANDLED_COUNTRY(L, A) // Laos
3166 UNHANDLED_COUNTRY(L, C) // Saint Lucia 2704 UNHANDLED_COUNTRY(L, C) // Saint Lucia
3167 UNHANDLED_COUNTRY(L, K) // Sri Lanka 2705 UNHANDLED_COUNTRY(L, K) // Sri Lanka
3168 UNHANDLED_COUNTRY(L, R) // Liberia 2706 UNHANDLED_COUNTRY(L, R) // Liberia
3169 UNHANDLED_COUNTRY(L, S) // Lesotho 2707 UNHANDLED_COUNTRY(L, S) // Lesotho
3170 UNHANDLED_COUNTRY(M, D) // Moldova
3171 UNHANDLED_COUNTRY(M, G) // Madagascar 2708 UNHANDLED_COUNTRY(M, G) // Madagascar
3172 UNHANDLED_COUNTRY(M, H) // Marshall Islands 2709 UNHANDLED_COUNTRY(M, H) // Marshall Islands
3173 UNHANDLED_COUNTRY(M, M) // Myanmar 2710 UNHANDLED_COUNTRY(M, M) // Myanmar
3174 UNHANDLED_COUNTRY(M, N) // Mongolia 2711 UNHANDLED_COUNTRY(M, N) // Mongolia
3175 UNHANDLED_COUNTRY(M, U) // Mauritius 2712 UNHANDLED_COUNTRY(M, U) // Mauritius
3176 UNHANDLED_COUNTRY(M, V) // Maldives 2713 UNHANDLED_COUNTRY(M, V) // Maldives
3177 UNHANDLED_COUNTRY(M, W) // Malawi 2714 UNHANDLED_COUNTRY(M, W) // Malawi
3178 UNHANDLED_COUNTRY(N, A) // Namibia 2715 UNHANDLED_COUNTRY(N, A) // Namibia
3179 UNHANDLED_COUNTRY(N, G) // Nigeria 2716 UNHANDLED_COUNTRY(N, G) // Nigeria
3180 UNHANDLED_COUNTRY(N, P) // Nepal 2717 UNHANDLED_COUNTRY(N, P) // Nepal
3181 UNHANDLED_COUNTRY(N, R) // Nauru 2718 UNHANDLED_COUNTRY(N, R) // Nauru
3182 UNHANDLED_COUNTRY(P, G) // Papua New Guinea 2719 UNHANDLED_COUNTRY(P, G) // Papua New Guinea
3183 UNHANDLED_COUNTRY(P, W) // Palau 2720 UNHANDLED_COUNTRY(P, W) // Palau
3184 UNHANDLED_COUNTRY(R, W) // Rwanda
3185 UNHANDLED_COUNTRY(S, B) // Solomon Islands 2721 UNHANDLED_COUNTRY(S, B) // Solomon Islands
3186 UNHANDLED_COUNTRY(S, C) // Seychelles 2722 UNHANDLED_COUNTRY(S, C) // Seychelles
3187 UNHANDLED_COUNTRY(S, L) // Sierra Leone 2723 UNHANDLED_COUNTRY(S, L) // Sierra Leone
3188 UNHANDLED_COUNTRY(S, O) // Somalia 2724 UNHANDLED_COUNTRY(S, O) // Somalia
3189 UNHANDLED_COUNTRY(S, R) // Suriname 2725 UNHANDLED_COUNTRY(S, R) // Suriname
3190 UNHANDLED_COUNTRY(S, Z) // Swaziland 2726 UNHANDLED_COUNTRY(S, Z) // Swaziland
3191 UNHANDLED_COUNTRY(T, O) // Tonga 2727 UNHANDLED_COUNTRY(T, O) // Tonga
3192 UNHANDLED_COUNTRY(T, V) // Tuvalu 2728 UNHANDLED_COUNTRY(T, V) // Tuvalu
3193 UNHANDLED_COUNTRY(T, Z) // Tanzania
3194 UNHANDLED_COUNTRY(U, G) // Uganda 2729 UNHANDLED_COUNTRY(U, G) // Uganda
3195 UNHANDLED_COUNTRY(V, C) // Saint Vincent and the Grenadines 2730 UNHANDLED_COUNTRY(V, C) // Saint Vincent and the Grenadines
3196 UNHANDLED_COUNTRY(V, U) // Vanuatu 2731 UNHANDLED_COUNTRY(V, U) // Vanuatu
3197 UNHANDLED_COUNTRY(W, S) // Samoa 2732 UNHANDLED_COUNTRY(W, S) // Samoa
3198 UNHANDLED_COUNTRY(Z, M) // Zambia 2733 UNHANDLED_COUNTRY(Z, M) // Zambia
3199 case kCountryIDUnknown: 2734 case kCountryIDUnknown:
3200 default: // Unhandled location 2735 default: // Unhandled location
3201 END_UNHANDLED_COUNTRIES(def, ault) 2736 END_UNHANDLED_COUNTRIES(def, ault)
3202 } 2737 }
3203 } 2738 }
3204 2739
3205 } // namespace 2740 } // namespace
3206 2741
3207 namespace TemplateURLPrepopulateData { 2742 namespace TemplateURLPrepopulateData {
3208 2743
3209 void RegisterUserPrefs(PrefService* prefs) { 2744 void RegisterUserPrefs(PrefService* prefs) {
3210 prefs->RegisterIntegerPref(prefs::kGeoIDAtInstall, -1); 2745 prefs->RegisterIntegerPref(prefs::kGeoIDAtInstall, -1);
3211 prefs->RegisterIntegerPref(prefs::kCountryIDAtInstall, kCountryIDUnknown); 2746 prefs->RegisterIntegerPref(prefs::kCountryIDAtInstall, kCountryIDUnknown);
3212 } 2747 }
3213 2748
3214 int GetDataVersion() { 2749 int GetDataVersion() {
3215 return 26; // Increment this if you change the above data in ways that mean 2750 return 27; // Increment this if you change the above data in ways that mean
3216 // users with existing data should get a new version. 2751 // users with existing data should get a new version.
3217 } 2752 }
3218 2753
3219 void GetPrepopulatedEngines(PrefService* prefs, 2754 void GetPrepopulatedEngines(PrefService* prefs,
3220 std::vector<TemplateURL*>* t_urls, 2755 std::vector<TemplateURL*>* t_urls,
3221 size_t* default_search_provider_index) { 2756 size_t* default_search_provider_index) {
3222 const PrepopulatedEngine** engines; 2757 const PrepopulatedEngine** engines;
3223 size_t num_engines; 2758 size_t num_engines;
3224 GetPrepopulationSetFromCountryID(prefs, &engines, &num_engines); 2759 GetPrepopulationSetFromCountryID(prefs, &engines, &num_engines);
3225 *default_search_provider_index = 0; 2760 *default_search_provider_index = 0;
(...skipping 15 matching lines...) Expand all
3241 new_turl->set_date_created(Time()); 2776 new_turl->set_date_created(Time());
3242 std::vector<std::string> turl_encodings; 2777 std::vector<std::string> turl_encodings;
3243 turl_encodings.push_back(engines[i]->encoding); 2778 turl_encodings.push_back(engines[i]->encoding);
3244 new_turl->set_input_encodings(turl_encodings); 2779 new_turl->set_input_encodings(turl_encodings);
3245 new_turl->set_prepopulate_id(engines[i]->id); 2780 new_turl->set_prepopulate_id(engines[i]->id);
3246 t_urls->push_back(new_turl); 2781 t_urls->push_back(new_turl);
3247 } 2782 }
3248 } 2783 }
3249 2784
3250 } // namespace TemplateURLPrepopulateData 2785 } // namespace TemplateURLPrepopulateData
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698