ladybird/Libraries/LibWeb/IndexedDB/Internal
Andreas Kling 2ac363dcba LibGC: Only call finalize() on types that override finalize()
This dramatically cuts down on time spent in the GC's finalizer pass,
since most types don't override finalize().
2026-01-07 20:51:17 +01:00
..
Algorithms.cpp LibWeb/IndexedDB: Use GC::Weak for Database in "database registry" 2025-12-27 16:25:51 +01: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: Use GC::Weak for Database in "database registry" 2025-12-27 16:25:51 +01:00
Database.h LibWeb/IndexedDB: Use GC::Weak for Database in "database registry" 2025-12-27 16:25:51 +01:00
IDBDatabaseObserver.cpp LibWeb/IndexedDB: Remove spin_until from waiting for connection closure 2025-10-08 17:25:29 +02:00
IDBDatabaseObserver.h LibGC: Only call finalize() on types that override finalize() 2026-01-07 20:51:17 +01:00
IDBRequestObserver.cpp LibWeb/IndexedDB: Remove spin_until from request processing 2025-10-08 17:25:29 +02:00
IDBRequestObserver.h LibGC: Only call finalize() on types that override finalize() 2026-01-07 20:51:17 +01:00
IDBTransactionObserver.cpp LibWeb/IndexedDB: Remove spin_until from checking finished transactions 2025-10-08 17:25:29 +02:00
IDBTransactionObserver.h LibGC: Only call finalize() on types that override finalize() 2026-01-07 20:51:17 +01: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: Handle cursor iteration more correctly 2025-11-13 08:52:16 -05: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: Use GC::Weak in RequestList 2025-12-26 06:17:01 +01:00
RequestList.h LibWeb/IndexedDB: Use GC::Weak in RequestList 2025-12-26 06:17:01 +01:00