Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 78577e1d1ea034f17bd0a19df532638e460e8bd0
      
https://github.com/WebKit/WebKit/commit/78577e1d1ea034f17bd0a19df532638e460e8bd0
  Author: Carlos Garcia Campos <cgar...@igalia.com>
  Date:   2025-04-29 (Tue, 29 Apr 2025)

  Changed paths:
    M Source/WebKit/WPEPlatform/wpe/WPEBuffer.cpp
    M Tools/WebKitTestRunner/wpe/PlatformWebViewClientWPE.cpp

  Log Message:
  -----------
  [WPE] WPEPlatform: buffer pixels should always be copied in WTR
https://bugs.webkit.org/show_bug.cgi?id=292154

Reviewed by Adrian Perez de Castro.

wpe_buffer_import_to_pixels returns a GBytes, which is supposed to be
always read-only data. However, some tests like the repaint ones modify
the data to add the repaint rects.

* Source/WebKit/WPEPlatform/wpe/WPEBuffer.cpp:
* Tools/WebKitTestRunner/wpe/PlatformWebViewClientWPE.cpp:
(WTR::PlatformWebViewClientWPE::snapshot):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to