toolkit/mozapps/extensions/test/xpcshell/data/test_bug449027_toolkit.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.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2
michael@0 3 <blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist">
michael@0 4 <emItems>
michael@0 5 <!-- All extensions are version 5 and tests run against toolkitVersion 8 -->
michael@0 6
michael@0 7 <!-- Test 1-14 not listed, should never get blocked -->
michael@0 8
michael@0 9 <!-- Should block for any version of the app -->
michael@0 10 <emItem id="test_bug449027_15@tests.mozilla.org">
michael@0 11 <versionRange>
michael@0 12 <targetApplication id="toolkit@mozilla.org"/>
michael@0 13 </versionRange>
michael@0 14 </emItem>
michael@0 15 <!-- Should still block -->
michael@0 16 <emItem id="test_bug449027_16@tests.mozilla.org">
michael@0 17 <versionRange>
michael@0 18 <targetApplication id="toolkit@mozilla.org">
michael@0 19 <versionRange/>
michael@0 20 </targetApplication>
michael@0 21 </versionRange>
michael@0 22 </emItem>
michael@0 23 <!-- Not blocked since neither version range matches -->
michael@0 24 <emItem id="test_bug449027_17@tests.mozilla.org">
michael@0 25 <versionRange>
michael@0 26 <targetApplication id="toolkit@mozilla.org">
michael@0 27 <versionRange minVersion="9"/>
michael@0 28 <versionRange maxVersion="7"/>
michael@0 29 </targetApplication>
michael@0 30 </versionRange>
michael@0 31 </emItem>
michael@0 32 <!-- Invalid version range, should not block -->
michael@0 33 <emItem id="test_bug449027_18@tests.mozilla.org">
michael@0 34 <versionRange>
michael@0 35 <targetApplication id="toolkit@mozilla.org">
michael@0 36 <versionRange minVersion="11" maxVersion="9"/>
michael@0 37 </targetApplication>
michael@0 38 </versionRange>
michael@0 39 </emItem>
michael@0 40 <!-- Should block all of these -->
michael@0 41 <emItem id="test_bug449027_19@tests.mozilla.org">
michael@0 42 <versionRange>
michael@0 43 <targetApplication id="foo@bar.com"/>
michael@0 44 <targetApplication id="toolkit@mozilla.org">
michael@0 45 <versionRange minVersion="10" maxVersion="11"/>
michael@0 46 <versionRange minVersion="8" maxVersion="9"/>
michael@0 47 <versionRange maxVersion="7"/>
michael@0 48 </targetApplication>
michael@0 49 </versionRange>
michael@0 50 </emItem>
michael@0 51 <emItem id="test_bug449027_20@tests.mozilla.org">
michael@0 52 <versionRange>
michael@0 53 <targetApplication id="toolkit@mozilla.org">
michael@0 54 <versionRange maxVersion="7"/>
michael@0 55 <versionRange minVersion="7" maxVersion="8"/>
michael@0 56 <versionRange minVersion="9" maxVersion="10"/>
michael@0 57 </targetApplication>
michael@0 58 <targetApplication id="foo@bar.com"/>
michael@0 59 </versionRange>
michael@0 60 </emItem>
michael@0 61 <emItem id="test_bug449027_21@tests.mozilla.org">
michael@0 62 <versionRange>
michael@0 63 <targetApplication id="toolkit@mozilla.org">
michael@0 64 <versionRange minVersion="6" maxVersion="6"/>
michael@0 65 <versionRange minVersion="7" maxVersion="9"/>
michael@0 66 <versionRange minVersion="10" maxVersion="11"/>
michael@0 67 </targetApplication>
michael@0 68 </versionRange>
michael@0 69 </emItem>
michael@0 70 <emItem id="test_bug449027_22@tests.mozilla.org">
michael@0 71 <versionRange>
michael@0 72 <targetApplication id="foo@bar.com"/>
michael@0 73 <targetApplication id="toolkit@mozilla.org">
michael@0 74 <versionRange minVersion="8"/>
michael@0 75 </targetApplication>
michael@0 76 </versionRange>
michael@0 77 </emItem>
michael@0 78 <emItem id="test_bug449027_23@tests.mozilla.org">
michael@0 79 <versionRange>
michael@0 80 <targetApplication id="toolkit@mozilla.org">
michael@0 81 <versionRange minVersion="7"/>
michael@0 82 </targetApplication>
michael@0 83 <targetApplication id="foo@bar.com"/>
michael@0 84 </versionRange>
michael@0 85 </emItem>
michael@0 86 <emItem id="test_bug449027_24@tests.mozilla.org">
michael@0 87 <versionRange>
michael@0 88 <targetApplication id="toolkit@mozilla.org">
michael@0 89 <versionRange maxVersion="8"/>
michael@0 90 </targetApplication>
michael@0 91 </versionRange>
michael@0 92 </emItem>
michael@0 93 <emItem id="test_bug449027_25@tests.mozilla.org">
michael@0 94 <versionRange>
michael@0 95 <targetApplication id="toolkit@mozilla.org">
michael@0 96 <versionRange maxVersion="9"/>
michael@0 97 </targetApplication>
michael@0 98 </versionRange>
michael@0 99 </emItem>
michael@0 100 </emItems>
michael@0 101 <pluginItems>
michael@0 102 <!-- All plugins are version 5 and tests run against appVersion 3 -->
michael@0 103
michael@0 104 <!-- Test 1-14 not listed, should never get blocked -->
michael@0 105 <!-- Should block for any version of the app -->
michael@0 106 <pluginItem>
michael@0 107 <match name="name" exp="^test_bug449027_15$"/>
michael@0 108 <versionRange>
michael@0 109 <targetApplication id="toolkit@mozilla.org"/>
michael@0 110 </versionRange>
michael@0 111 </pluginItem>
michael@0 112 <!-- Should still block -->
michael@0 113 <pluginItem>
michael@0 114 <match name="name" exp="^test_bug449027_16$"/>
michael@0 115 <versionRange>
michael@0 116 <targetApplication id="toolkit@mozilla.org">
michael@0 117 <versionRange/>
michael@0 118 </targetApplication>
michael@0 119 </versionRange>
michael@0 120 </pluginItem>
michael@0 121 <!-- Not blocked since neither version range matches -->
michael@0 122 <pluginItem>
michael@0 123 <match name="name" exp="^test_bug449027_17$"/>
michael@0 124 <versionRange>
michael@0 125 <targetApplication id="toolkit@mozilla.org">
michael@0 126 <versionRange minVersion="9"/>
michael@0 127 <versionRange maxVersion="7"/>
michael@0 128 </targetApplication>
michael@0 129 </versionRange>
michael@0 130 </pluginItem>
michael@0 131 <!-- Invalid version range, should not block -->
michael@0 132 <pluginItem>
michael@0 133 <match name="name" exp="^test_bug449027_18$"/>
michael@0 134 <versionRange>
michael@0 135 <targetApplication id="toolkit@mozilla.org">
michael@0 136 <versionRange minVersion="11" maxVersion="9"/>
michael@0 137 </targetApplication>
michael@0 138 </versionRange>
michael@0 139 </pluginItem>
michael@0 140 <!-- Should block all of these -->
michael@0 141 <pluginItem>
michael@0 142 <match name="name" exp="^test_bug449027_19$"/>
michael@0 143 <versionRange>
michael@0 144 <targetApplication id="foo@bar.com"/>
michael@0 145 <targetApplication id="toolkit@mozilla.org">
michael@0 146 <versionRange minVersion="10" maxVersion="11"/>
michael@0 147 <versionRange minVersion="8" maxVersion="9"/>
michael@0 148 <versionRange maxVersion="7"/>
michael@0 149 </targetApplication>
michael@0 150 </versionRange>
michael@0 151 </pluginItem>
michael@0 152 <pluginItem>
michael@0 153 <match name="name" exp="^test_bug449027_20$"/>
michael@0 154 <versionRange>
michael@0 155 <targetApplication id="toolkit@mozilla.org">
michael@0 156 <versionRange maxVersion="7"/>
michael@0 157 <versionRange minVersion="7" maxVersion="8"/>
michael@0 158 <versionRange minVersion="9" maxVersion="10"/>
michael@0 159 </targetApplication>
michael@0 160 <targetApplication id="foo@bar.com"/>
michael@0 161 </versionRange>
michael@0 162 </pluginItem>
michael@0 163 <pluginItem>
michael@0 164 <match name="name" exp="^test_bug449027_21$"/>
michael@0 165 <versionRange>
michael@0 166 <targetApplication id="toolkit@mozilla.org">
michael@0 167 <versionRange minVersion="6" maxVersion="6"/>
michael@0 168 <versionRange minVersion="7" maxVersion="9"/>
michael@0 169 <versionRange minVersion="10" maxVersion="11"/>
michael@0 170 </targetApplication>
michael@0 171 </versionRange>
michael@0 172 </pluginItem>
michael@0 173 <pluginItem>
michael@0 174 <match name="name" exp="^test_bug449027_22$"/>
michael@0 175 <versionRange>
michael@0 176 <targetApplication id="foo@bar.com"/>
michael@0 177 <targetApplication id="toolkit@mozilla.org">
michael@0 178 <versionRange minVersion="8"/>
michael@0 179 </targetApplication>
michael@0 180 </versionRange>
michael@0 181 </pluginItem>
michael@0 182 <pluginItem>
michael@0 183 <match name="name" exp="^test_bug449027_23$"/>
michael@0 184 <versionRange>
michael@0 185 <targetApplication id="toolkit@mozilla.org">
michael@0 186 <versionRange minVersion="7"/>
michael@0 187 </targetApplication>
michael@0 188 <targetApplication id="foo@bar.com"/>
michael@0 189 </versionRange>
michael@0 190 </pluginItem>
michael@0 191 <pluginItem>
michael@0 192 <match name="name" exp="^test_bug449027_24$"/>
michael@0 193 <versionRange>
michael@0 194 <targetApplication id="toolkit@mozilla.org">
michael@0 195 <versionRange maxVersion="8"/>
michael@0 196 </targetApplication>
michael@0 197 </versionRange>
michael@0 198 </pluginItem>
michael@0 199 <pluginItem>
michael@0 200 <match name="name" exp="^test_bug449027_25$"/>
michael@0 201 <versionRange>
michael@0 202 <targetApplication id="toolkit@mozilla.org">
michael@0 203 <versionRange maxVersion="9"/>
michael@0 204 </targetApplication>
michael@0 205 </versionRange>
michael@0 206 </pluginItem>
michael@0 207 </pluginItems>
michael@0 208 </blocklist>

mercurial