1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland
Shannon Booth 9d88e14f20 LibWeb: Add String variants of get_element_by_{} in ParentNode
These are required for porting over Document from DeprecatedString to
String. We unfortunately can't port this completely over yet as
ParentNode is included by the Element IDL interface, which has not yet
been ported over from DeprecatedString.
2023-09-16 11:17:19 +02:00
..
Applets Userland: Migrate to String in notification system 2023-09-01 12:06:08 +02:00
Applications 3DFileViewer: Remove DeprecatedString usage in object loader 2023-09-16 11:07:44 +02:00
BuggieBox Userland: Pretty print the help text in BuggieBox 2023-08-09 02:10:02 +02:00
Demos Applications: Make creation of tabs non-fallible 2023-09-16 11:06:50 +02:00
DevTools HackStudio+LibGUI: Make fallible TabWidget::add_tab() non-fallible 2023-09-16 11:06:50 +02:00
DynamicLoader LibC+LibELF: Support loading shared libraries compiled with dynamic TLS 2023-08-18 16:20:13 +02:00
Games GameOfLife: Use the same play/pause action in the menu and toolbar 2023-09-16 11:06:33 +02:00
Libraries LibWeb: Add String variants of get_element_by_{} in ParentNode 2023-09-16 11:17:19 +02:00
Services FileOperation: Don't preserve ownership when copying files 2023-09-16 11:14:40 +02:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities less: Add -N option to show line numbers 2023-09-16 11:07:17 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00