ladybird/Libraries/LibWeb/IndexedDB
stelar7 1844e10cd3
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb/IDB: Correctly check if transaction was aborted
The associated databases upgrade transaction could be
null at the time we try to access it here.
2025-03-25 10:50:03 +00:00
..
Internal LibWeb/IDB: Correctly check if transaction was aborted 2025-03-25 10:50:03 +00: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 LibWeb: Move IDBDatabase::close out of line 2025-01-14 23:46:09 +01:00
IDBDatabase.h LibWeb: Move IDBDatabase::close out of line 2025-01-14 23:46:09 +01:00
IDBDatabase.idl LibWeb: Implement IDBDatabase::close() 2024-11-26 14:50:27 +01:00
IDBFactory.cpp LibJS: Replace PropertyKey(char[]) with PropertyKey(FlyString) 2025-03-24 22:27:17 +00: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: 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: Implement IDBKeyRange 2025-01-14 23:46:09 +01: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: 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 LibWeb/IDB: Set the source of a IDBRequest 2025-03-25 10:50:03 +00: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: Set the source of a IDBRequest 2025-03-25 10:50:03 +00:00
IDBRequest.h LibWeb/IDB: Set the source of a IDBRequest 2025-03-25 10:50:03 +00:00
IDBRequest.idl LibWeb: Remove IDBRequest.idl FIXME 2024-12-01 22:04:05 +01:00
IDBTransaction.cpp LibWeb: Implement IDBTransaction::abort 2024-12-14 23:02:59 +01:00
IDBTransaction.h LibWeb: Close the database if the upgrade connection is aborted 2024-12-14 23:02:59 +01:00
IDBTransaction.idl LibWeb: Implement abort_a_transaction for IndexedDB 2024-12-14 23:02:59 +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