Bug 1633451 - Re-disable synthetic mousemoves on Android. r=geckoview-reviewers,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D72691
This commit is contained in:
Kartikaya Gupta 2020-04-29 13:44:11 +00:00
Родитель 05f24e0daa
Коммит cb79050579
3 изменённых файлов: 8 добавлений и 1 удалений

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

@ -6018,9 +6018,12 @@
value: true value: true
mirror: once mirror: once
# On Android, don't synth mouse move events after scrolling, as they cause
# unexpected user-visible behaviour. Can remove this after bug 1633450 is
# satisfactorily resolved.
- name: layout.reflow.synthMouseMove - name: layout.reflow.synthMouseMove
type: bool type: bool
value: true value: @IS_NOT_ANDROID@
mirror: always mirror: always
# This pref is to be set by test code only. # This pref is to be set by test code only.

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

@ -0,0 +1,2 @@
[pointerevent_lostpointercapture_for_disconnected_node_in_shadow_dom.html]
prefs: [layout.reflow.synthMouseMove:true]

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

@ -0,0 +1,2 @@
[pointerevent_lostpointercapture_for_disconnected_shadow_host.html]
prefs: [layout.reflow.synthMouseMove:true]