mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
3493324938
This is another quick-and-dirty port. Some of the test logic could probably be moved to unprivileged extension code but there's no urgent reason to do that right now. MozReview-Commit-ID: Af0XQbakLsx --HG-- rename : testing/mochitest/bootstrap.js => testing/mochitest/api.js extra : rebase_source : 3870a63d96c0b2d73ccc468393c75e17b884383f extra : source : 604167986098726b86ea0f9252a63abab36d35c4
23 lines
357 B
JSON
23 lines
357 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Mochitest",
|
|
"version": "2.0",
|
|
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "mochikit@mozilla.org"
|
|
}
|
|
},
|
|
|
|
"experiment_apis": {
|
|
"mochikit": {
|
|
"schema": "schema.json",
|
|
"parent": {
|
|
"scopes": ["addon_parent"],
|
|
"script": "api.js",
|
|
"events": ["startup"]
|
|
}
|
|
}
|
|
}
|
|
}
|