[webkit-changes] [WebKit/WebKit] 301eac: Cherry-pick 264895 at main (d501d8dce059). https://bu...

Michael Catanzaro noreply at github.com
Tue Jun 6 07:03:36 PDT 2023


  Branch: refs/heads/webkitglib/2.40
  Home:   https://github.com/WebKit/WebKit
  Commit: 301eaca8973bb38e6c05b1642489bf487f3f6381
      https://github.com/WebKit/WebKit/commit/301eaca8973bb38e6c05b1642489bf487f3f6381
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp

  Log Message:
  -----------
  Cherry-pick 264895 at main (d501d8dce059). https://bugs.webkit.org/show_bug.cgi?id=257690

    REGRESSION(264582 at 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




More information about the webkit-changes mailing list