ladybird/Libraries/LibWeb/DOMURL
Shannon Booth b81d6945dc LibWeb: Update revokeObjectURL for reported spec bugs
The spec intends to pass through a URL record object as it needs to
be serialized on removal. This has no functional impact on our
implementation other than the double parsing of every URL being
revoked.

It is also missing an error check for an invalid URL being passed
through. This does not impact our implementation currently as we
just end up using an empty URL which is not part of the blob entry
map. This will cause problems once DOMURL::parse is updated to
return an Optional<URL::URL> however.
2025-01-22 12:33:55 +00:00
..
DOMURL.cpp LibWeb: Update revokeObjectURL for reported spec bugs 2025-01-22 12:33:55 +00:00
DOMURL.h LibWeb: Remove uneeded exception handling for DOMURL 2025-01-22 12:33:55 +00:00
DOMURL.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
URLSearchParams.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
URLSearchParams.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
URLSearchParams.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
URLSearchParamsIterator.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
URLSearchParamsIterator.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00