fune/toolkit/components/processtools/components.conf
David Teller d621561a4a Bug 1635494 - nsIProcessToolsService;r=lina
A small xpcom module implemented in Rust, designed to provide low-level tools to deal with processes
from JS. For the moment, the only notable feature is `kill()`, designed to be used from about:processes

Differential Revision: https://phabricator.services.mozilla.com/D82552
2020-09-17 14:03:41 +00:00

10 lines
312 B
Text

Classes = [
{
'cid': '{79A13656-A472-4713-B0E1-AB39A15CF790}',
'contract_ids': ["@mozilla.org/processtools-service;1"],
'type': 'nsIProcessToolsService',
'constructor': 'GetProcessToolsService',
'singleton': True,
'headers': ['ProcessToolsService.h'],
}
]