зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1246505: Let the Windows low integrity content process sandbox ride the trains. r=jimm
This commit is contained in:
Родитель
91cc2c640d
Коммит
0c976cb1cb
|
@ -945,7 +945,7 @@ pref("dom.ipc.plugins.sandbox-level.flash", 0);
|
|||
#if defined(NIGHTLY_BUILD)
|
||||
pref("security.sandbox.content.level", 2);
|
||||
#else
|
||||
pref("security.sandbox.content.level", 0);
|
||||
pref("security.sandbox.content.level", 1);
|
||||
#endif
|
||||
|
||||
#if defined(MOZ_STACKWALKING)
|
||||
|
|
|
@ -1069,7 +1069,7 @@ pref("print.print_edge_right", 0);
|
|||
pref("print.print_edge_bottom", 0);
|
||||
|
||||
// Print via the parent process. This is only used when e10s is enabled.
|
||||
#if defined(XP_WIN) && defined(NIGHTLY_BUILD)
|
||||
#if defined(XP_WIN)
|
||||
pref("print.print_via_parent", true);
|
||||
#else
|
||||
pref("print.print_via_parent", false);
|
||||
|
|
|
@ -4537,7 +4537,7 @@ if test -n "$gonkdir"; then
|
|||
fi
|
||||
|
||||
case "$OS_TARGET:$NIGHTLY_BUILD" in
|
||||
WINNT:1)
|
||||
WINNT:*)
|
||||
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
|
||||
;;
|
||||
Darwin:1)
|
||||
|
|
Загрузка…
Ссылка в новой задаче