mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +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
|
|
@ -372,15 +372,6 @@ public:
|
|||
|
||||
virtual void OnChannelError() override;
|
||||
|
||||
virtual PCrashReporterParent*
|
||||
AllocPCrashReporterParent(const NativeThreadId& tid,
|
||||
const uint32_t& processType) override;
|
||||
|
||||
virtual bool
|
||||
RecvPCrashReporterConstructor(PCrashReporterParent* actor,
|
||||
const NativeThreadId& tid,
|
||||
const uint32_t& processType) override;
|
||||
|
||||
virtual PNeckoParent* AllocPNeckoParent() override;
|
||||
|
||||
virtual bool RecvPNeckoConstructor(PNeckoParent* aActor) override
|
||||
|
|
@ -735,9 +726,6 @@ private:
|
|||
RecvPBlobConstructor(PBlobParent* aActor,
|
||||
const BlobConstructorParams& params) override;
|
||||
|
||||
virtual bool
|
||||
DeallocPCrashReporterParent(PCrashReporterParent* crashreporter) override;
|
||||
|
||||
virtual bool RecvNSSU2FTokenIsCompatibleVersion(const nsString& aVersion,
|
||||
bool* aIsCompatible) override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue