ladybird/Libraries/LibWeb/IndexedDB/Internal
Luke Wilde 85e8d2ba38 LibWeb/IndexedDB: Prevent copying and moving of RequestList
RequestList cannot be copied or moved, because m_pending_request_queue
contains lambdas that store pointers to the original RequestList and
completion steps that we don't have a reference to.

Fixes a bunch of WPT regressions and imports the ones that work.
2025-10-23 14:42:45 +02:00
..
Algorithms.cpp LibWeb/IDB: Mark request as errored if upgrade transaction is aborted 2025-10-23 14:26:54 +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: Prevent copying and moving of RequestList 2025-10-23 14:42:45 +02:00
Database.cpp LibWeb/IndexedDB: Prevent copying and moving of RequestList 2025-10-23 14:42:45 +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/IndexedDB: Prevent copying and moving of RequestList 2025-10-23 14:42:45 +02:00
RequestList.h LibWeb/IndexedDB: Prevent copying and moving of RequestList 2025-10-23 14:42:45 +02:00