ladybird/Libraries/LibWeb/DOMURL
Shannon Booth fd44da6829 LibWeb/Bindings: Emit one bindings header and cpp per IDL
Previously, the LibWeb bindings generator would output multiple per
interface files like Prototype/Constructor/Namespace/GlobalMixin
depending on the contents of that IDL file.

This complicates the build system as it means that it does not know
what files will be generated without knowledge of the contents of that
IDL file.

Instead, for each IDL file only generate a single Bindings/<IDLFile>.h
and Bindings/<IDLFile>.cpp.
2026-04-21 07:36:13 +02:00
..
DOMURL.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02: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/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02: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/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +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/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
URLSearchParamsIterator.h LibWeb: Give IDL exposed PlatformObjects an InterfaceName 2026-02-14 20:22:40 +01:00