ladybird/Libraries/LibWeb/DOMURL
Shannon Booth 865b2b88b0 LibWeb/HTML: Fix Origin.from(value) for Window objects
I had completely managed to forget about the special case of Window
where a WindowProxy is what is received over IDL. This was caught
by the origin-from-window WPT test, but unfortunately this cannot
be imported as it relies on a web server running and other
surroundsing WPT infrastructure.
2025-12-30 18:50:05 +01:00
..
DOMURL.cpp LibWeb/HTML: Implement the Origin interface 2025-12-30 12:40:27 +01:00
DOMURL.h LibWeb/HTML: Implement the Origin interface 2025-12-30 12:40:27 +01:00
DOMURL.idl LibWeb/LibURL/LibIPC: Extend createObjectURL to also accept MediaSources 2025-08-19 23:50:38 +02:00
Origin.cpp LibWeb/HTML: Fix Origin.from(value) for Window objects 2025-12-30 18:50:05 +01:00
Origin.h LibWeb/HTML: Implement the Origin interface 2025-12-30 12:40:27 +01:00
Origin.idl LibWeb/HTML: Implement the Origin interface 2025-12-30 12:40:27 +01:00
URLSearchParams.cpp LibWeb: Use infra sorting for URLSearchParam's sort() 2025-05-12 11:20:32 +02: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 LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
URLSearchParamsIterator.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00