mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47: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
|
|
@ -23,7 +23,6 @@
|
|||
#include "VideoUtils.h"
|
||||
|
||||
#include "mozilla/dom/CrashReporterParent.h"
|
||||
using mozilla::dom::CrashReporterParent;
|
||||
using mozilla::ipc::GeckoChildProcessHost;
|
||||
|
||||
#include "mozilla/Telemetry.h"
|
||||
|
|
@ -580,22 +579,6 @@ GMPParent::ActorDestroy(ActorDestroyReason aWhy)
|
|||
}
|
||||
}
|
||||
|
||||
mozilla::dom::PCrashReporterParent*
|
||||
GMPParent::AllocPCrashReporterParent(const NativeThreadId& aThread)
|
||||
{
|
||||
MOZ_ASSERT(false, "Should only be sent if crash reporting is enabled.");
|
||||
CrashReporterParent* cr = new CrashReporterParent();
|
||||
cr->SetChildData(aThread, GeckoProcessType_GMPlugin);
|
||||
return cr;
|
||||
}
|
||||
|
||||
bool
|
||||
GMPParent::DeallocPCrashReporterParent(PCrashReporterParent* aCrashReporter)
|
||||
{
|
||||
delete aCrashReporter;
|
||||
return true;
|
||||
}
|
||||
|
||||
PGMPStorageParent*
|
||||
GMPParent::AllocPGMPStorageParent()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue