Branch: refs/heads/webkitglib/2.40
Home: https://github.com/WebKit/WebKit
Commit: 301eaca8973bb38e6c05b1642489bf487f3f6381
https://github.com/WebKit/WebKit/commit/301eaca8973bb38e6c05b1642489bf487f3f6381
Author: Michael Catanzaro <[email protected]>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp
Log Message:
-----------
Cherry-pick 264895@main (d501d8dce059).
https://bugs.webkit.org/show_bug.cgi?id=257690
REGRESSION(264582@main): [GTK] UI process crash: Assertion
'this->_M_is_engaged()' failed.
https://bugs.webkit.org/show_bug.cgi?id=257690
Reviewed by Carlos Garcia Campos.
I incorrectly assumed that there would always be at least one pointer
motion event before a pointer leave event. This is not correct; e.g. it
happens when Epiphany restores a previous browser session. Instead of
crashing when libstdc++ assertions are enabled, let's just bail. There
is probably no need to synthesize a fake motion event for WebCore.
* Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:
(webkitWebViewBaseLeave):
Canonical link: https://commits.webkit.org/264895@main
Canonical link: https://commits.webkit.org/260527.373@webkitglib/2.40
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes