ladybird/Userland/Services
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
..
AudioServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
ChessEngine ChessEngine: don't store board in non-leaf nodes in MCTS 2021-06-22 23:09:42 +02:00
Clipboard Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
CrashDaemon LibCoreDump: Include source locations of inlined functions in backtrace 2021-06-19 14:51:18 +02:00
DHCPClient Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
EchoServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FileOperation AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
ImageDecoder Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
InspectorServer Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
KeyboardPreferenceLoader Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
LaunchServer AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
LookupServer Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
NotificationServer Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
RequestServer Userland: Disambiguate dependent types 2021-06-24 17:35:49 +04:30
SystemServer SystemServer+Meta: Use the new SysFS 2021-06-29 20:53:59 +02:00
Taskbar AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
TelnetServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WebContent LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 2021-06-29 23:06:48 +02:00
WebServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WebSocket Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WindowServer AK: Remove the LexicalPath::is_valid() API 2021-06-30 11:13:54 +02:00
CMakeLists.txt Userland: Remove SymbolServer and the "symbol" user+group 2021-05-22 18:54:22 +02:00