| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
It prevents GWS from honoring Accept-language: headers, and can result
in degraded search result quality.
Bug: 5777487
Change-Id: Ifee726bc0b3e79be628d288606777969e72c11a0
|
|\
| |
| |
| |
| | |
* commit '18cbc618229f91b5d84a36dd7a95c2628b60da5e':
Error in search engine script
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The script that generates the search engine xml file
all_search_engines.xml contains an error when handling
unicodes.
The matching \\x([a-fA-F0-9]+) matches to many characters,
for example Espa\x00f1a will incorrectly become ༚ instead
of ña.
Make script match between 1 and 4 chars instead of 1 to many.
FIX=DMS01020910
Change-Id: I79a33b873e13698e17bd20da64152abcdd498bc0
|
|/
|
|
|
| |
Bug: 3369333
Change-Id: I1caff40ca2419375e2aaf5588d9d3a710cb8c56a
|
|
|
|
|
| |
Bug: 3002110
Change-Id: Id49365bf53623c45bfa6f5d96d1938b801948396
|
|
The lists of search providers are taken from Chrome.
Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
|