ladybird/Libraries/LibIPC
Shannon Booth ca3d9d9ee0 LibURL+LibWeb+LibIPC: Represent blob URL entry's object using structs
Instead of just putting in members directly, wrap them up in structs
which represent what a URL blob entry is meant to hold per the spec.
This makes more obvious what this is meant to represent, such as the
ByteBuffer being used to represent the bytes behind a Blob.

This also allows us to use a stronger type for a function that needs
to return a Blob URL entry's object.
2025-01-21 19:22:07 +00:00
..
CMakeLists.txt
Concepts.h
Connection.cpp
Connection.h
ConnectionFromClient.h
ConnectionToServer.h LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
Decoder.cpp LibURL+LibWeb+LibIPC: Represent blob URL entry's object using structs 2025-01-21 19:22:07 +00: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.h
Forward.h
Message.cpp
Message.h
MultiServer.h LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
SingleServer.h
Stub.h
Transport.h
TransportSocket.cpp
TransportSocket.h