ladybird/Userland/DevTools
Max Wipfli fc6d051dfd AK+Everywhere: Add and use static APIs for LexicalPath
The LexicalPath instance methods dirname(), basename(), title() and
extension() will be changed to return StringView const& in a further
commit. Due to this, users creating temporary LexicalPath objects just
to call one of those getters will recieve a StringView const& pointing
to a possible freed buffer.

To avoid this, static methods for those APIs have been added, which will
return a String by value to avoid those problems. All cases where
temporary LexicalPath objects have been used as described above haven
been changed to use the static APIs.
2021-06-30 11:13:54 +02:00
..
HackStudio AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
Inspector AK+Everywhere: Change int to size_t in JsonObject and JsonArray 2021-06-29 13:18:03 +02:00
IPCCompiler Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
Playground Playground: Prompt to save changes after the user picked a file to open 2021-06-22 22:56:22 +02:00
Profiler AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00