serenity/Userland/DevTools
sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors
This commit moves the length calculations out to be directly on the
StringView users. This is an important step towards the goal of removing
StringView(char const*), as it moves the responsibility of calculating
the size of the string to the user of the StringView (which will prevent
naive uses causing OOB access).
2022-07-12 23:11:35 +02:00
..
GMLPlayground Playground: Rename the application to GMLPlayground 2022-06-28 21:10:10 +01:00
HackStudio Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
Inspector LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
Profiler AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
SQLStudio SQLStudio: Add collapsible tabs for query results 2022-06-30 12:22:45 +01:00
UserspaceEmulator Userland: Remove erroneous String -> char* -> StringView conversions 2022-07-12 23:11:35 +02:00
CMakeLists.txt Playground: Rename the application to GMLPlayground 2022-06-28 21:10:10 +01:00