ladybird/Libraries/LibWeb/IndexedDB/Internal
Andreas Kling 2fda5ffc9b LibWeb: Seek IndexedDB record ranges
Add a helper for finding key-range slices in sorted record vectors. Use
it for object-store and index range operations.
2026-05-11 11:01:46 +02:00
..
Algorithms.cpp LibJS+LibWeb: Allow instantiating DataBlock with an external buffer 2026-05-10 16:41:42 +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: Seek IndexedDB record ranges 2026-05-11 11:01:46 +02: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: Seek IndexedDB record ranges 2026-05-11 11:01:46 +02:00
ObjectStore.h LibWeb: Heap-allocate SerializationRecord in IndexedDB ObjectStoreRecord 2026-03-21 08:41:13 -05:00
RecordRange.h LibWeb: Seek IndexedDB record ranges 2026-05-11 11:01:46 +02: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