ladybird/Libraries/LibWeb/IndexedDB
Andrew Kaster 6ed2bf2bb1 LibWeb: Mark local variables captured in GC functions as ignored
These variables are all captured in queued events or other event loop
tasks, but are all guarded by event loop spins later in the function.

The IGNORE_USE_IN_ESCAPING_LAMBDA will soon be required for all locals
that are captured by ref in GC::Function as well as AK::Function.
2024-12-10 07:13:00 +01:00
..
Internal LibWeb: Mark local variables captured in GC functions as ignored 2024-12-10 07:13:00 +01:00
IDBCursor.cpp LibWeb: Add IDBCursor 2024-11-26 14:50:27 +01:00
IDBCursor.h LibWeb: Add IDBCursor 2024-11-26 14:50:27 +01:00
IDBCursor.idl LibWeb: Add IDBCursor 2024-11-26 14:50:27 +01:00
IDBDatabase.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IDBDatabase.h LibWeb: Implement IDBDatabase::close() 2024-11-26 14:50:27 +01:00
IDBDatabase.idl LibWeb: Implement IDBDatabase::close() 2024-11-26 14:50:27 +01:00
IDBFactory.cpp LibWeb: Dont take a reference to the request in IDBFactory::open() 2024-11-26 14:50:27 +01:00
IDBFactory.h LibWeb: Implement IDBFactory::cmp 2024-11-25 11:53:50 +01:00
IDBFactory.idl LibWeb: Implement IDBFactory::cmp 2024-11-25 11:53:50 +01:00
IDBIndex.cpp LibWeb: Add IDBIndex 2024-11-26 14:50:27 +01:00
IDBIndex.h LibWeb: Add IDBIndex 2024-11-26 14:50:27 +01:00
IDBIndex.idl LibWeb: Add IDBIndex 2024-11-26 14:50:27 +01:00
IDBKeyRange.cpp LibWeb: Add IDBKeyRange 2024-11-26 14:50:27 +01:00
IDBKeyRange.h LibWeb: Add IDBKeyRange 2024-11-26 14:50:27 +01:00
IDBKeyRange.idl LibWeb: Add IDBKeyRange 2024-11-26 14:50:27 +01:00
IDBObjectStore.cpp LibWeb: Add IDBObjectStore 2024-11-26 14:50:27 +01:00
IDBObjectStore.h LibWeb: Add IDBObjectStore 2024-11-26 14:50:27 +01:00
IDBObjectStore.idl LibWeb: Add IDBObjectStore 2024-11-26 14:50:27 +01:00
IDBOpenDBRequest.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IDBOpenDBRequest.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IDBOpenDBRequest.idl
IDBRequest.cpp LibWeb: Implement most of upgrade_a_database for IndexedDB 2024-11-26 14:50:27 +01:00
IDBRequest.h LibWeb: Implement most of upgrade_a_database for IndexedDB 2024-11-26 14:50:27 +01:00
IDBRequest.idl LibWeb: Remove IDBRequest.idl FIXME 2024-12-01 22:04:05 +01:00
IDBTransaction.cpp LibWeb: Add IDBTransaction 2024-11-26 14:50:27 +01:00
IDBTransaction.h LibWeb: Add IDBTransaction 2024-11-26 14:50:27 +01:00
IDBTransaction.idl LibWeb: Add IDBTransaction 2024-11-26 14:50:27 +01:00
IDBVersionChangeEvent.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IDBVersionChangeEvent.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IDBVersionChangeEvent.idl