Bug 1363221: Enable a11y handler by default in prefs; r=jimm

--HG--
extra : amend_source : 7245734128495ade0baf3d5edc2e267f70afa439
This commit is contained in:
Aaron Klotz 2017-06-19 14:23:45 -06:00
Родитель 7be47e636c
Коммит aae99d6411
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -934,6 +934,9 @@ pref("accessibility.AOM.enabled", false);
// See bug 781791.
pref("accessibility.delay_plugins", false);
pref("accessibility.delay_plugin_time", 10000);
// The COM handler used for Windows e10s performance and live regions
pref("accessibility.handler.enabled", true);
#endif
pref("focusmanager.testmode", false);