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

Side by Side Diff: components/search_engines/prepopulated_engines.json

Issue 2116243002: Enabling SSL for search engines that now support it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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
« no previous file with comments | « AUTHORS ('k') | 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // This file is used during build to generate prepopulated_engine.h/cc. 5 // This file is used during build to generate prepopulated_engine.h/cc.
6 // For more details see tools/json_to_struct/json_to_struct.py. 6 // For more details see tools/json_to_struct/json_to_struct.py.
7 7
8 // Engine definitions. See prepopulated_engines_schema.json for the field 8 // Engine definitions. See prepopulated_engines_schema.json for the field
9 // definitions. 9 // definitions.
10 10
(...skipping 12 matching lines...) Expand all
23 // They need to know the mapping between an engine's "id" and its URLs. 23 // They need to know the mapping between an engine's "id" and its URLs.
24 24
25 { 25 {
26 "int_variables": { 26 "int_variables": {
27 // The following id is for UMA stats only. Please update it if you add new 27 // The following id is for UMA stats only. Please update it if you add new
28 // engines outside the current range or it will not be counted in stats. 28 // engines outside the current range or it will not be counted in stats.
29 "kMaxPrepopulatedEngineID": 90, 29 "kMaxPrepopulatedEngineID": 90,
30 30
31 // Increment this if you change the data in ways that mean users with 31 // Increment this if you change the data in ways that mean users with
32 // existing data should get a new version. 32 // existing data should get a new version.
33 "kCurrentDataVersion": 91 33 "kCurrentDataVersion": 91
Peter Kasting 2016/08/20 02:56:42 You need to bump this number.
34 }, 34 },
35 35
36 // The following engines are included in country lists and are added to the 36 // The following engines are included in country lists and are added to the
37 // list of search engines on the first run depending on user's country. 37 // list of search engines on the first run depending on user's country.
38 "elements": { 38 "elements": {
39 "aol": { 39 "aol": {
40 "name": "AOL", 40 "name": "AOL",
41 "keyword": "aol.com", 41 "keyword": "aol.com",
42 "favicon_url": "http://search.aol.com/favicon.ico", 42 "favicon_url": "http://search.aol.com/favicon.ico",
43 "search_url": "http://search.aol.com/aol/search?q={searchTerms}", 43 "search_url": "http://search.aol.com/aol/search?q={searchTerms}",
(...skipping 27 matching lines...) Expand all
71 "favicon_url": "http://sp.uk.ask.com/sh/i/a16/favicon/favicon.ico", 71 "favicon_url": "http://sp.uk.ask.com/sh/i/a16/favicon/favicon.ico",
72 "search_url": "http://uk.ask.com/web?q={searchTerms}", 72 "search_url": "http://uk.ask.com/web?q={searchTerms}",
73 "suggest_url": "http://ss.uk.ask.com/query?q={searchTerms}&li=ff", 73 "suggest_url": "http://ss.uk.ask.com/query?q={searchTerms}&li=ff",
74 "type": "SEARCH_ENGINE_ASK", 74 "type": "SEARCH_ENGINE_ASK",
75 "id": 4 75 "id": 4
76 }, 76 },
77 77
78 "baidu": { 78 "baidu": {
79 "name": "\u767e\u5ea6", 79 "name": "\u767e\u5ea6",
80 "keyword": "baidu.com", 80 "keyword": "baidu.com",
81 "favicon_url": "http://www.baidu.com/favicon.ico", 81 "favicon_url": "https://www.baidu.com/favicon.ico",
82 "search_url": "http://www.baidu.com/#ie={inputEncoding}&wd={searchTerms}", 82 "search_url": "https://www.baidu.com/#ie={inputEncoding}&wd={searchTerms}" ,
83 "suggest_url": "http://suggestion.baidu.com/su?wd={searchTerms}&action=ope nsearch&ie={inputEncoding}", 83 "suggest_url": "http://suggestion.baidu.com/su?wd={searchTerms}&action=ope nsearch&ie={inputEncoding}",
84 "type": "SEARCH_ENGINE_BAIDU", 84 "type": "SEARCH_ENGINE_BAIDU",
85 "id": 21 85 "id": 21
86 }, 86 },
87 87
88 "bing": { 88 "bing": {
89 "name": "Bing", 89 "name": "Bing",
90 "keyword": "bing.com", 90 "keyword": "bing.com",
91 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", 91 "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
92 "search_url": "https://www.bing.com/search?q={searchTerms}&PC=U316&FORM=CH ROMN", 92 "search_url": "https://www.bing.com/search?q={searchTerms}&PC=U316&FORM=CH ROMN",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "{google:baseURL}s?q={searchTerms}" 127 "{google:baseURL}s?q={searchTerms}"
128 ], 128 ],
129 "search_terms_replacement_key": "{google:instantExtendedEnabledKey}", 129 "search_terms_replacement_key": "{google:instantExtendedEnabledKey}",
130 "type": "SEARCH_ENGINE_GOOGLE", 130 "type": "SEARCH_ENGINE_GOOGLE",
131 "id": 1 131 "id": 1
132 }, 132 },
133 133
134 "kvasir": { 134 "kvasir": {
135 "name": "Kvasir", 135 "name": "Kvasir",
136 "keyword": "kvasir.no", 136 "keyword": "kvasir.no",
137 "favicon_url": "http://kvasir.no/grafikk/favicon.ico", 137 "favicon_url": "https://kvasir.no/grafikk/favicon.ico",
138 "search_url": "http://kvasir.no/alle?q={searchTerms}", 138 "search_url": "https://kvasir.no/alle?q={searchTerms}",
139 "type": "SEARCH_ENGINE_KVASIR", 139 "type": "SEARCH_ENGINE_KVASIR",
140 "id": 73 140 "id": 73
141 }, 141 },
142 142
143 "mail_ru": { 143 "mail_ru": {
144 "name": "@MAIL.RU", 144 "name": "@MAIL.RU",
145 "keyword": "mail.ru", 145 "keyword": "mail.ru",
146 "favicon_url": "http://go.imgsmail.ru/favicon.ico", 146 "favicon_url": "http://go.imgsmail.ru/favicon.ico",
147 "search_url": "http://go.mail.ru/search?q={searchTerms}", 147 "search_url": "http://go.mail.ru/search?q={searchTerms}",
148 "encoding": "windows-1251", 148 "encoding": "windows-1251",
149 "suggest_url": "http://suggests.go.mail.ru/chrome?q={searchTerms}", 149 "suggest_url": "http://suggests.go.mail.ru/chrome?q={searchTerms}",
150 "type": "SEARCH_ENGINE_MAILRU", 150 "type": "SEARCH_ENGINE_MAILRU",
151 "id": 83 151 "id": 83
152 }, 152 },
153 153
154 "najdi": { 154 "najdi": {
155 "name": "Najdi.si", 155 "name": "Najdi.si",
156 "keyword": "najdi.si", 156 "keyword": "najdi.si",
157 "favicon_url": "http://www.najdi.si/assets/PROD-1.4.10/ctx/images/favicon. ico", 157 "favicon_url": "http://www.najdi.si/assets/PROD-1.4.10/ctx/images/favicon. ico",
158 "search_url": "http://www.najdi.si/search.jsp?q={searchTerms}", 158 "search_url": "http://www.najdi.si/search.jsp?q={searchTerms}",
159 "type": "SEARCH_ENGINE_NAJDI", 159 "type": "SEARCH_ENGINE_NAJDI",
160 "id": 87 160 "id": 87
161 }, 161 },
162 162
163 "naver": { 163 "naver": {
164 "name": "\ub124\uc774\ubc84", 164 "name": "\ub124\uc774\ubc84",
165 "keyword": "naver.com", 165 "keyword": "naver.com",
166 "favicon_url": "http://sstatic.naver.net/search/favicon/favicon_140327.ico ", 166 "favicon_url": "https://ssl.pstatic.net/sstatic/search/favicon/favicon_140 327.ico",
167 "search_url": "http://search.naver.com/search.naver?ie={inputEncoding}&que ry={searchTerms}", 167 "search_url": "https://search.naver.com/search.naver?ie={inputEncoding}&qu ery={searchTerms}",
168 "suggest_url": "http://ac.search.naver.com/nx/ac?of=os&ie={inputEncoding}& q={searchTerms}&oe={outputEncoding}", 168 "suggest_url": "https://ac.search.naver.com/nx/ac?of=os&ie={inputEncoding} &q={searchTerms}&oe={outputEncoding}",
169 "type": "SEARCH_ENGINE_NAVER", 169 "type": "SEARCH_ENGINE_NAVER",
170 "id": 67 170 "id": 67
171 }, 171 },
172 172
173 "onet": { 173 "onet": {
174 "name": "Onet.pl", 174 "name": "Onet.pl",
175 "keyword": "onet.pl", 175 "keyword": "onet.pl",
176 "favicon_url": "http://szukaj.onet.pl/favicon.ico", 176 "favicon_url": "http://szukaj.onet.pl/favicon.ico",
177 "search_url": "http://szukaj.onet.pl/wyniki.html?qt={searchTerms}", 177 "search_url": "http://szukaj.onet.pl/wyniki.html?qt={searchTerms}",
178 "type": "SEARCH_ENGINE_ONET", 178 "type": "SEARCH_ENGINE_ONET",
179 "id": 75 179 "id": 75
180 }, 180 },
181 181
182 "seznam": { 182 "seznam": {
183 "name": "Seznam", 183 "name": "Seznam",
184 "keyword": "seznam.cz", 184 "keyword": "seznam.cz",
185 "favicon_url": "http://search.seznam.cz/r/img/favicon.ico", 185 "favicon_url": "https://search.seznam.cz/r/img/favicon.ico",
186 "search_url": "http://search.seznam.cz/?q={searchTerms}", 186 "search_url": "https://search.seznam.cz/?q={searchTerms}",
187 "suggest_url": "http://suggest.fulltext.seznam.cz/fulltext_ff?phrase={sear chTerms}", 187 "suggest_url": "https://suggest.seznam.cz/fulltext_ff?phrase={searchTerms} ",
188 "type": "SEARCH_ENGINE_SEZNAM", 188 "type": "SEARCH_ENGINE_SEZNAM",
189 "id": 25 189 "id": 25
190 }, 190 },
191 191
192 "sogou": { 192 "sogou": {
193 "name": "\u641c\u72d7", 193 "name": "\u641c\u72d7",
194 "keyword": "sogou.com", 194 "keyword": "sogou.com",
195 "favicon_url": "http://www.sogou.com/images/logo/old/favicon.ico", 195 "favicon_url": "https://www.sogou.com/images/logo/old/favicon.ico",
196 "search_url": "http://www.sogou.com/web?ie={inputEncoding}&query={searchTe rms}", 196 "search_url": "https://www.sogou.com/web?ie={inputEncoding}&query={searchT erms}",
197 "type": "SEARCH_ENGINE_SOGOU", 197 "type": "SEARCH_ENGINE_SOGOU",
198 "id": 56 198 "id": 56
199 }, 199 },
200 200
201 "vinden": { 201 "vinden": {
202 "name": "Vinden.nl", 202 "name": "Vinden.nl",
203 "keyword": "vinden.nl", 203 "keyword": "vinden.nl",
204 "favicon_url": "http://www.vinden.nl/favicon.ico", 204 "favicon_url": "https://www.vinden.nl/favicon.ico",
205 "search_url": "http://www.vinden.nl/?q={searchTerms}", 205 "search_url": "https://www.vinden.nl/?q={searchTerms}",
206 "type": "SEARCH_ENGINE_VINDEN", 206 "type": "SEARCH_ENGINE_VINDEN",
207 "id": 53 207 "id": 53
208 }, 208 },
209 209
210 "virgilio": { 210 "virgilio": {
211 "name": "Virgilio", 211 "name": "Virgilio",
212 "keyword": "virgilio.it", 212 "keyword": "virgilio.it",
213 "favicon_url": "http://ricerca.virgilio.it/common/favicon.ico", 213 "favicon_url": "http://ricerca.virgilio.it/common/favicon.ico",
214 "search_url": "http://ricerca.virgilio.it/ricerca?qs={searchTerms}", 214 "search_url": "http://ricerca.virgilio.it/ricerca?qs={searchTerms}",
215 "encoding": "ISO-8859-1", 215 "encoding": "ISO-8859-1",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "favicon_url": "https://in.search.yahoo.com/favicon.ico", 394 "favicon_url": "https://in.search.yahoo.com/favicon.ico",
395 "search_url": "https://in.search.yahoo.com/search?ei={inputEncoding}&fr=cr mas&p={searchTerms}", 395 "search_url": "https://in.search.yahoo.com/search?ei={inputEncoding}&fr=cr mas&p={searchTerms}",
396 "suggest_url": "https://in.search.yahoo.com/sugg/chrome?output=fxjson&appi d=crmas&command={searchTerms}", 396 "suggest_url": "https://in.search.yahoo.com/sugg/chrome?output=fxjson&appi d=crmas&command={searchTerms}",
397 "type": "SEARCH_ENGINE_YAHOO", 397 "type": "SEARCH_ENGINE_YAHOO",
398 "id": 2 398 "id": 2
399 }, 399 },
400 400
401 "yahoo_jp": { 401 "yahoo_jp": {
402 "name": "Yahoo! JAPAN", 402 "name": "Yahoo! JAPAN",
403 "keyword": "yahoo.co.jp", 403 "keyword": "yahoo.co.jp",
404 "favicon_url": "http://search.yahoo.co.jp/favicon.ico", 404 "favicon_url": "https://search.yahoo.co.jp/favicon.ico",
405 "search_url": "http://search.yahoo.co.jp/search?ei={inputEncoding}&fr=crma s&p={searchTerms}", 405 "search_url": "https://search.yahoo.co.jp/search?ei={inputEncoding}&fr=crm as&p={searchTerms}",
406 "suggest_url": "http://search.yahooapis.jp/AssistSearchService/V2/webassis tSearch?p={searchTerms}&appid=oQsoxcyxg66enp0TYoirkKoryq6rF8bK76mW0KYxZ0v0WPLtn. Lix6wy8F_LwGWHUII-&output=fxjson&fr=crmas", 406 "suggest_url": "https://search.yahooapis.jp/AssistSearchService/V2/webassi stSearch?p={searchTerms}&appid=oQsoxcyxg66enp0TYoirkKoryq6rF8bK76mW0KYxZ0v0WPLtn .Lix6wy8F_LwGWHUII-&output=fxjson&fr=crmas",
407 "type": "SEARCH_ENGINE_YAHOO", 407 "type": "SEARCH_ENGINE_YAHOO",
408 "id": 2 408 "id": 2
409 }, 409 },
410 410
411 "yahoo_maktoob": { 411 "yahoo_maktoob": {
412 "name": "Yahoo!\u200e \u0645\u0643\u062a\u0648\u0628", 412 "name": "Yahoo!\u200e \u0645\u0643\u062a\u0648\u0628",
413 "keyword": "maktoob.yahoo.com", 413 "keyword": "maktoob.yahoo.com",
414 "favicon_url": "https://maktoob.search.yahoo.com/favicon.ico", 414 "favicon_url": "https://maktoob.search.yahoo.com/favicon.ico",
415 "search_url": "https://maktoob.search.yahoo.com/search?ei={inputEncoding}& fr=crmas&p={searchTerms}", 415 "search_url": "https://maktoob.search.yahoo.com/search?ei={inputEncoding}& fr=crmas&p={searchTerms}",
416 "type": "SEARCH_ENGINE_YAHOO", 416 "type": "SEARCH_ENGINE_YAHOO",
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 "name": "Zoznam", 996 "name": "Zoznam",
997 "keyword": "zoznam.sk", 997 "keyword": "zoznam.sk",
998 "favicon_url": "http://www.zoznam.sk/favicon.ico", 998 "favicon_url": "http://www.zoznam.sk/favicon.ico",
999 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}", 999 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}",
1000 "encoding": "windows-1250", 1000 "encoding": "windows-1250",
1001 "type": "SEARCH_ENGINE_ZOZNAM", 1001 "type": "SEARCH_ENGINE_ZOZNAM",
1002 "id": 85 1002 "id": 85
1003 } 1003 }
1004 } 1004 }
1005 } 1005 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698