Bug 757680 - Turn off touch event coalescing by default. r=wesj

This commit is contained in:
Kartikaya Gupta 2012-10-19 11:18:01 -04:00
parent 31b1c3fb1d
commit 8b19293ff2

View File

@ -658,7 +658,7 @@ pref("media.plugins.enabled", true);
pref("media.stagefright.omxcodec.flags", 0);
// Coalesce touch events to prevent them from flooding the event queue
pref("dom.event.touch.coalescing.enabled", true);
pref("dom.event.touch.coalescing.enabled", false);
// default orientation for the app, default to undefined
// the java GeckoScreenOrientationListener needs this to be defined