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
AbsoluteOrientationSensor-disabled-by-feature-policy.https.html -rw-r--r-- 443 bytes
AbsoluteOrientationSensor-disabled-by-feature-policy.https.html.headers -rw-r--r-- 76 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html -rw-r--r-- 501 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy-attribute.https.html -rw-r--r-- 467 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy.https.html -rw-r--r-- 441 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy.https.html.headers -rw-r--r-- 61 bytes
AbsoluteOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html -rw-r--r-- 471 bytes
AbsoluteOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html.headers -rw-r--r-- 76 bytes
AbsoluteOrientationSensor-iframe-access.https.html -rw-r--r-- 651 bytes
AbsoluteOrientationSensor.https.html -rw-r--r-- 652 bytes
META.yml -rw-r--r-- 129 bytes
OrientationSensor_insecure_context.html -rw-r--r-- 712 bytes
OrientationSensor_onerror-manual.https.html -rw-r--r-- 834 bytes
RelativeOrientationSensor-disabled-by-feature-policy.https.html -rw-r--r-- 443 bytes
RelativeOrientationSensor-disabled-by-feature-policy.https.html.headers -rw-r--r-- 55 bytes
RelativeOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html -rw-r--r-- 501 bytes
RelativeOrientationSensor-enabled-by-feature-policy-attribute.https.html -rw-r--r-- 467 bytes
RelativeOrientationSensor-enabled-by-feature-policy.https.html -rw-r--r-- 441 bytes
RelativeOrientationSensor-enabled-by-feature-policy.https.html.headers -rw-r--r-- 45 bytes
RelativeOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html -rw-r--r-- 471 bytes
RelativeOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html.headers -rw-r--r-- 55 bytes
RelativeOrientationSensor-iframe-access.https.html -rw-r--r-- 651 bytes
RelativeOrientationSensor.https.html -rw-r--r-- 652 bytes
idlharness.https.window.js -rw-r--r-- 475 bytes
orientation-sensor-tests.js -rw-r--r-- 2.5 KB

back to top