1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09:00
ladybird/Libraries/LibWeb/IndexedDB
2025-04-28 11:31:31 +02:00
..
Internal LibWeb/IDB: Dont keep trailing separator when splitting key paths 2025-04-28 11:31:31 +02:00
IDBCursor.cpp LibWeb/IDB: Implement more of IDBCursor 2025-04-23 12:31:14 -06:00
IDBCursor.h LibWeb/IDB: Implement more of IDBCursor 2025-04-23 12:31:14 -06:00
IDBCursor.idl LibWeb/IDB: Implement more of IDBCursor 2025-04-23 12:31:14 -06:00
IDBDatabase.cpp LibWeb/IDB: Implement IDBDatabase::transaction() 2025-04-28 11:31:31 +02:00
IDBDatabase.h LibWeb/IDB: Implement IDBDatabase::transaction() 2025-04-28 11:31:31 +02:00
IDBDatabase.idl LibWeb/IDB: Implement IDBDatabase::transaction() 2025-04-28 11:31:31 +02:00
IDBFactory.cpp LibWeb/IDB: Introduce an Invalid KeyType 2025-04-28 11:31:31 +02:00
IDBFactory.h LibWeb/IDB: Implement IDBFactory::databases() 2025-03-14 08:54:39 +01:00
IDBFactory.idl LibWeb/IDB: Implement IDBFactory::databases() 2025-03-14 08:54:39 +01:00
IDBIndex.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
IDBIndex.h LibWeb/IDB: Fillout IDBIndex attributes 2025-04-09 11:48:49 -06:00
IDBIndex.idl LibWeb/IDB: Fillout IDBIndex attributes 2025-04-09 11:48:49 -06:00
IDBKeyRange.cpp LibWeb/IDB: Introduce an Invalid KeyType 2025-04-28 11:31:31 +02:00
IDBKeyRange.h LibWeb: Implement IDBKeyRange 2025-01-14 23:46:09 +01:00
IDBKeyRange.idl LibWeb: Implement IDBKeyRange 2025-01-14 23:46:09 +01:00
IDBObjectStore.cpp LibWeb/IDB: Add store to the current transaction when created 2025-04-28 11:31:31 +02:00
IDBObjectStore.h LibWeb/IDB: Fix a bug where the KeyGenerator was not incremented 2025-04-28 11:31:31 +02:00
IDBObjectStore.idl LibWeb/IDB: Implement IDBObjectStore::put 2025-04-23 12:31:14 -06:00
IDBOpenDBRequest.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
IDBOpenDBRequest.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IDBOpenDBRequest.idl
IDBRequest.cpp LibWeb/IDB: Change return type of IDBRequest::error() 2025-04-23 12:31:14 -06:00
IDBRequest.h LibWeb/IDB: Change return type of IDBRequest::error() 2025-04-23 12:31:14 -06:00
IDBRequest.idl LibWeb: Remove IDBRequest.idl FIXME 2024-12-01 22:04:05 +01:00
IDBTransaction.cpp LibWeb/IDB: Implement IDBDatabase::transaction() 2025-04-28 11:31:31 +02:00
IDBTransaction.h LibWeb/IDB: Add store to the current transaction when created 2025-04-28 11:31:31 +02:00
IDBTransaction.idl LibWeb/IDB: Implement IDBTransaction::objectStore 2025-04-10 19:12:30 -06:00
IDBVersionChangeEvent.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
IDBVersionChangeEvent.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IDBVersionChangeEvent.idl