mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
Remove sandbox ductwork conditional code.
This commit is contained in:
parent
aa9ae963f6
commit
c8462db202
44 changed files with 5 additions and 916 deletions
|
|
@ -22,9 +22,6 @@
|
|||
#define XRE_DONT_PROTECT_DLL_LOAD
|
||||
#define XRE_WANT_ENVIRON
|
||||
#include "nsWindowsWMain.cpp"
|
||||
#ifdef MOZ_SANDBOX
|
||||
#include "mozilla/sandboxing/SandboxInitialization.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
|
|
@ -54,10 +51,6 @@ main(int argc, char** argv, char** envp)
|
|||
#endif
|
||||
|
||||
XREShellData shellData;
|
||||
#if defined(XP_WIN) && defined(MOZ_SANDBOX)
|
||||
shellData.sandboxBrokerServices =
|
||||
mozilla::sandboxing::GetInitializedBrokerServices();
|
||||
#endif
|
||||
|
||||
int result = XRE_XPCShellMain(argc, argv, envp, &shellData);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue