toolkit/mozapps/extensions/test/browser/browser_purchase.xml

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <?xml version="1.0" encoding="utf-8" ?>
michael@0 2 <searchresults total_results="100">
michael@0 3 <addon>
michael@0 4 <name>Ludicrously Expensive Add-on</name>
michael@0 5 <type id='1'>Extension</type>
michael@0 6 <guid>addon5@tests.mozilla.org</guid>
michael@0 7 <version>1.0</version>
michael@0 8 <authors>
michael@0 9 <author>
michael@0 10 <name>Test Creator</name>
michael@0 11 <link>http://example.com/creator.html</link>
michael@0 12 </author>
michael@0 13 </authors>
michael@0 14 <status id='4'>Public</status>
michael@0 15 <summary>Test summary</summary>
michael@0 16 <description>Test description</description>
michael@0 17 <compatible_applications>
michael@0 18 <application>
michael@0 19 <name>Firefox</name>
michael@0 20 <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID>
michael@0 21 <min_version>0</min_version>
michael@0 22 <max_version>*</max_version>
michael@0 23 </application>
michael@0 24 <application>
michael@0 25 <name>SeaMonkey</name>
michael@0 26 <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID>
michael@0 27 <min_version>0</min_version>
michael@0 28 <max_version>*</max_version>
michael@0 29 </application>
michael@0 30 </compatible_applications>
michael@0 31 <all_compatible_os>
michael@0 32 <os>ALL</os>
michael@0 33 </all_compatible_os>
michael@0 34 <payment_data>
michael@0 35 <link>http://example.com/browser/toolkit/mozapps/extensions/test/browser/releaseNotes.xhtml?addon5</link>
michael@0 36 <amount amount="101">$101</amount>
michael@0 37 </payment_data>
michael@0 38 </addon>
michael@0 39 <addon>
michael@0 40 <name>Cheap Add-on</name>
michael@0 41 <type id='1'>Extension</type>
michael@0 42 <guid>addon2@tests.mozilla.org</guid>
michael@0 43 <version>1.0</version>
michael@0 44 <authors>
michael@0 45 <author>
michael@0 46 <name>Test Creator</name>
michael@0 47 <link>http://example.com/creator.html</link>
michael@0 48 </author>
michael@0 49 </authors>
michael@0 50 <status id='4'>Public</status>
michael@0 51 <summary>Test summary</summary>
michael@0 52 <description>Test description</description>
michael@0 53 <compatible_applications>
michael@0 54 <application>
michael@0 55 <name>Firefox</name>
michael@0 56 <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID>
michael@0 57 <min_version>0</min_version>
michael@0 58 <max_version>*</max_version>
michael@0 59 </application>
michael@0 60 <application>
michael@0 61 <name>SeaMonkey</name>
michael@0 62 <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID>
michael@0 63 <min_version>0</min_version>
michael@0 64 <max_version>*</max_version>
michael@0 65 </application>
michael@0 66 </compatible_applications>
michael@0 67 <all_compatible_os>
michael@0 68 <os>ALL</os>
michael@0 69 </all_compatible_os>
michael@0 70 <payment_data>
michael@0 71 <link>http://example.com/browser/toolkit/mozapps/extensions/test/browser/releaseNotes.xhtml?addon2</link>
michael@0 72 <amount amount="0.99">$0.99</amount>
michael@0 73 </payment_data>
michael@0 74 </addon>
michael@0 75 <addon>
michael@0 76 <name>Reasonable Add-on</name>
michael@0 77 <type id='1'>Extension</type>
michael@0 78 <guid>addon3@tests.mozilla.org</guid>
michael@0 79 <version>1.0</version>
michael@0 80 <authors>
michael@0 81 <author>
michael@0 82 <name>Test Creator</name>
michael@0 83 <link>http://example.com/creator.html</link>
michael@0 84 </author>
michael@0 85 </authors>
michael@0 86 <status id='4'>Public</status>
michael@0 87 <summary>Test summary</summary>
michael@0 88 <description>Test description</description>
michael@0 89 <compatible_applications>
michael@0 90 <application>
michael@0 91 <name>Firefox</name>
michael@0 92 <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID>
michael@0 93 <min_version>0</min_version>
michael@0 94 <max_version>*</max_version>
michael@0 95 </application>
michael@0 96 <application>
michael@0 97 <name>SeaMonkey</name>
michael@0 98 <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID>
michael@0 99 <min_version>0</min_version>
michael@0 100 <max_version>*</max_version>
michael@0 101 </application>
michael@0 102 </compatible_applications>
michael@0 103 <all_compatible_os>
michael@0 104 <os>ALL</os>
michael@0 105 </all_compatible_os>
michael@0 106 <payment_data>
michael@0 107 <link>http://example.com/browser/toolkit/mozapps/extensions/test/browser/releaseNotes.xhtml?addon3</link>
michael@0 108 <amount amount="1">$1</amount>
michael@0 109 </payment_data>
michael@0 110 </addon>
michael@0 111 <addon>
michael@0 112 <name>Free Add-on</name>
michael@0 113 <type id='1'>Extension</type>
michael@0 114 <guid>addon1@tests.mozilla.org</guid>
michael@0 115 <version>1.0</version>
michael@0 116 <authors>
michael@0 117 <author>
michael@0 118 <name>Test Creator</name>
michael@0 119 <link>http://example.com/creator.html</link>
michael@0 120 </author>
michael@0 121 </authors>
michael@0 122 <status id='4'>Public</status>
michael@0 123 <summary>Test summary</summary>
michael@0 124 <description>Test description</description>
michael@0 125 <compatible_applications>
michael@0 126 <application>
michael@0 127 <name>Firefox</name>
michael@0 128 <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID>
michael@0 129 <min_version>0</min_version>
michael@0 130 <max_version>*</max_version>
michael@0 131 </application>
michael@0 132 <application>
michael@0 133 <name>SeaMonkey</name>
michael@0 134 <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID>
michael@0 135 <min_version>0</min_version>
michael@0 136 <max_version>*</max_version>
michael@0 137 </application>
michael@0 138 </compatible_applications>
michael@0 139 <all_compatible_os>
michael@0 140 <os>ALL</os>
michael@0 141 </all_compatible_os>
michael@0 142 <install size="1">http://example.com/addon1.xpi</install>
michael@0 143 </addon>
michael@0 144 <addon>
michael@0 145 <name>More Expensive Add-on</name>
michael@0 146 <type id='1'>Extension</type>
michael@0 147 <guid>addon4@tests.mozilla.org</guid>
michael@0 148 <version>1.0</version>
michael@0 149 <authors>
michael@0 150 <author>
michael@0 151 <name>Test Creator</name>
michael@0 152 <link>http://example.com/creator.html</link>
michael@0 153 </author>
michael@0 154 </authors>
michael@0 155 <status id='4'>Public</status>
michael@0 156 <summary>Test summary</summary>
michael@0 157 <description>Test description</description>
michael@0 158 <compatible_applications>
michael@0 159 <application>
michael@0 160 <name>Firefox</name>
michael@0 161 <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID>
michael@0 162 <min_version>0</min_version>
michael@0 163 <max_version>*</max_version>
michael@0 164 </application>
michael@0 165 <application>
michael@0 166 <name>SeaMonkey</name>
michael@0 167 <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID>
michael@0 168 <min_version>0</min_version>
michael@0 169 <max_version>*</max_version>
michael@0 170 </application>
michael@0 171 </compatible_applications>
michael@0 172 <all_compatible_os>
michael@0 173 <os>ALL</os>
michael@0 174 </all_compatible_os>
michael@0 175 <payment_data>
michael@0 176 <link>http://example.com/browser/toolkit/mozapps/extensions/test/browser/releaseNotes.xhtml?addon4</link>
michael@0 177 <amount amount="1.01">$1.01</amount>
michael@0 178 </payment_data>
michael@0 179 </addon>
michael@0 180 </searchresults>

mercurial