mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 984530 - Bing search tags are not working properly, r=mfinkle
--HG-- extra : rebase_source : f17fb1d8493b277bdad6a6e2ed1dde545cd1077e
This commit is contained in:
parent
8695602f62
commit
0fab2ccc20
@ -10,10 +10,15 @@
|
||||
<Param name="form" value="OSDJAS"/>
|
||||
<Param name="language" value="{moz:locale}"/>
|
||||
</Url>
|
||||
<Url type="text/html" method="GET" template="http://www.bing.com/search">
|
||||
<Url type="application/x-moz-phonesearch" method="GET" template="http://www.bing.com/search">
|
||||
<Param name="q" value="{searchTerms}" />
|
||||
<MozParam name="pc" condition="defaultEngine" trueValue="MOZI" falseValue="" />
|
||||
<MozParam name="form" condition="defaultEngine" trueValue="MOZSBR" falseValue="" />
|
||||
<MozParam name="pc" value="MOZB" />
|
||||
<MozParam name="form" value="MOZMBA" />
|
||||
</Url>
|
||||
<Url type="application/x-moz-tabletsearch" method="GET" template="http://www.bing.com/search">
|
||||
<Param name="q" value="{searchTerms}" />
|
||||
<MozParam name="pc" value="MOZA" />
|
||||
<MozParam name="form" value="MOZAT" />
|
||||
</Url>
|
||||
<SearchForm>http://www.bing.com</SearchForm>
|
||||
</SearchPlugin>
|
||||
|
Loading…
Reference in New Issue
Block a user