https://github.com/web-platform-tests/wpt
Revision fe38104efc1fefb450302f42f157855f579d174c authored by Lan Wei on 15 December 2018, 01:20:34 UTC, committed by Philip Jägenstedt on 20 December 2018, 11:55:51 UTC
In order to support multiple mouse pointers, we need to save all the
mouse actions into a two dimensional arrays, and combine them into a
single array with the correct order to dispatch the events. We should
dispatch events by the order of ticks, all the events in the same tick
should be dispatched together.

Bug: chromedriver:1897
Change-Id: If13c98285faa19286f6ca3a919a0f8ac46c91c73
1 parent 1bdc13d
History
Tip revision: fe38104efc1fefb450302f42f157855f579d174c authored by Lan Wei on 15 December 2018, 01:20:34 UTC
Support multiple mouse pointers inputs
Tip revision: fe38104
File Mode Size
resources
META.yml -rw-r--r-- 107 bytes
clearMarks.html -rw-r--r-- 3.3 KB
clearMeasures.html -rw-r--r-- 3.5 KB
clear_all_marks.any.js -rw-r--r-- 556 bytes
clear_all_measures.any.js -rw-r--r-- 838 bytes
clear_non_existent_mark.any.js -rw-r--r-- 1.2 KB
clear_non_existent_measure.any.js -rw-r--r-- 1.4 KB
clear_one_mark.any.js -rw-r--r-- 1.0 KB
clear_one_measure.any.js -rw-r--r-- 1.2 KB
entry_type.any.js -rw-r--r-- 670 bytes
idlharness.any.js -rw-r--r-- 762 bytes
invoke_with_timing_attributes.html -rw-r--r-- 1.2 KB
invoke_with_timing_attributes.worker.js -rw-r--r-- 733 bytes
invoke_without_parameter.html -rw-r--r-- 1.1 KB
mark-measure-feature-detection.html -rw-r--r-- 1.4 KB
mark.any.js -rw-r--r-- 3.8 KB
mark.html -rw-r--r-- 2.2 KB
mark_exceptions.html -rw-r--r-- 1.4 KB
measure.html -rw-r--r-- 16.5 KB
measure_associated_with_navigation_timing.html -rw-r--r-- 3.2 KB
measure_exception.html -rw-r--r-- 1.6 KB
measure_exceptions_navigation_timing.html -rw-r--r-- 3.2 KB
measure_navigation_timing.html -rw-r--r-- 10.4 KB
measure_syntax_err.any.js -rw-r--r-- 1.5 KB
measures.html -rw-r--r-- 2.5 KB
supported-usertiming-types.any.js -rw-r--r-- 627 bytes
user-timing-tojson.html -rw-r--r-- 1.4 KB
user_timing_exists.any.js -rw-r--r-- 500 bytes

back to top