Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2001d0220c765e51d26b36c327421e31a290bbef
https://github.com/WebKit/WebKit/commit/2001d0220c765e51d26b36c327421e31a290bbef
Author: Fujii Hironori <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M Tools/WebKitTestRunner/TestController.cpp
M Tools/WebKitTestRunner/TestController.h
Log Message:
-----------
[non-Cocoa] Simplify
WTR::TestController::doAfterProcessingAllPendingKeyEvents()
https://bugs.webkit.org/show_bug.cgi?id=309648
Reviewed by Anne van Kesteren.
m_pendingKeyEventsCompletionHanders of Vector<CompletionHandler<void()>> was
added to TestController. But, this wasn't needed.
Changed doAfterProcessingAllPendingKeyEvents() to allocate a memory for the
completion handler.
Changed doAfterProcessingAllPendingMouseEvents() too.
* Tools/WebKitTestRunner/TestController.cpp:
* Tools/WebKitTestRunner/TestController.h:
Canonical link: https://commits.webkit.org/309262@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications