ladybird/Libraries/LibWeb/IndexedDB/Internal
2025-10-18 13:50:01 +01:00
..
Algorithms.cpp LibWeb/IDB: Apply default cursor direction 2025-10-17 09:42:39 +02:00
Algorithms.h LibWeb/IndexedDB: Remove spin_until from checking finished transactions 2025-10-08 17:25:29 +02:00
ConnectionQueueHandler.h LibWeb/IndexedDB: Remove spin_until from request processing 2025-10-08 17:25:29 +02:00
Database.cpp LibWeb/IndexedDB: Remove spin_until from waiting for connection closure 2025-10-08 17:25:29 +02:00
Database.h LibWeb/IndexedDB: Remove spin_until from waiting for connection closure 2025-10-08 17:25:29 +02:00
IDBDatabaseObserver.cpp LibWeb/IndexedDB: Remove spin_until from waiting for connection closure 2025-10-08 17:25:29 +02:00
IDBDatabaseObserver.h LibWeb/IndexedDB: Remove spin_until from waiting for connection closure 2025-10-08 17:25:29 +02:00
IDBRequestObserver.cpp LibWeb/IndexedDB: Remove spin_until from request processing 2025-10-08 17:25:29 +02:00
IDBRequestObserver.h LibWeb/IndexedDB: Remove spin_until from request processing 2025-10-08 17:25:29 +02:00
IDBTransactionObserver.cpp LibWeb/IndexedDB: Remove spin_until from checking finished transactions 2025-10-08 17:25:29 +02:00
IDBTransactionObserver.h LibWeb/IndexedDB: Remove spin_until from checking finished transactions 2025-10-08 17:25:29 +02:00
Index.cpp LibWeb/IDB: Implement retrieve_multiple_items_from_an_index 2025-08-27 16:13:25 +02:00
Index.h LibWeb/IDB: Implement retrieve_multiple_items_from_an_index 2025-08-27 16:13:25 +02:00
Key.cpp LibWeb/IDB: Add debug dump to Keys 2025-08-14 09:31:56 +01:00
Key.h LibWeb/IDB: Add debug dump to Keys 2025-08-14 09:31:56 +01:00
KeyGenerator.h LibWeb/IDB: Implement generate_a_key 2025-04-23 12:31:14 -06:00
ObjectStore.cpp LibWeb/IDB: Implement retrieve_multiple_items_from_an_object_store 2025-08-27 16:13:25 +02:00
ObjectStore.h LibWeb/IDB: Implement retrieve_multiple_items_from_an_object_store 2025-08-27 16:13:25 +02:00
RequestList.cpp LibWeb/IDB: Dont run wait callbacks as a database task 2025-10-18 13:50:01 +01:00
RequestList.h LibWeb/IndexedDB: Remove spin_until from request processing 2025-10-08 17:25:29 +02:00