зеркало из https://github.com/mozilla/gecko-dev.git
Bug 870100 followup: disable the thumbnail service in reftest/crashtest as well, a=RyanVM for CLOSED TREE
This commit is contained in:
Родитель
5ba309bbd0
Коммит
9065e1e42c
|
@ -105,6 +105,8 @@ RefTestCmdLineHandler.prototype =
|
|||
// Checking whether two files are the same is slow on Windows.
|
||||
// Setting this pref makes tests run much faster there.
|
||||
branch.setBoolPref("security.fileuri.strict_origin_policy", false);
|
||||
// Disable the background thumbnailing service
|
||||
branch.setBoolPref("browser.pageThumbs.enabled", false);
|
||||
|
||||
var wwatch = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
||||
.getService(nsIWindowWatcher);
|
||||
|
|
Загрузка…
Ссылка в новой задаче