serenity/Userland/DevTools
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
GMLPlayground Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
HackStudio AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Profiler Userland: Port remaining calls to Widget::set_tooltip_deprecated() 2023-10-06 08:20:11 +02:00
SQLStudio Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
UserspaceEmulator LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00