Bug 888304 - Temporarily disable content touch events on Desktop until we properly support them. r=jimm

This commit is contained in:
Felipe Gomes 2013-07-25 19:48:32 -03:00
Родитель 8b8e6fd89d
Коммит 0613309e46
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -472,6 +472,10 @@ pref("dom.disable_window_move_resize", false);
// prevent JS from monkeying with window focus, etc
pref("dom.disable_window_flip", true);
// Disable touch events on Desktop Firefox by default until they are properly
// supported (bug 736048)
pref("dom.w3c_touch_events.enabled", 0);
// popups.policy 1=allow,2=reject
pref("privacy.popups.policy", 1);
pref("privacy.popups.usecustom", true);