ladybird/Libraries/LibDevTools
Timothy Flynn daca9f5995 LibDevTools+LibWebView+WebContent: Selectively fetch DOM node properties
When we inspect a DOM node, we currently serialize many properties for
that node, including its layout, computed style, used fonts, etc. Now
that we aren't piggy-backing on the Inspector interface, we can instead
only serialize the specific information required by DevTools.
2025-03-20 09:01:26 +01:00
..
Actors LibDevTools+LibWebView+WebContent: Selectively fetch DOM node properties 2025-03-20 09:01:26 +01: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+LibWebView: Implement getting document style sheets 2025-03-13 16:56:28 -04: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: Selectively fetch DOM node properties 2025-03-20 09:01:26 +01: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+LibWebView: Implement getting document style sheets 2025-03-13 16:56:28 -04:00