mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Remove GMP, Plugin and IPC crash reporter hooks.
Stubs will be removed in follow-up Tag #20.
This commit is contained in:
parent
22a077d0ed
commit
a3f981092e
22 changed files with 8 additions and 373 deletions
|
|
@ -11,7 +11,6 @@ include protocol PCompositorBridge;
|
|||
include protocol PContentBridge;
|
||||
include protocol PContentPermissionRequest;
|
||||
include protocol PCycleCollectWithLogs;
|
||||
include protocol PCrashReporter;
|
||||
include protocol PPSMContentDownloader;
|
||||
include protocol PExternalHelperApp;
|
||||
include protocol PHandlerService;
|
||||
|
|
@ -243,7 +242,6 @@ nested(upto inside_cpow) sync protocol PContent
|
|||
manages PBlob;
|
||||
manages PBrowser;
|
||||
manages PContentPermissionRequest;
|
||||
manages PCrashReporter;
|
||||
manages PCycleCollectWithLogs;
|
||||
manages PPSMContentDownloader;
|
||||
manages PExternalHelperApp;
|
||||
|
|
@ -625,8 +623,6 @@ parent:
|
|||
|
||||
async PRemoteSpellcheckEngine();
|
||||
|
||||
sync PCrashReporter(NativeThreadId tid, uint32_t processType);
|
||||
|
||||
/**
|
||||
* Is this token compatible with the provided version?
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue