зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2f760aac66
Коммит
17c6220cd8
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче