Continue to allow non-multiprocessCompatible extensions in automation. There are a ton of places that would need to be changed, many of which will be changing soon anyway with the non-webextensions change in 57 so this is mostly the expedient route to keeping the tree green. MozReview-Commit-ID: EZZoDVdhLfy
25 lines
753 B
XML
25 lines
753 B
XML
<?xml version="1.0"?>
|
|
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
|
|
|
<Description about="urn:mozilla:install-manifest">
|
|
<em:id>test-plugin-from-xpi@tests.mozilla.org</em:id>
|
|
<em:version>1</em:version>
|
|
<em:name>Test plugin from XPI</em:name>
|
|
<em:description>This tests shipping a plugin through an extensions.</em:description>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>toolkit@mozilla.org</em:id>
|
|
<em:minVersion>0</em:minVersion>
|
|
<em:maxVersion>*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<em:unpack>true</em:unpack>
|
|
<em:multiprocessCompatible>true</em:multiprocessCompatible>
|
|
|
|
</Description>
|
|
</RDF>
|