Skip to content

paint: Track whether script is handling touchmove per TouchId#42926

Merged
yezhizhen merged 4 commits intoservo:mainfrom
yezhizhen:touchmove-multi-point
Mar 1, 2026
Merged

paint: Track whether script is handling touchmove per TouchId#42926
yezhizhen merged 4 commits intoservo:mainfrom
yezhizhen:touchmove-multi-point

Conversation

@yezhizhen
Copy link
Copy Markdown
Member

@yezhizhen yezhizhen commented Mar 1, 2026

As titled. The change is prepared a while ago to eliminate dead code,
but the test case added requires change from testdriver-actions.js:
web-platform-tests/wpt#57607 just landed by latest wpt-sync: #42925.

Part of #41923

Testing: Added a WPT test.
Fixes: #42921

Signed-off-by: Euclid Ye <[email protected]>
@yezhizhen yezhizhen requested a review from xiaochengh March 1, 2026 03:58
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Mar 1, 2026
@servo-wpt-sync
Copy link
Copy Markdown
Collaborator

🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#58152) with upstreamable changes.

@servo-wpt-sync
Copy link
Copy Markdown
Collaborator

📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#58152).

@servo-wpt-sync
Copy link
Copy Markdown
Collaborator

✍ Updated existing upstream WPT pull request (web-platform-tests/wpt#58152) title and body.

Copy link
Copy Markdown
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

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

1 nit about naming. The rest LGTM

@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Mar 1, 2026
Signed-off-by: Euclid Ye <[email protected]>
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Mar 1, 2026
Signed-off-by: Euclid Ye <[email protected]>
@yezhizhen yezhizhen enabled auto-merge March 1, 2026 08:47
@servo-wpt-sync
Copy link
Copy Markdown
Collaborator

📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#58152).

1 similar comment
@servo-wpt-sync
Copy link
Copy Markdown
Collaborator

📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#58152).

@yezhizhen yezhizhen added this pull request to the merge queue Mar 1, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Mar 1, 2026
Merged via the queue into servo:main with commit 6c82b31 Mar 1, 2026
30 checks passed
@yezhizhen yezhizhen deleted the touchmove-multi-point branch March 1, 2026 10:24
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Mar 1, 2026
simonwuelker pushed a commit to simonwuelker/servo that referenced this pull request Mar 3, 2026
…o#42926)

As titled. The change is prepared a while ago to eliminate dead code, 
but the test case added requires change from `testdriver-actions.js`: 
web-platform-tests/wpt#57607 just landed by
latest wpt-sync: servo#42925.

Part of servo#41923

Testing: Added a WPT test.
Fixes: servo#42921

---------

Signed-off-by: Euclid Ye <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Only touchmove of one pointer is handled

4 participants