ladybird/Libraries/LibWeb/XPath
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
..
XPath.cpp LibWeb: Implement XPath functionality using libxml2 2025-10-03 13:16:11 +02:00
XPath.h LibWeb: Implement XPath functionality using libxml2 2025-10-03 13:16:11 +02:00
XPathEvaluator.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XPathEvaluator.h
XPathEvaluator.idl LibWeb/Bindings: Implement callback interface object bindings 2026-03-11 21:16:44 +01:00
XPathExpression.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XPathExpression.h LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
XPathExpression.idl
XPathNSResolver.cpp
XPathNSResolver.h LibWeb/Bindings: Implement callback interface object bindings 2026-03-11 21:16:44 +01:00
XPathNSResolver.idl LibWeb/Bindings: Implement callback interface object bindings 2026-03-11 21:16:44 +01:00
XPathResult.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XPathResult.h LibWeb: Add missing initializers in XPathResult 2025-12-19 20:21:07 -06:00
XPathResult.idl