Wed, 31 Dec 2014 06:09:35 +0100
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"?> |
michael@0 | 2 | |
michael@0 | 3 | <!-- This is a copy of extensions.rdf from Firefox 3.5 including four |
michael@0 | 4 | test extensions. Addon1 was user enabled, addon2 was user disabled, addon3 |
michael@0 | 5 | was pending user disable at the next restart and addon4 was pending user |
michael@0 | 6 | enable at the next restart. Additionally addon1 and 2 have had |
michael@0 | 7 | compatibility updates applies to make them compatible with the app and |
michael@0 | 8 | toolkit respectively, addon3 and 4 have not. addon5 is disabled however |
michael@0 | 9 | at the same time as the migration a new version should be detected. addon6 |
michael@0 | 10 | is pending install and needs a compatibility update to be compatible. |
michael@0 | 11 | It also contains two themes in the profile --> |
michael@0 | 12 | |
michael@0 | 13 | <RDF:RDF xmlns:NS1="http://www.mozilla.org/2004/em-rdf#" |
michael@0 | 14 | xmlns:NC="http://home.netscape.com/NC-rdf#" |
michael@0 | 15 | xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
michael@0 | 16 | <RDF:Description RDF:about="rdf:#$w8dNC3" |
michael@0 | 17 | NS1:id="xpcshell@tests.mozilla.org" |
michael@0 | 18 | NS1:minVersion="1" |
michael@0 | 19 | NS1:maxVersion="1" /> |
michael@0 | 20 | <RDF:Description RDF:about="rdf:#$w8dNC4" |
michael@0 | 21 | NS1:id="xpcshell@tests.mozilla.org" |
michael@0 | 22 | NS1:minVersion="1" |
michael@0 | 23 | NS1:maxVersion="2" /> |
michael@0 | 24 | <RDF:Description RDF:about="rdf:#$w8dNC5" |
michael@0 | 25 | NS1:id="xpcshell@tests.mozilla.org" |
michael@0 | 26 | NS1:minVersion="1" |
michael@0 | 27 | NS1:maxVersion="2" /> |
michael@0 | 28 | <RDF:Description RDF:about="rdf:#$w8dNC6" |
michael@0 | 29 | NS1:id="xpcshell@tests.mozilla.org" |
michael@0 | 30 | NS1:minVersion="1" |
michael@0 | 31 | NS1:maxVersion="2" /> |
michael@0 | 32 | <RDF:Description RDF:about="rdf:#$w8dNC2" |
michael@0 | 33 | NS1:id="toolkit@mozilla.org" |
michael@0 | 34 | NS1:minVersion="1" |
michael@0 | 35 | NS1:maxVersion="1" /> |
michael@0 | 36 | <RDF:Description RDF:about="rdf:#$w8dNC1" |
michael@0 | 37 | NS1:id="toolkit@mozilla.org" |
michael@0 | 38 | NS1:minVersion="1" |
michael@0 | 39 | NS1:maxVersion="2" /> |
michael@0 | 40 | <RDF:Description RDF:about="rdf:#$w8dNC7" |
michael@0 | 41 | NS1:id="toolkit@mozilla.org" |
michael@0 | 42 | NS1:minVersion="1" |
michael@0 | 43 | NS1:maxVersion="2" /> |
michael@0 | 44 | <RDF:Description RDF:about="rdf:#$oadNC1" |
michael@0 | 45 | NS1:id="xpcshell@tests.mozilla.org" |
michael@0 | 46 | NS1:minVersion="1" |
michael@0 | 47 | NS1:maxVersion="2" /> |
michael@0 | 48 | <RDF:Description RDF:about="rdf:#$TpnM4" |
michael@0 | 49 | NS1:id="xpcshell@tests.mozilla.org" |
michael@0 | 50 | NS1:updatedMinVersion="1" |
michael@0 | 51 | NS1:updatedMaxVersion="2" /> |
michael@0 | 52 | <RDF:Description RDF:about="urn:mozilla:item:addon1@tests.mozilla.org" |
michael@0 | 53 | NS1:installLocation="app-profile" |
michael@0 | 54 | NS1:version="1.0" |
michael@0 | 55 | NS1:name="Test 1"> |
michael@0 | 56 | <NS1:type NC:parseType="Integer">2</NS1:type> |
michael@0 | 57 | <NS1:targetApplication RDF:resource="rdf:#$oadNC1"/> |
michael@0 | 58 | </RDF:Description> |
michael@0 | 59 | <RDF:Description RDF:about="urn:mozilla:item:addon2@tests.mozilla.org" |
michael@0 | 60 | NS1:installLocation="app-profile" |
michael@0 | 61 | NS1:version="2.0" |
michael@0 | 62 | NS1:name="Test 2" |
michael@0 | 63 | NS1:userDisabled="true"> |
michael@0 | 64 | <NS1:type NC:parseType="Integer">2</NS1:type> |
michael@0 | 65 | <NS1:targetApplication RDF:resource="rdf:#$w8dNC1"/> |
michael@0 | 66 | </RDF:Description> |
michael@0 | 67 | <RDF:Description RDF:about="urn:mozilla:item:addon3@tests.mozilla.org" |
michael@0 | 68 | NS1:installLocation="app-profile" |
michael@0 | 69 | NS1:version="2.0" |
michael@0 | 70 | NS1:name="Test 3" |
michael@0 | 71 | NS1:userDisabled="needs-disable"> |
michael@0 | 72 | <NS1:type NC:parseType="Integer">2</NS1:type> |
michael@0 | 73 | <NS1:targetApplication RDF:resource="rdf:#$w8dNC3"/> |
michael@0 | 74 | </RDF:Description> |
michael@0 | 75 | <RDF:Description RDF:about="urn:mozilla:item:addon4@tests.mozilla.org" |
michael@0 | 76 | NS1:installLocation="app-profile" |
michael@0 | 77 | NS1:version="2.0" |
michael@0 | 78 | NS1:name="Test 4" |
michael@0 | 79 | NS1:userDisabled="needs-enable"> |
michael@0 | 80 | <NS1:type NC:parseType="Integer">2</NS1:type> |
michael@0 | 81 | <NS1:targetApplication RDF:resource="rdf:#$w8dNC2"/> |
michael@0 | 82 | </RDF:Description> |
michael@0 | 83 | <RDF:Description RDF:about="urn:mozilla:item:addon5@tests.mozilla.org" |
michael@0 | 84 | NS1:installLocation="app-profile" |
michael@0 | 85 | NS1:version="1.0" |
michael@0 | 86 | NS1:name="Test 5" |
michael@0 | 87 | NS1:userDisabled="true"> |
michael@0 | 88 | <NS1:type NC:parseType="Integer">2</NS1:type> |
michael@0 | 89 | <NS1:targetApplication RDF:resource="rdf:#$w8dNC7"/> |
michael@0 | 90 | </RDF:Description> |
michael@0 | 91 | <RDF:Description RDF:about="urn:mozilla:item:addon6@tests.mozilla.org" |
michael@0 | 92 | NS1:name="Test 6" |
michael@0 | 93 | NS1:version="1.0" |
michael@0 | 94 | NS1:newVersion="1.0" |
michael@0 | 95 | NS1:installLocation="app-profile"> |
michael@0 | 96 | <NS1:type NC:parseType="Integer">2</NS1:type> |
michael@0 | 97 | <NS1:targetApplication RDF:resource="rdf:#$TpnM4"/> |
michael@0 | 98 | </RDF:Description> |
michael@0 | 99 | <RDF:Description RDF:about="urn:mozilla:item:theme1@tests.mozilla.org" |
michael@0 | 100 | NS1:installLocation="app-profile" |
michael@0 | 101 | NS1:version="1.0" |
michael@0 | 102 | NS1:name="Theme 2" |
michael@0 | 103 | NS1:internalName="theme1/1.0"> |
michael@0 | 104 | <NS1:type NC:parseType="Integer">4</NS1:type> |
michael@0 | 105 | <NS1:targetApplication RDF:resource="rdf:#$w8dNC5"/> |
michael@0 | 106 | </RDF:Description> |
michael@0 | 107 | <RDF:Description RDF:about="urn:mozilla:item:theme2@tests.mozilla.org" |
michael@0 | 108 | NS1:installLocation="app-profile" |
michael@0 | 109 | NS1:version="2.0" |
michael@0 | 110 | NS1:name="Theme 2" |
michael@0 | 111 | NS1:internalName="theme2/1.0"> |
michael@0 | 112 | <NS1:type NC:parseType="Integer">4</NS1:type> |
michael@0 | 113 | <NS1:targetApplication RDF:resource="rdf:#$w8dNC6"/> |
michael@0 | 114 | </RDF:Description> |
michael@0 | 115 | <RDF:Seq RDF:about="urn:mozilla:item:root"> |
michael@0 | 116 | <RDF:li RDF:resource="urn:mozilla:item:addon1@tests.mozilla.org"/> |
michael@0 | 117 | <RDF:li RDF:resource="urn:mozilla:item:addon2@tests.mozilla.org"/> |
michael@0 | 118 | <RDF:li RDF:resource="urn:mozilla:item:addon3@tests.mozilla.org"/> |
michael@0 | 119 | <RDF:li RDF:resource="urn:mozilla:item:addon4@tests.mozilla.org"/> |
michael@0 | 120 | <RDF:li RDF:resource="urn:mozilla:item:addon5@tests.mozilla.org"/> |
michael@0 | 121 | <RDF:li RDF:resource="urn:mozilla:item:addon6@tests.mozilla.org"/> |
michael@0 | 122 | <RDF:li RDF:resource="urn:mozilla:item:theme1@tests.mozilla.org"/> |
michael@0 | 123 | <RDF:li RDF:resource="urn:mozilla:item:theme2@tests.mozilla.org"/> |
michael@0 | 124 | </RDF:Seq> |
michael@0 | 125 | </RDF:RDF> |