Bug 1451532 Remove/replace legacy extensions in telemetry tests r=gfritzsche

--HG--
rename : toolkit/components/telemetry/tests/addons/dictionary/install.rdf => toolkit/components/telemetry/tests/addons/dictionary/manifest.json
rename : toolkit/components/telemetry/tests/addons/system/install.rdf => toolkit/components/telemetry/tests/addons/system/manifest.json
rename : toolkit/components/telemetry/tests/addons/theme/install.rdf => toolkit/components/telemetry/tests/addons/theme/manifest.json
extra : rebase_source : c0186e8692b90f5e9a09b68fa8c5dfe5c4a949c3
extra : source : dc9705697fba4144568a49b7e34b79e4576b1893
extra : histedit_source : 4227770f9201aa66c8f831e90170c40b51bd80f1
This commit is contained in:
Andrew Swan 2018-10-22 11:42:16 -07:00
Родитель 2f760aac66
Коммит 17c6220cd8
9 изменённых файлов: 48 добавлений и 85 удалений

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

@ -1,25 +0,0 @@
<?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>telemetry-dictionary@tests.mozilla.org</em:id>
<em:version>1</em:version>
<em:type>64</em:type>
<em:targetApplication>
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>Telemetry test dictionary</em:name>
<em:description>A nice dictionary to prevent all typos for Telemetry.</em:description>
<em:bootstrap>true</em:bootstrap>
</Description>
</RDF>

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

@ -0,0 +1,15 @@
{
"manifest_version": 2,
"name": "Telemetry test dictionary",
"description": "A nice dictionary to prevent all typos for Telemetry.",
"version": "1.0",
"dictionaries": {},
"applications": {
"gecko": {
"id": "telemetry-dictionary@tests.mozilla.org"
}
}
}

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

@ -1,16 +0,0 @@
<?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>telemetry-experiment-1@tests.mozilla.org</em:id>
<em:version>1</em:version>
<em:type>128</em:type>
<!-- Front End MetaData -->
<em:name>Telemetry test experiment</em:name>
<em:description>Yet another experiment that experiments experimentally.</em:description>
</Description>
</RDF>

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

@ -1,25 +0,0 @@
<?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>tel-system-xpi@tests.mozilla.org</em:id>
<em:version>1.0</em:version>
<em:targetApplication>
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>XPI Telemetry System Add-on Test</em:name>
<em:description>A system addon which is shipped with Firefox.</em:description>
<em:bootstrap>true</em:bootstrap>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
</Description>
</RDF>

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

@ -0,0 +1,13 @@
{
"manifest_version": 2,
"name": "XPI Telemetry System Add-on Test",
"description": "A system addon which is shipped with Firefox.",
"version": "1.0",
"applications": {
"gecko": {
"id": "tel-system-xpi@tests.mozilla.org"
}
}
}

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

@ -1,16 +0,0 @@
<?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>telemetry-theme@tests.mozilla.org</em:id>
<em:version>1</em:version>
<em:type>4</em:type>
<!-- Front End MetaData -->
<em:name>Telemetry test theme</em:name>
<em:description>A good looking test theme for Telemetry.</em:description>
</Description>
</RDF>

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

@ -0,0 +1,19 @@
{
"manifest_version": 2,
"name": "Telemetry test theme",
"description": "A good looking test theme for Telemetry.",
"version": "1.0",
"theme": {
"images": {
"headerURL": "foo.png"
}
}
"applications": {
"gecko": {
"id": "telemetry-theme@tests.mozilla.org"
}
}
}

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

@ -1238,7 +1238,7 @@ add_task(async function test_addonsAndPlugins() {
updateDay: truncateToDays(SYSTEM_ADDON_INSTALL_DATE),
signedState: undefined,
isSystem: true,
isWebExtension: false,
isWebExtension: true,
multiprocessCompatible: true,
};

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

@ -7,7 +7,6 @@ support-files =
../search/chrome.manifest
../search/searchTest.jar
dictionary.xpi
experiment.xpi
engine.xml
system.xpi
restartless.xpi
@ -18,7 +17,6 @@ support-files =
!/toolkit/mozapps/extensions/test/xpcshell/head_addons.js
generated-files =
dictionary.xpi
experiment.xpi
system.xpi
restartless.xpi