Turn off acceleration on mobile (
bug 619615) [r=stuart]
--- a/mobile/app/mobile.js
+++ b/mobile/app/mobile.js
@@ -499,11 +499,10 @@ pref("network.buffer.cache.size", 16384
// sync service
pref("services.sync.client.type", "mobile");
pref("services.sync.registerEngines", "Tab,Bookmarks,Form,History,Password");
pref("services.sync.autoconnectDelay", 5);
// threshold where a tap becomes a drag, in 1/240" reference pixels
pref("ui.dragThreshold", 24);
-#ifndef MOZ_PLATFORM_MAEMO
-pref("layers.accelerate-all", true);
-#endif
+pref("layers.accelerate-all", false);
+