зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1347047 Part 3 - Remove pref layout.accessiblecaret.timeout_ms. r=TYLin
MozReview-Commit-ID: CaHS2OlAhTq --HG-- extra : rebase_source : 697a4a60d4f7547faf0b32264d8028c26e72128d
This commit is contained in:
Родитель
785a31d171
Коммит
cd45a3edc2
|
@ -889,9 +889,6 @@ pref("layout.accessiblecaret.enabled", true);
|
||||||
// by the spec in bug 921965.
|
// by the spec in bug 921965.
|
||||||
pref("layout.accessiblecaret.bar.enabled", true);
|
pref("layout.accessiblecaret.bar.enabled", true);
|
||||||
|
|
||||||
// Hide the caret in cursor mode after 3 seconds.
|
|
||||||
pref("layout.accessiblecaret.timeout_ms", 3000);
|
|
||||||
|
|
||||||
// Hide carets and text selection dialog during scrolling.
|
// Hide carets and text selection dialog during scrolling.
|
||||||
pref("layout.accessiblecaret.always_show_when_scrolling", false);
|
pref("layout.accessiblecaret.always_show_when_scrolling", false);
|
||||||
|
|
||||||
|
|
|
@ -5287,10 +5287,6 @@ pref("layout.accessiblecaret.bar.enabled", false);
|
||||||
// Show the caret when long tapping on an empty content.
|
// Show the caret when long tapping on an empty content.
|
||||||
pref("layout.accessiblecaret.caret_shown_when_long_tapping_on_empty_content", false);
|
pref("layout.accessiblecaret.caret_shown_when_long_tapping_on_empty_content", false);
|
||||||
|
|
||||||
// Timeout in milliseconds to hide the accessiblecaret under cursor mode while
|
|
||||||
// no one touches it. Set the value to 0 to disable this feature.
|
|
||||||
pref("layout.accessiblecaret.timeout_ms", 0);
|
|
||||||
|
|
||||||
// Simulate long tap to select words on the platforms where APZ is not enabled
|
// Simulate long tap to select words on the platforms where APZ is not enabled
|
||||||
// or long tap events does not fired by APZ.
|
// or long tap events does not fired by APZ.
|
||||||
pref("layout.accessiblecaret.use_long_tap_injector", false);
|
pref("layout.accessiblecaret.use_long_tap_injector", false);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче