ladybird/Libraries/LibIPC
Shannon Booth 25df98875d LibIPC: Ensure only valid URLs are passed over IPC
Invalid URLs should be signified by a wrapper class, such as an
Optional<URL::URL> in the IPC file. I do not believe that we have
anything which currently relies on passing through an invalid URL.
2025-02-19 08:01:35 -05:00
..
CMakeLists.txt LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
Concepts.h LibIPC: Restore inline attribute on IPC constexpr booleans 2025-02-13 08:27:02 -05:00
Connection.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Connection.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
ConnectionFromClient.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ConnectionToServer.h LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
Decoder.cpp LibIPC: Ensure only valid URLs are passed over IPC 2025-02-19 08:01:35 -05:00
Decoder.h LibURL: Promote Host to a proper class 2024-11-30 12:07:39 +01:00
Encoder.cpp LibURL+LibWeb+LibIPC: Represent blob URL entry's object using structs 2025-01-21 19:22:07 +00:00
Encoder.h LibURL: Promote Host to a proper class 2024-11-30 12:07:39 +01:00
File.cpp LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
File.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
FileWindows.cpp LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
Forward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HandleType.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
Message.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Message.h IPCCompiler: Remove invalid state from IPC message classes 2025-02-17 11:37:38 -05:00
MessageWindows.cpp LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
MultiServer.h LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
SingleServer.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Stub.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Transport.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
TransportSocket.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TransportSocket.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TransportSocketWindows.cpp LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
TransportSocketWindows.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00