Backed out changeset 469e5a0fc374 (bug 455077) for tsan failures on gfxPlatform.cpp . CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2020-03-10 02:34:57 +02:00
Родитель 4728031ab3
Коммит 135c24b36a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3547,7 +3547,7 @@
# See eCMSMode in gfx/thebes/gfxPlatform.h.
- name: gfx.color_management.mode
type: RelaxedAtomicInt32
value: 1
value: 2
mirror: always
# The zero default here should match QCMS_INTENT_DEFAULT from qcms.h

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

@ -41,7 +41,7 @@ user_pref("extensions.getAddons.cache.enabled", false);
user_pref("extensions.getAddons.get.url", "http://localhost/extensions-dummy/repositoryGetURL");
user_pref("extensions.systemAddon.update.url", "http://localhost/dummy-system-addons.xml");
user_pref("gfx.color_management.force_srgb", true);
user_pref("gfx.color_management.mode", 1);
user_pref("gfx.color_management.mode", 2);
user_pref("gfx.logging.level", 1);
// Disable downscale-during-decode, since it makes reftests more difficult.
user_pref("image.downscale-during-decode.enabled", false);