Backed out changeset dea221c2e93e (bug 1594521) for xpcshell failures on test_isDebuggable.js . CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2019-11-16 00:04:29 +02:00
Родитель bdc5daf944
Коммит d65afd5e9a
3 изменённых файлов: 6 добавлений и 3 удалений

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

@ -231,6 +231,11 @@ const startupPhases = {
condition: WIN,
stat: 1,
},
{
path: "XCurProcD:blocklist.xml",
condition: WIN,
stat: 1,
},
{
// bug 1534745
path: "ProfD:cookies.sqlite-journal",

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

@ -2305,8 +2305,6 @@ pref("extensions.blocklist.enabled", true);
// OneCRL freshness checking depends on this value, so if you change it,
// please also update security.onecrl.maximum_staleness_in_seconds.
pref("extensions.blocklist.interval", 86400);
// Whether to use the XML backend (true) or the remotesettings one (false).
pref("extensions.blocklist.useXML", false);
// Required blocklist freshness for OneCRL OCSP bypass
// (default is 1.25x extensions.blocklist.interval, or 30 hours)
pref("security.onecrl.maximum_staleness_in_seconds", 108000);

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

@ -3239,7 +3239,7 @@ XPCOMUtils.defineLazyPreferenceGetter(
Blocklist,
"useXML",
"extensions.blocklist.useXML",
false,
true,
() => Blocklist.onUpdateImplementation(true)
);