1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Userland
Andreas Kling c8051f8b5b LibWeb: Add Layout::Node::debug_description()
This returns a String with this format:

- LayoutNodeClassName<TAG_NAME>#id.class1.class2.class3

I've rewritten this function 10+ times at this point, so I'm just gonna
add it to the repository for future debugging needs. :^)
2022-02-19 16:39:32 +01:00
..
Applets Userland/Applets: Use default constructors/destructors 2022-02-13 21:27:17 +00:00
Applications Filemanager: Only enable rename if available 2022-02-19 11:35:53 +01:00
Demos Demos: Use default constructors/destructors 2022-02-15 23:00:03 +02:00
DevTools HackStudio: Don't store a global RefPtr to the HackStudioWidget 2022-02-19 11:38:29 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Libraries LibWeb: Add Layout::Node::debug_description() 2022-02-19 16:39:32 +01:00
Services RequestServer: Bump the ConnectionCache concurrent connection limit to 4 2022-02-18 16:12:42 +03:30
Shell Shell: Use an opaque default color for BarewordLiteral 2022-02-19 11:33:28 +01:00
Utilities gml-format: Exit with non-0 exit code when the file formatting changes 2022-02-19 02:15:44 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00