Branch: refs/heads/webkitglib/2.50
Home: https://github.com/WebKit/WebKit
Commit: f54c99b2ae12f7738f0c5265c498a6ef51bf8399
https://github.com/WebKit/WebKit/commit/f54c99b2ae12f7738f0c5265c498a6ef51bf8399
Author: Fujii Hironori <[email protected]>
Date: 2025-09-22 (Mon, 22 Sep 2025)
Changed paths:
M Source/WebKit/UIProcess/wpe/AcceleratedBackingStore.cpp
Log Message:
-----------
Cherry-pick 300316@main (2b754f0fec28).
https://bugs.webkit.org/show_bug.cgi?id=298599
wpe_view_render_buffer: assertion 'WPE_IS_BUFFER(buffer)' failed
https://bugs.webkit.org/show_bug.cgi?id=298599
Reviewed by Carlos Garcia Campos.
An assertion failed in wpe_view_render_buffer() if the active web
process was switched before the previous rendering request wasn't
finished.
> ** (MiniBrowser:190744): CRITICAL **: 23:35:59.702: gboolean
wpe_view_render_buffer(WPEView*, WPEBuffer*, const WPERectangle*, guint,
GError**): assertion 'WPE_IS_BUFFER(buffer)' failed
In AcceleratedBackingStore class, if updateSurfaceID() is called
before renderPendingBuffer() is called, m_pendingBuffer is null in
renderPendingBuffer(). Check if m_pendingBuffer is null in the fence
monitor callback.
* Source/WebKit/UIProcess/wpe/AcceleratedBackingStore.cpp:
(WebKit::AcceleratedBackingStore::AcceleratedBackingStore):
Canonical link: https://commits.webkit.org/300316@main
Canonical link: https://commits.webkit.org/298234.140@webkitglib/2.50
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes