forked from mirrors/gecko-dev
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
10 lines
312 B
Text
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'],
|
|
}
|
|
]
|