ladybird/Libraries/LibWeb/IndexedDB/Internal
Zaggy1024 c64d276653 LibWeb: Make IDB connections weakly-referenced by their database
We shouldn't be keeping these permanently alive.
2026-04-08 03:03:38 +02:00
..
Algorithms.cpp LibWeb: Dissociate IndexedDB connections after they've been closed 2026-04-08 03:03:38 +02:00
Algorithms.h LibWeb: Move IDB ObjectStore key mutation into its class 2026-03-20 23:59:35 -05: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