mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Remove content process sandbox code.
This commit is contained in:
parent
d87cc84005
commit
369378d566
41 changed files with 1 additions and 1823 deletions
|
|
@ -46,11 +46,6 @@ class PRemoteSpellcheckEngineParent;
|
|||
class ProfileGatherer;
|
||||
#endif
|
||||
|
||||
#if defined(XP_LINUX) && defined(MOZ_CONTENT_SANDBOX)
|
||||
class SandboxBroker;
|
||||
class SandboxBrokerPolicyFactory;
|
||||
#endif
|
||||
|
||||
namespace embedding {
|
||||
class PrintingParent;
|
||||
}
|
||||
|
|
@ -1152,12 +1147,6 @@ private:
|
|||
|
||||
UniquePtr<gfx::DriverCrashGuard> mDriverCrashGuard;
|
||||
|
||||
#if defined(XP_LINUX) && defined(MOZ_CONTENT_SANDBOX)
|
||||
mozilla::UniquePtr<SandboxBroker> mSandboxBroker;
|
||||
static mozilla::UniquePtr<SandboxBrokerPolicyFactory>
|
||||
sSandboxBrokerPolicyFactory;
|
||||
#endif
|
||||
|
||||
#ifdef NS_PRINTING
|
||||
RefPtr<embedding::PrintingParent> mPrintingParent;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue