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-- 148 bytes
SyntheticResponse.py -rw-r--r-- 1.6 KB
buffer-full-add-after-full-event.html -rw-r--r-- 2.4 KB
buffer-full-add-entries-during-callback-that-drop.html -rw-r--r-- 2.1 KB
buffer-full-add-entries-during-callback.html -rw-r--r-- 2.1 KB
buffer-full-add-then-clear.html -rw-r--r-- 2.2 KB
buffer-full-decrease-buffer-during-callback.html -rw-r--r-- 2.0 KB
buffer-full-increase-buffer-during-callback.html -rw-r--r-- 1.9 KB
buffer-full-inspect-buffer-during-callback.html -rw-r--r-- 2.6 KB
buffer-full-set-to-current-buffer.html -rw-r--r-- 2.6 KB
buffer-full-store-and-clear-during-callback.html -rw-r--r-- 2.2 KB
buffer-full-then-increased.html -rw-r--r-- 1.9 KB
buffer-full-when-populate-entries.html -rw-r--r-- 1.7 KB
clear_resource_timing_functionality.html -rw-r--r-- 1.1 KB
idlharness.any.js -rw-r--r-- 534 bytes
iframe-setdomain.sub.html -rw-r--r-- 384 bytes
resource-timing-tojson.html -rw-r--r-- 1.4 KB
resource-timing.html -rw-r--r-- 617 bytes
resource-timing.js -rw-r--r-- 30.3 KB
resource_TAO_cross_origin_redirect_chain.html -rw-r--r-- 2.0 KB
resource_TAO_match_origin.htm -rw-r--r-- 2.3 KB
resource_TAO_match_wildcard.htm -rw-r--r-- 2.2 KB
resource_TAO_multi.htm -rw-r--r-- 2.3 KB
resource_TAO_multi_wildcard.html -rw-r--r-- 2.3 KB
resource_TAO_null.htm -rw-r--r-- 2.1 KB
resource_TAO_origin.htm -rw-r--r-- 2.8 KB
resource_TAO_origin_uppercase.htm -rw-r--r-- 2.3 KB
resource_TAO_space.htm -rw-r--r-- 2.2 KB
resource_TAO_wildcard.htm -rw-r--r-- 2.1 KB
resource_TAO_zero.htm -rw-r--r-- 2.5 KB
resource_cached.htm -rw-r--r-- 1.6 KB
resource_connection_reuse.html -rw-r--r-- 2.4 KB
resource_dedicated_worker.html -rw-r--r-- 1.1 KB
resource_dynamic_insertion.html -rw-r--r-- 2.3 KB
resource_ignore_data_url.html -rw-r--r-- 1.3 KB
resource_ignore_failures.html -rw-r--r-- 1.3 KB
resource_initiator_types.html -rw-r--r-- 7.9 KB
resource_memory_cached.sub.html -rw-r--r-- 3.5 KB
resource_redirects.html -rw-r--r-- 2.4 KB
resource_reparenting.html -rw-r--r-- 2.0 KB
resource_script_types.html -rw-r--r-- 3.0 KB
resource_subframe_self_navigation.html -rw-r--r-- 1.6 KB
resource_timing.worker.js -rw-r--r-- 1.5 KB
resource_timing_TAO_cross_origin_redirect.html -rw-r--r-- 1.8 KB
resource_timing_buffer_full_eventually.html -rw-r--r-- 1.6 KB
resource_timing_buffer_full_when_shrink_buffer_size.html -rw-r--r-- 1.3 KB
resource_timing_cross_origin_redirect.html -rw-r--r-- 2.4 KB
resource_timing_cross_origin_redirect_chain.html -rw-r--r-- 1.9 KB
resource_timing_same_origin_redirect.html -rw-r--r-- 1.7 KB
single-entry-per-resource.html -rw-r--r-- 1.7 KB
supported_resource_type.any.js -rw-r--r-- 360 bytes
test_resource_timing.html -rw-r--r-- 1.2 KB
test_resource_timing.js -rw-r--r-- 9.1 KB

back to top