Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7c79d4d8b355b0f8813ab418f885046ffb2defba
https://github.com/WebKit/WebKit/commit/7c79d4d8b355b0f8813ab418f885046ffb2defba
Author: Michael Catanzaro <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
Crash in AuxiliaryProcessProxy::connection under WebPageProxy::sendWheelEvent
https://bugs.webkit.org/show_bug.cgi?id=295679
Reviewed by Chris Dumez.
This is a speculative fix for the crash. The user may generate a wheel
event at any time, including after the web process is gone. All of our
other event handlers check for a running web process before sending
these messages, but the checks in WebPageProxy::sendWheelEvent seem
inadequate.
Canonical link: https://commits.webkit.org/302030@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications