Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 73a5a049222e8f3705ce2d5c1c9ff89709a4116b
      
https://github.com/WebKit/WebKit/commit/73a5a049222e8f3705ce2d5c1c9ff89709a4116b
  Author: Adrian Perez de Castro <ape...@igalia.com>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M Source/WebKit/PlatformGTK.cmake
    M Source/WebKit/PlatformWPE.cmake
    M Source/WebKit/Scripts/webkit/messages.py
    M Source/WebKit/Shared/WebPageCreationParameters.h
    M Source/WebKit/Shared/WebPageCreationParameters.serialization.in
    R Source/WebKit/Shared/glib/DMABufRendererBufferFormat.h
    R Source/WebKit/Shared/glib/DMABufRendererBufferFormat.serialization.in
    A Source/WebKit/Shared/glib/RendererBufferFormat.h
    A Source/WebKit/Shared/glib/RendererBufferFormat.serialization.in
    M Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp
    M Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp
    M Source/WebKit/UIProcess/API/glib/WebKitWebViewPrivate.h
    M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp
    M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBasePrivate.h
    M Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp
    M Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.h
    M Source/WebKit/UIProcess/WebPageProxy.h
    M Source/WebKit/UIProcess/glib/AcceleratedBackingStore.messages.in
    A Source/WebKit/UIProcess/glib/RendererBufferDescription.h
    R Source/WebKit/UIProcess/glib/RendererBufferFormat.h
    M Source/WebKit/UIProcess/gtk/AcceleratedBackingStore.cpp
    M Source/WebKit/UIProcess/gtk/AcceleratedBackingStore.h
    M Source/WebKit/UIProcess/gtk/WebPageProxyGtk.cpp
    M Source/WebKit/UIProcess/wpe/AcceleratedBackingStore.cpp
    M Source/WebKit/UIProcess/wpe/AcceleratedBackingStore.h
    M Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp
    M Source/WebKit/WebProcess/WebPage/WebPage.h
    M Source/WebKit/WebProcess/WebPage/WebPage.messages.in
    M Source/WebKit/WebProcess/WebPage/dmabuf/AcceleratedSurfaceDMABuf.cpp
    M Source/WebKit/WebProcess/WebPage/dmabuf/AcceleratedSurfaceDMABuf.h
    M Source/WebKit/WebProcess/WebPage/wpe/WebPageWPE.cpp

  Log Message:
  -----------
  [GTK][WPE] Rename DMABufRendererBufferFormat as RendererBufferFormat
https://bugs.webkit.org/show_bug.cgi?id=296481

Reviewed by Carlos Garcia Campos.

The concept of a buffer format can apply to other types of buffers other
than DMA-BUF ones, therefore remove the DMABufRendererBufferFormat,
leaving it as plainly RendererBufferFormat.

A class named RendererBufferFormat already existed, but its name was
confusing because it is used to describe the properties of buffers being
used for rendering in order to display the information in webkit://gpu.
Therefore, its name gets changed to RendererBufferDescription, which
is clearer given its intended usage.

Canonical link: https://commits.webkit.org/297929@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