зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1265695 - added a pref to disable smart phone-number selection on long-press by default. r=TYLin
MozReview-Commit-ID: 4eriEzvSYze --HG-- extra : rebase_source : 2cc527cb6f7996e3666fb68b4bb33065ae08ad75
This commit is contained in:
Родитель
56f812a0d5
Коммит
6c4f729942
|
@ -5084,6 +5084,9 @@ pref("layout.accessiblecaret.allow_dragging_across_other_caret", true);
|
|||
// Optionally provide haptic feedback on longPress selection events.
|
||||
pref("layout.accessiblecaret.hapticfeedback", false);
|
||||
|
||||
// Smart phone-number selection on long-press is not enabled by default.
|
||||
pref("layout.accessiblecaret.extend_selection_for_phone_number", false);
|
||||
|
||||
// Wakelock is disabled by default.
|
||||
pref("dom.wakelock.enabled", false);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче