ladybird/Libraries/LibDevTools
Timothy Flynn 2ee3985fd1 LibDevTools+LibWebView: Implement getting the used fonts for a DOM node
This also includes a request to get all fonts for a page, which we stub
out for now as we don't have the IPC to retrieve all fonts.
2025-03-13 16:56:28 -04:00
..
Actors LibDevTools+LibWebView: Implement getting the used fonts for a DOM node 2025-03-13 16:56:28 -04:00
Actor.cpp LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
Actor.h LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
CMakeLists.txt LibDevTools: Begin supporting the JavaScript console 2025-02-28 13:08:33 +01:00
Connection.cpp LibDevTools: Move message data into a structure 2025-03-13 16:56:28 -04:00
Connection.h LibDevTools: Move message data into a structure 2025-03-13 16:56:28 -04:00
DevToolsDelegate.h LibDevTools+LibWebView+WebContent: Implement moving DOM nodes 2025-03-11 09:50:51 -04:00
DevToolsServer.cpp LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
DevToolsServer.h LibDevTools: Move message data into a structure 2025-03-13 16:56:28 -04:00
Forward.h LibDevTools: Begin supporting the JavaScript console 2025-02-28 13:08:33 +01:00