serenity/Userland
Om Prakaash 7c66c5f12d LibJS: Replace a DeprecatedString with String
Refactors Date class to use String instead of DeprecatedString.

Changes use of the Date class in DatePrototype accordingly.
2023-06-15 14:03:51 +01:00
..
Applets LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
Applications Help: Clear statusbar when leaving link 2023-06-15 13:53:22 +01:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games LibGUI+Userland: Port StatusBar::set_override_text() to String 2023-06-15 13:53:22 +01:00
Libraries LibJS: Replace a DeprecatedString with String 2023-06-15 14:03:51 +01:00
Services WindowServer: Properly handle OOM on drag-and-drop metadata copy 2023-06-15 08:07:17 +02:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities Userland: Propagate errors from file detail providers in file utility 2023-06-14 11:18:22 -04:00
CMakeLists.txt