Loading
Bug 1675848 - Part 1: Add "backgroundtask" filter to chrome manifest parsing. r=mossop,kmag
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