Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to use SendCommandAndIgnoreResponse when dispatching events #18437

Closed
wants to merge 1 commit into from

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Aug 14, 2019

We are proposing to use SendCommandAndIgnoreResponse to dispatch event
to avoid waiting for the reply of sending events, so that we can
dispatch more than one events in one tick.

In order to control the time to send events we need to use tick
duration for every tick, it can come from pause action or pointermove
action. Adding it to pointermove is the simplest way to do it. We can
also add pause for every action.

Bug: 606367
Change-Id: Ib4745d37181de0724fe5e84fa32d893840ace910
Reviewed-on: https://chromium-review.googlesource.com/1752338
WPT-Export-Revision: 729b48faba2cce5bea35abc288b8d8e8914f63c4

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already reviewed downstream.

We are proposing to use SendCommandAndIgnoreResponse to dispatch event
to avoid waiting for the reply of sending events, so that we can
dispatch more than one events in one tick.

In order to control the time to send events we need to use tick
duration for every tick, it can come from pause action or pointermove
action. Adding it to pointermove is the simplest way to do it. We can
also add pause for every action.

Bug: 606367
Change-Id: Ib4745d37181de0724fe5e84fa32d893840ace910
@chromium-wpt-export-bot
Copy link
Collaborator Author

Close this PR because the Chromium CL does not have exportable changes.

@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-1752338 branch September 4, 2019 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants