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-- 94 bytes
README.md -rw-r--r-- 1.3 KB
cookieListItem_attributes.tentative.https.window.js -rw-r--r-- 9.2 KB
cookieStore_delete_arguments.tentative.https.window.js -rw-r--r-- 6.2 KB
cookieStore_delete_basic.tentative.https.window.js -rw-r--r-- 375 bytes
cookieStore_event_arguments.tenative.https.window.js -rw-r--r-- 2.5 KB
cookieStore_event_basic.tentative.https.window.js -rw-r--r-- 971 bytes
cookieStore_event_delete.tenative.https.window.js -rw-r--r-- 1.1 KB
cookieStore_event_overwrite.tentative.https.window.js -rw-r--r-- 1.0 KB
cookieStore_getAll_arguments.tentative.https.window.js -rw-r--r-- 5.1 KB
cookieStore_getAll_multiple.tentative.https.window.js -rw-r--r-- 1.2 KB
cookieStore_getAll_set_basic.tentative.https.window.js -rw-r--r-- 749 bytes
cookieStore_get_arguments.tentative.https.window.js -rw-r--r-- 3.7 KB
cookieStore_get_delete_basic.tentative.https.window.js -rw-r--r-- 675 bytes
cookieStore_get_set_across_frames.tentative.https.html -rw-r--r-- 1.6 KB
cookieStore_get_set_across_origins.tentative.sub.https.html -rw-r--r-- 2.0 KB
cookieStore_get_set_basic.tentative.https.window.js -rw-r--r-- 698 bytes
cookieStore_in_detached_frame.tentative.https.html -rw-r--r-- 621 bytes
cookieStore_set_arguments.tentative.https.window.js -rw-r--r-- 10.3 KB
cookieStore_special_names.tentative.https.window.js -rw-r--r-- 1.3 KB
document_cookie.tentative.https.html -rw-r--r-- 373 bytes
encoding.https.window.js -rw-r--r-- 581 bytes
http_cookie_and_set_cookie_headers.tentative.https.html -rw-r--r-- 411 bytes
httponly_cookies.https.window.js -rw-r--r-- 2.5 KB
idlharness.tentative.https.html -rw-r--r-- 627 bytes
idlharness_serviceworker.js -rw-r--r-- 1.4 KB
idlharness_serviceworker.tentative.https.html -rw-r--r-- 640 bytes
no_name_and_no_value.tentative.https.html -rw-r--r-- 388 bytes
no_name_equals_in_value.tentative.https.html -rw-r--r-- 392 bytes
no_name_multiple_values.tentative.https.html -rw-r--r-- 395 bytes
ordering.tentative.https.html -rw-r--r-- 359 bytes
serviceworker_cookieStore_arguments.js -rw-r--r-- 593 bytes
serviceworker_cookieStore_arguments.tentative.https.html -rw-r--r-- 747 bytes
serviceworker_cookieStore_basic.js -rw-r--r-- 413 bytes
serviceworker_cookieStore_basic.tentative.https.html -rw-r--r-- 731 bytes
serviceworker_cookieStore_subscriptions.js -rw-r--r-- 3.9 KB
serviceworker_cookieStore_subscriptions.tentative.https.html -rw-r--r-- 729 bytes
serviceworker_cookieStore_subscriptions_basic.js -rw-r--r-- 2.1 KB
serviceworker_cookieStore_subscriptions_basic.tentative.https.html -rw-r--r-- 735 bytes
serviceworker_cookieStore_subscriptions_empty.js -rw-r--r-- 1.0 KB
serviceworker_cookieStore_subscriptions_empty.tentative.https.html -rw-r--r-- 678 bytes
serviceworker_cookieStore_subscriptions_eventhandler_attribute.js -rw-r--r-- 1.7 KB
serviceworker_cookieStore_subscriptions_eventhandler_attribute.tentative.https.html -rw-r--r-- 770 bytes
serviceworker_cookieStore_subscriptions_mismatch.js -rw-r--r-- 1.7 KB
serviceworker_cookieStore_subscriptions_mismatch.tentative.https.html -rw-r--r-- 674 bytes

README.md

back to top