servo/components/net/indexeddb/engines/sqlite
Ashwin Naren 91b2ab5458
indexeddb: Implement autoincremented keys and report autoincrementedness properly through DOM interface (#38723)
Autoincrementedness was previously being reported as always false. This
PR makes the state become queried from the backend, as the spec
specifies. Additionally this PR ensures the backend correctly handles an
object store which autoincrements.

Testing: WPT
Fixes: None

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-08-31 03:54:18 +00:00
..
create.rs indexeddb: Implement autoincremented keys and report autoincrementedness properly through DOM interface (#38723) 2025-08-31 03:54:18 +00:00
database_model.rs net: fix indexeddb backend bugs (#38744) 2025-08-19 20:44:49 +00:00
object_data_model.rs net: fix indexeddb backend bugs (#38744) 2025-08-19 20:44:49 +00:00
object_store_index_model.rs net: fix indexeddb backend bugs (#38744) 2025-08-19 20:44:49 +00:00
object_store_model.rs indexeddb: Implement autoincremented keys and report autoincrementedness properly through DOM interface (#38723) 2025-08-31 03:54:18 +00:00