ladybird/Libraries/LibWeb/DOMURL
Shannon Booth 4d64f21fa5 LibWeb: Give IDL exposed PlatformObjects an InterfaceName
By making use of the WEB_PLATFORM_OBJECT macro we can remove
the boilerplate of needing to add this override for every
serializable platform object so that we can check whether they
are exposed or not.
2026-02-14 20:22:40 +01:00
..
DOMURL.cpp LibWeb/HTML: Implement the Origin interface 2025-12-30 12:40:27 +01:00
DOMURL.h LibWeb: Correct WEB_PLATFORM_OBJECT macro argument for DOMURL 2026-02-14 20:22:40 +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 LibWeb: Give IDL exposed PlatformObjects an InterfaceName 2026-02-14 20:22:40 +01:00