Bug 1331083 - Enable the Large-Allocation header by default, r=smaug

MozReview-Commit-ID: DwPyo9kcUnE
This commit is contained in:
Michael Layzell 2017-01-18 13:12:04 -05:00
Родитель 5e6c2376df
Коммит 307c2a9820
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -2905,6 +2905,9 @@ pref("svg.disabled", false);
// Override default dom.ipc.processCount for some remote content process types.
pref("dom.ipc.processCount.webLargeAllocation", 2);
// Enable the Large-Allocation header
pref("dom.largeAllocationHeader.enabled", true);
// Pref to control whether we use separate content processes for top-level load
// of file:// URIs.
#if defined(NIGHTLY_BUILD)