ladybird/Libraries/LibWeb/IndexedDB/Internal
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
..
Algorithms.cpp LibWeb: Dissociate IndexedDB connections after they've been closed 2026-04-08 03:03:38 +02:00
Algorithms.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ConnectionQueueHandler.h LibWeb: Refactor IndexedDB to handle requests serially 2026-03-05 17:12:55 -06:00
Database.cpp LibWeb: Make IDB connections weakly-referenced by their database 2026-04-08 03:03:38 +02:00
Database.h LibWeb: Make IDB connections weakly-referenced by their database 2026-04-08 03:03:38 +02:00
Index.cpp LibWeb: Heap-allocate SerializationRecord in IndexedDB ObjectStoreRecord 2026-03-21 08:41:13 -05:00
Index.h LibWeb: Heap-allocate SerializationRecord in IndexedDB ObjectStoreRecord 2026-03-21 08:41:13 -05:00
Key.cpp LibWeb/IndexedDB: Store Key's key-array value as Ref not Root 2026-02-17 07:40:03 -05:00
Key.h LibWeb/IndexedDB: Store Key's key-array value as Ref not Root 2026-02-17 07:40:03 -05:00
KeyGenerator.h LibWeb: Move IDB ObjectStore key mutation into its class 2026-03-20 23:59:35 -05:00
MutationLog.cpp LibWeb: Implement IndexedDB request/transaction reverts 2026-03-20 23:59:35 -05:00
MutationLog.h LibWeb: Implement IndexedDB request/transaction reverts 2026-03-20 23:59:35 -05:00
ObjectStore.cpp LibWeb: Heap-allocate SerializationRecord in IndexedDB ObjectStoreRecord 2026-03-21 08:41:13 -05:00
ObjectStore.h LibWeb: Heap-allocate SerializationRecord in IndexedDB ObjectStoreRecord 2026-03-21 08:41:13 -05:00
RequestList.cpp LibWeb: Skip IDB request processing/completion when aborted 2026-03-05 17:12:55 -06:00
RequestList.h LibWeb: Skip IDB request processing/completion when aborted 2026-03-05 17:12:55 -06:00