ladybird/Libraries/LibDevTools
Timothy Flynn 58bc44ba2a LibDevTools: Introduce a Firefox DevTools server library
To aid with debugging web page issues in Ladybird without needing to
implement a fully fledged inspector, we can implement the Firefox
DevTools protocol and use their DevTools. The protocol is described
here:

https://firefox-source-docs.mozilla.org/devtools/backend/protocol.html

This commit contains just enough to connect to Ladybird from a DevTools
client.
2025-02-19 08:45:51 -05:00
..
Actors LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
Actor.cpp LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
Actor.h LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
CMakeLists.txt LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
Connection.cpp LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
Connection.h LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
DevToolsDelegate.h LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
DevToolsServer.cpp LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
DevToolsServer.h LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00
Forward.h LibDevTools: Introduce a Firefox DevTools server library 2025-02-19 08:45:51 -05:00