Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1b2a91b0241e6d5dde3d838b7b925884d1c85a14
https://github.com/WebKit/WebKit/commit/1b2a91b0241e6d5dde3d838b7b925884d1c85a14
Author: Vitaly Dyachkov <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes