Bug 1040939 - Fix startup error "Couldn't load XPCOM" Package sandboxbroker.dll r=ewong rs=bustagefix
Ports Firefox bugs: Bug 933947 - Check for sandboxbroker.dll in use from the installer and uninstaller Bug 985252 - Sandbox Gecko Media Plugins (including OpenH264) for Windows - Build sandbox code regardless of whether --enable-content-sandbox/MOZ_CONTENT_SANDBOX is provided. - Enable sandboxing of GMP plugins. - Enable `SandboxBroker` to set different security policies for different process types.
This commit is contained in:
Родитель
2e99640d98
Коммит
1bfbbad000
|
@ -680,6 +680,11 @@
|
||||||
@BINPATH@/components/pipnss.xpt
|
@BINPATH@/components/pipnss.xpt
|
||||||
@BINPATH@/components/pippki.xpt
|
@BINPATH@/components/pippki.xpt
|
||||||
|
|
||||||
|
; For process sandboxing
|
||||||
|
#if defined(XP_WIN)
|
||||||
|
@BINPATH@/@DLL_PREFIX@sandboxbroker@DLL_SUFFIX@
|
||||||
|
#endif
|
||||||
|
|
||||||
; for Solaris SPARC
|
; for Solaris SPARC
|
||||||
#ifdef SOLARIS
|
#ifdef SOLARIS
|
||||||
bin/libfreebl_32fpu_3.so
|
bin/libfreebl_32fpu_3.so
|
||||||
|
|
|
@ -999,6 +999,7 @@
|
||||||
Push "nssdbm3.dll"
|
Push "nssdbm3.dll"
|
||||||
Push "sqlite3.dll"
|
Push "sqlite3.dll"
|
||||||
Push "mozsqlite3.dll"
|
Push "mozsqlite3.dll"
|
||||||
|
Push "sandboxbroker.dll"
|
||||||
Push "xpcom.dll"
|
Push "xpcom.dll"
|
||||||
Push "crashreporter.exe"
|
Push "crashreporter.exe"
|
||||||
Push "updater.exe"
|
Push "updater.exe"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче