toolkit/mozapps/extensions/test/xpcshell/data/test_install.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 <?xml version="1.0" encoding="utf-8" ?>
     2 <searchresults total_results="1">
     3   <addon>
     4     <name>Real Test 2</name>
     5     <type id='1'>Extension</type>
     6     <guid>addon2@tests.mozilla.org</guid>
     7     <version>1.0</version>
     8     <authors>
     9       <author>
    10         <name>Test Creator</name>
    11         <link>http://example.com/creator.html</link>
    12       </author>
    13     </authors>
    14     <status id='4'>Public</status>
    15     <summary>Repository summary</summary>
    16     <description>Repository description</description>
    17     <compatible_applications>
    18       <application>
    19         <name>Firefox</name>
    20         <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID>
    21         <min_version>0</min_version>
    22         <max_version>*</max_version>
    23       </application>
    24       <application>
    25         <name>SeaMonkey</name>
    26         <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID>
    27         <min_version>0</min_version>
    28         <max_version>*</max_version>
    29       </application>
    30     </compatible_applications>
    31     <compatible_os>ALL</compatible_os>
    32     <install size="2">http://example.com/browser/toolkit/mozapps/extensions/test/browser/addons/browser_install1_2.xpi</install>
    33   </addon>
    35   <addon_compatibility hosted="false">
    36     <guid>addon6@tests.mozilla.org</guid>
    37     <name>Addon Test 6</name>
    38     <version_ranges>
    39       <version_range type="incompatible">
    40         <min_version>1.0</min_version>
    41         <max_version>1.0</max_version>
    42         <compatible_applications>
    43           <application>
    44             <name>XPCShell</name>
    45             <min_version>1.0</min_version>
    46             <max_version>1.0</max_version>
    47             <appID>xpcshell@tests.mozilla.org</appID>
    48           </application>
    49         </compatible_applications>
    50       </version_range>
    51     </version_ranges>
    52   </addon_compatibility>
    53 </searchresults>

mercurial