[webkit-changes] [WebKit/WebKit] 8ceb1d: [WPE] Pack inspector resources in a .gresource fil...
Siwei Li
noreply at github.com
Thu Sep 26 00:04:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ceb1da47e75a488ae4c12017a861636904acd4f
https://github.com/WebKit/WebKit/commit/8ceb1da47e75a488ae4c12017a861636904acd4f
Author: Siwei Li <siwei.li at live.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M Source/JavaScriptCore/PlatformWPE.cmake
M Source/JavaScriptCore/inspector/remote/glib/RemoteInspectorUtils.cpp
M Source/WebKit/InspectorGResources.cmake
M Source/WebKit/PlatformGTK.cmake
M Source/WebKit/PlatformWPE.cmake
M Source/WebKit/WebProcess/Inspector/wpe/WebInspectorUIWPE.cpp
Log Message:
-----------
[WPE] Pack inspector resources in a .gresource file instead of a shared library
https://bugs.webkit.org/show_bug.cgi?id=186594
Reviewed by Adrian Perez de Castro.
Generating .gresource file for WebInspector resources instead of a shared library
for WPE platform; the file is installed to the data directory instead of LIBDIR.
* Source/JavaScriptCore/PlatformWPE.cmake:
* Source/JavaScriptCore/inspector/remote/glib/RemoteInspectorUtils.cpp:
(Inspector::backendCommands):
* Source/WebKit/InspectorGResources.cmake:
* Source/WebKit/PlatformGTK.cmake:
* Source/WebKit/PlatformWPE.cmake:
* Source/WebKit/WebProcess/Inspector/wpe/WebInspectorUIWPE.cpp:
(WebKit::WebInspectorUI::didEstablishConnection):
Canonical link: https://commits.webkit.org/284269@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list