Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: df9b781d63398aa1640337a8e539027fd109fc8c
https://github.com/WebKit/WebKit/commit/df9b781d63398aa1640337a8e539027fd109fc8c
Author: Dominic Mazzoni <[email protected]>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M LayoutTests/resources/accessibility-helper.js
Log Message:
-----------
AX: In accessibility-helper.js creating redundant timers
https://bugs.webkit.org/show_bug.cgi?id=301136
rdar://problem/163068032
Reviewed by Joshua Hoffman.
waitFor is designed to rapidly poll a condition until it becomes true,
or time out after 3 seconds.
The timeout was being scheduled inside the inner loop, resulting in
creating a bunch of extra unnecessary timers.
* LayoutTests/resources/accessibility-helper.js:
Canonical link: https://commits.webkit.org/302410@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications