[webkit-changes] [WebKit/WebKit] 1b2a91: [GTK][WPE] Crash in `DrawingAreaCoordinatedGraphic...
Vitaly Dyachkov
noreply at github.com
Thu Aug 17 00:15:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1b2a91b0241e6d5dde3d838b7b925884d1c85a14
https://github.com/WebKit/WebKit/commit/1b2a91b0241e6d5dde3d838b7b925884d1c85a14
Author: Vitaly Dyachkov <vitaly at igalia.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp
Log Message:
-----------
[GTK][WPE] Crash in `DrawingAreaCoordinatedGraphics::display()`in debug builds
https://bugs.webkit.org/show_bug.cgi?id=260260
Reviewed by Carlos Garcia Campos.
`DrawingAreaCoordinatedGraphics::forceRepaint()`, which, in turn, can call
`DrawingAreaCoordinatedGraphics::display()`, can be called while being
in the middle of resizing.
We can just ignore it because repainting will happen after resizing anyway.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp:
(WebKit::DrawingAreaCoordinatedGraphics::forceRepaint):
Canonical link: https://commits.webkit.org/266992@main
More information about the webkit-changes
mailing list