Bug 1454107 - "Re-enable passive touch listeners on window/document/documentElement/body". r=kats

This commit is contained in:
Olli Pettay 2018-04-13 16:35:00 +03:00
parent 3128a74b25
commit 91a86f87f7

View File

@ -5870,4 +5870,4 @@ pref("general.document_open_conversion_depth_limit", 20);
// If true, touchstart and touchmove listeners on window, document,
// documentElement and document.body are passive by default.
pref("dom.event.default_to_passive_touch_listeners", false);
pref("dom.event.default_to_passive_touch_listeners", true);