Bug 1246505: Let the Windows low integrity content process sandbox ride the trains. r=jimm

This commit is contained in:
Bob Owen 2016-07-21 06:39:25 +01:00
Родитель 91cc2c640d
Коммит 0c976cb1cb
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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)