Branch: refs/heads/webkitglib/2.50
Home: https://github.com/WebKit/WebKit
Commit: c4a00521c660900aa2c2880cc4a63f845db3eac8
https://github.com/WebKit/WebKit/commit/c4a00521c660900aa2c2880cc4a63f845db3eac8
Author: Michael Catanzaro <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
Cherry-pick 302030@main (7c79d4d8b355).
https://bugs.webkit.org/show_bug.cgi?id=295679
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
Canonical link: https://commits.webkit.org/298234.207@webkitglib/2.50
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications