Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 76be15a26c9e4509861fb87864afdbadf04e5743
https://github.com/WebKit/WebKit/commit/76be15a26c9e4509861fb87864afdbadf04e5743
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-10-27 (Mon, 27 Oct 2025)
Changed paths:
M Source/WebKit/PlatformGTK.cmake
M Source/WebKit/PlatformWPE.cmake
A Source/WebKit/Shared/glib/RenderProcessInfo.h
A Source/WebKit/Shared/glib/RenderProcessInfo.serialization.in
M Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp
M Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.h
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.h
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.h
M Source/WebKit/WebProcess/WebPage/WebPage.h
M Source/WebKit/WebProcess/WebPage/WebPage.messages.in
M Source/WebKit/WebProcess/WebPage/glib/WebPageGLib.cpp
Log Message:
-----------
[GTK][WPE] Get render process hardware acceleration information for
webkit://gpu from the web process
https://bugs.webkit.org/show_bug.cgi?id=301423
Reviewed by Nikolas Zimmermann.
We try to create a PlatformDisplay in the UI process with the same
parameters as the process to get the hardware acceleration information.
We could get the information from the web process using an IPC message
to make sure the data we get is accurate and to allow getting
information for other data we don't currently show because it's not
available in the UI process.
Canonical link: https://commits.webkit.org/302185@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications