Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 717390eb163693632fcc4e7f30abb096adfe2a44
https://github.com/WebKit/WebKit/commit/717390eb163693632fcc4e7f30abb096adfe2a44
Author: Wenson Hsieh <[email protected]>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
Log Message:
-----------
[AutoFill Debugging] Add a short watchdog timer for interaction completion,
after waiting for the next presentation update
https://bugs.webkit.org/show_bug.cgi?id=305999
rdar://168634534
Reviewed by Aditya Keerthi.
Add a watchdog timer to ensure that, if a text extraction interaction finishes,
we always invoke
the completion handler in a timely fashion (arbitrarily set to 100 ms), even if
the next
presentation update is delayed.
* Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView _performInteraction:completionHandler:]):
Canonical link: https://commits.webkit.org/305998@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications