зеркало из https://github.com/mozilla/pjs.git
Bug 625671 - Enable Hardware acceleration by default on Maemo6 fennec r=dougt a=approval2.0
This commit is contained in:
Родитель
2b44ffc216
Коммит
7a8b5e1ad1
|
@ -543,7 +543,11 @@ pref("services.sync.prefs.sync.signon.rememberSignons", true);
|
|||
// threshold where a tap becomes a drag, in 1/240" reference pixels
|
||||
pref("ui.dragThreshold", 24);
|
||||
|
||||
#if MOZ_PLATFORM_MAEMO == 6
|
||||
pref("layers.acceleration.disabled", false);
|
||||
#else
|
||||
pref("layers.acceleration.disabled", true);
|
||||
#endif
|
||||
|
||||
pref("notification.feature.enabled", true);
|
||||
pref("indexedDB.feature.enabled", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче