Bug 1372750 - allow generated embedded extensions to work in xpcshell tests r=kmag

MozReview-Commit-ID: AkCnoUTldhI

--HG--
extra : rebase_source : 69e36d7e462ed26740874dbf96a695dd92bdb850
This commit is contained in:
Robert Helmer 2017-06-21 12:46:57 -07:00
Родитель 5d0e47ddee
Коммит c380d85502
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -220,6 +220,7 @@ this.ExtensionTestCommon = class ExtensionTestCommon {
em:type="2"
em:version="${manifest.version}"
em:description=""
em:multiprocessCompatible="true"
em:hasEmbeddedWebExtension="true"
em:bootstrap="true">
@ -230,6 +231,13 @@ this.ExtensionTestCommon = class ExtensionTestCommon {
em:minVersion="51.0a1"
em:maxVersion="*"/>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>
`,