Bug 250248 - [UI-side compositing] Some scrolling tests time out with UI-side compositing
Summary: [UI-side compositing] Some scrolling tests time out with UI-side compositing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-06 17:16 PST by Simon Fraser (smfr)
Modified: 2023-01-09 10:11 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2023-01-06 17:16:01 PST
Tests using UIHelper.startMonitoringWheelEvents() still time out after 258483@main and 258549@main because waiting for a rendering update in the web process before dispatching wheel events it not enough; need to wait for the UI process to commit the transaction that enables the wheel event monitor.
Comment 1 Radar WebKit Bug Importer 2023-01-06 17:16:57 PST
<rdar://problem/103974484>
Comment 2 Simon Fraser (smfr) 2023-01-06 17:18:13 PST
Pull request: https://github.com/WebKit/WebKit/pull/8339
Comment 3 EWS 2023-01-09 10:11:14 PST
Committed 258670@main (0b9475d56e42): <https://commits.webkit.org/258670@main>

Reviewed commits have been landed. Closing PR #8339 and removing active labels.