ladybird/Libraries/LibDevTools
Sam Atkins 0ed2e71801 LibWeb/CSS: Move and rename PseudoElement types to prep for code gen
The upcoming generated types will match those for pseudo-classes: A
PseudoElementSelector type, that then holds a PseudoElement enum
defining what it is. That enum will be at the top level in the Web::CSS
namespace.

In order to keep the diffs clearer, this commit renames and moves the
types, and then a following one will replace the handwritten enum with
a generated one.
2025-03-24 09:49:50 +00:00
..
Actors LibWeb/CSS: Move and rename PseudoElement types to prep for code gen 2025-03-24 09:49:50 +00: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 LibWeb/CSS: Move and rename PseudoElement types to prep for code gen 2025-03-24 09:49:50 +00: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