[webkit-changes] [WebKit/WebKit] 35eac7: [WPE] Flaky crashes in ScrollingTreeFrameScrolling...

Vitaly Dyachkov noreply at github.com
Mon Mar 18 09:19:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 35eac7110bda60860e9184254cbe3fb9494d3170
      https://github.com/WebKit/WebKit/commit/35eac7110bda60860e9184254cbe3fb9494d3170
  Author: Vitaly Dyachkov <vitaly at igalia.com>
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
    M LayoutTests/platform/glib/TestExpectations
    M LayoutTests/platform/wpe/TestExpectations
    M Source/WebCore/page/scrolling/nicosia/ScrollingTreeFrameScrollingNodeNicosia.cpp

  Log Message:
  -----------
  [WPE] Flaky crashes in ScrollingTreeFrameScrollingNodeNicosia::repositionScrollingLayers
https://bugs.webkit.org/show_bug.cgi?id=213228

Reviewed by Adrian Perez de Castro.

When the `FrameView` delegates scrolling to a native scroll view,
we do not create a dedicated graphics layer for scrolled contents.

In this case, `static_cast<Nicosia::PlatformLayer*>(scrolledContentsLayer())`
evaluates to `nullptr` and we hit the assertion.

* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/platform/wpe/TestExpectations:
* Source/WebCore/page/scrolling/nicosia/ScrollingTreeFrameScrollingNodeNicosia.cpp:
(WebCore::ScrollingTreeFrameScrollingNodeNicosia::repositionScrollingLayers):

Canonical link: https://commits.webkit.org/276274@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list