toolkit/components/search/tests/xpcshell/data/engineImages.xml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     2    - License, v. 2.0. If a copy of the MPL was not distributed with this
     3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     5 <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
     6     <ShortName>IconsTest</ShortName>
     7     <Description>IconsTest. Search by Test.</Description>
     8     <InputEncoding>UTF-8</InputEncoding>
     9     <Image width="16" height="16">data:image/x-icon;base64,ico16</Image>
    10     <Image width="32" height="32">data:image/x-icon;base64,ico32</Image>
    11     <Image width="74" height="74">data:image/png;base64,ico74</Image>
    12     <Url type="application/x-suggestions+json" template="http://api.bing.com/osjson.aspx">
    13         <Param name="query" value="{searchTerms}"/>
    14         <Param name="form" value="MOZW"/>
    15     </Url>
    16     <Url type="text/html" method="GET" template="http://www.bing.com/search">
    17         <Param name="q" value="{searchTerms}"/>
    18         <MozParam name="pc" condition="pref" pref="ms-pc"/>
    19         <Param name="form" value="MOZW"/>
    20     </Url>
    21     <SearchForm>http://www.bing.com/search</SearchForm>
    22 </SearchPlugin>

mercurial