ladybird/Libraries/LibWeb/IndexedDB/Internal
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
..
Algorithms.cpp LibWeb/IDB: Correctly check if transaction was aborted 2025-03-25 10:50:03 +00:00
Algorithms.h LibWeb/IDB: Correctly check if transaction was aborted 2025-03-25 10:50:03 +00:00
ConnectionQueueHandler.h LibWeb: Rename ConnectionQueue to RequestList 2025-01-14 23:46:09 +01:00
Database.cpp LibWeb/IDB: Implement IDBFactory::databases() 2025-03-14 08:54:39 +01:00
Database.h LibWeb/IDB: Implement IDBFactory::databases() 2025-03-14 08:54:39 +01:00
Key.cpp LibWeb: Turn IDB internal Key into a GC type 2025-01-14 23:46:09 +01:00
Key.h LibWeb: Implement IDBKeyRange 2025-01-14 23:46:09 +01:00
RequestList.cpp LibWeb: Rename ConnectionQueue to RequestList 2025-01-14 23:46:09 +01:00
RequestList.h LibWeb: Rename ConnectionQueue to RequestList 2025-01-14 23:46:09 +01:00