ladybird/Libraries/LibWeb/WebXR
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
..
XRLayer.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XRLayer.h LibWeb: Implement enough of WebXR for xrSession_end test to pass 2026-04-03 13:14:33 +02:00
XRLayer.idl LibWeb: Mark WebXR IDL definitions as experimental 2026-04-03 13:14:33 +02:00
XRRenderState.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XRRenderState.h LibWeb: Implement enough of WebXR for xrSession_end test to pass 2026-04-03 13:14:33 +02:00
XRRenderState.idl LibWeb: Mark WebXR IDL definitions as experimental 2026-04-03 13:14:33 +02:00
XRSession.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XRSession.h LibWeb: Implement enough of WebXR for xrSession_end test to pass 2026-04-03 13:14:33 +02:00
XRSession.idl LibWeb: Mark WebXR IDL definitions as experimental 2026-04-03 13:14:33 +02:00
XRSessionEvent.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XRSessionEvent.h LibWeb: Implement the very basics of XRSession 2026-02-04 15:08:37 +01:00
XRSessionEvent.idl LibWeb: Mark WebXR IDL definitions as experimental 2026-04-03 13:14:33 +02:00
XRSystem.cpp LibWeb: Implement the very basics of XRSession 2026-02-04 15:08:37 +01:00
XRSystem.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XRSystem.idl LibWeb: Mark WebXR IDL definitions as experimental 2026-04-03 13:14:33 +02:00
XRWebGLLayer.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
XRWebGLLayer.h LibWeb: Implement enough of WebXR for xrSession_end test to pass 2026-04-03 13:14:33 +02:00
XRWebGLLayer.idl LibWeb: Mark WebXR IDL definitions as experimental 2026-04-03 13:14:33 +02:00