forked from mirrors/gecko-dev
This allows to filter chrome manifest registration by the current background task(s, in the future). Filtration behaves just like filtering by "application": * filter with `backgroundtask=` means disable for all background tasks, since no background task will match "" * filter with `backgroundtask!=` means enable for all background task, since every background task will not match "" Differential Revision: https://phabricator.services.mozilla.com/D96482
4 lines
486 B
Text
4 lines
486 B
Text
category test-cat CatRegisteredComponent @unit.test.com/cat-registered-component;1
|
|
category test-cat CatBackgroundTaskRegisteredComponent @unit.test.com/cat-backgroundtask-registered-component;1 backgroundtask
|
|
category test-cat CatBackgroundTaskAlwaysRegisteredComponent @unit.test.com/cat-backgroundtask-alwaysregistered-component;1 backgroundtask=1
|
|
category test-cat CatBackgroundTaskNotRegisteredComponent @unit.test.com/cat-backgroundtask-notregistered-component;1 backgroundtask=0
|