mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +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
|
|
@ -34,7 +34,6 @@ namespace mozilla {
|
|||
class ProfileGatherer;
|
||||
#endif
|
||||
namespace dom {
|
||||
class PCrashReporterParent;
|
||||
class CrashReporterParent;
|
||||
} // namespace dom
|
||||
|
||||
|
|
@ -76,7 +75,6 @@ class PluginModuleParent
|
|||
{
|
||||
protected:
|
||||
typedef mozilla::PluginLibrary PluginLibrary;
|
||||
typedef mozilla::dom::PCrashReporterParent PCrashReporterParent;
|
||||
typedef mozilla::dom::CrashReporterParent CrashReporterParent;
|
||||
|
||||
PPluginInstanceParent*
|
||||
|
|
@ -158,12 +156,6 @@ protected:
|
|||
virtual bool
|
||||
RecvPluginHideWindow(const uint32_t& aWindowId) override;
|
||||
|
||||
virtual PCrashReporterParent*
|
||||
AllocPCrashReporterParent(mozilla::dom::NativeThreadId* id,
|
||||
uint32_t* processType) override;
|
||||
virtual bool
|
||||
DeallocPCrashReporterParent(PCrashReporterParent* actor) override;
|
||||
|
||||
virtual bool
|
||||
RecvSetCursor(const NSCursorInfo& aCursorInfo) override;
|
||||
|
||||
|
|
@ -508,12 +500,6 @@ private:
|
|||
|
||||
virtual bool ShouldContinueFromReplyTimeout() override;
|
||||
|
||||
virtual PCrashReporterParent*
|
||||
AllocPCrashReporterParent(mozilla::dom::NativeThreadId* id,
|
||||
uint32_t* processType) override;
|
||||
virtual bool
|
||||
DeallocPCrashReporterParent(PCrashReporterParent* actor) override;
|
||||
|
||||
PluginProcessParent* Process() const { return mSubprocess; }
|
||||
base::ProcessHandle ChildProcessHandle() { return mSubprocess->GetChildProcessHandle(); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue