Source code

Revision control

Copy as Markdown

Other Tools

[
{
"namespace": "testUtils",
"description": "experimental API extension to let tests know the addon's status",
"events": [
{
"name": "onMessage",
"type": "function",
"parameters": [
{
"name": "name",
"type": "object",
"description": "The preference which changed"
}
]
}
],
"functions": [
{
"name": "interventionsActive",
"type": "function",
"description": "Mark for tests that the webcompat interventions are now active.",
"parameters": [],
"async": true
},
{
"name": "interventionsInactive",
"type": "function",
"description": "Mark for tests that the webcompat interventions are now inactive.",
"parameters": [],
"async": true
},
{
"name": "shimsActive",
"type": "function",
"description": "Mark for tests that the SmartBlock shims are now active.",
"parameters": [],
"async": true
},
{
"name": "shimsInactive",
"type": "function",
"description": "Mark for tests that the SmartBlock shims are now inactive.",
"parameters": [],
"async": true
}
]
}
]