ladybird/Libraries/LibURL
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 LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Forward.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Host.cpp LibURL: Gracefully handle a host having no public suffix 2025-01-21 18:17:18 +01:00
Host.h LibURL: Implement Host::public_suffix() and registrable_domain() 2024-11-30 12:07:39 +01:00
Origin.cpp LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Origin.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Parser.cpp LibURL+LibWeb: Make URL::basic_parse return an Optional<URL> 2025-01-11 10:08:29 -05:00
Parser.h LibURL+LibWeb: Make URL::basic_parse return an Optional<URL> 2025-01-11 10:08:29 -05:00
Site.cpp LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
Site.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
URL.cpp LibURL+LibWeb+LibIPC: Represent blob URL entry's object using structs 2025-01-21 19:22:07 +00:00
URL.h LibURL+LibWeb+LibIPC: Represent blob URL entry's object using structs 2025-01-21 19:22:07 +00:00