Description[Mobile] Upstream fix for yandex search engine
Use a different path for template URL for yandex search on mobile to avoid an
extra redirection. Mobile should use http://yandex.ru/touchsearch?text=${query}
or http://yandex.ru/padsearch?text=${query} depending on the device form factor
instead of http://yandex.ru/yandsearch?text=${query}.
The issue was reported by yandex and fixed in downstream iOS fork. Upstream
it now that the code is componentized.
TEST=Set your locale to Russian, launch Chrome for iOS, select Yandex as the
search engine, type a query in the omnibox to do a search, check that you're
sent to /touchsearch directly, not via /yandsearch first.
BUG=b/7024148
Committed: https://crrev.com/0ea1107bf2c1a0532d1c10a3666cafb9047abbb6
Cr-Commit-Position: refs/heads/master@{#330500}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address pkasting comments #
Total comments: 2
Patch Set 3 : Always switch on form factor when substituting {yandex:searchPath} #
Messages
Total messages: 12 (3 generated)
|