gecko-dev/toolkit/components/kvstore
Lina Butler 030a9c2a06 Bug 1917157 - Remove the workaround for serializing large numbers from `skv::Value`. r=nanj
@0f-0b taught me about the `float_roundtrip` feature in
https://github.com/serde-rs/json/issues/1170 (thank you!)

Unlike `arbitrary_precision`, `float_roundtrip` doesn't change the
serialized representation.

Differential Revision: https://phabricator.services.mozilla.com/D221335
2024-09-06 16:09:52 +00:00
..
src Bug 1917157 - Remove the workaround for serializing large numbers from `skv::Value`. r=nanj 2024-09-06 16:09:52 +00:00
test/xpcshell Bug 1554318 - Implement `nsIKeyValueDatabase.{isEmpty, count, size}()`. r=nanj 2024-08-19 17:37:45 +00:00
Cargo.toml Bug 1917157 - Remove the workaround for serializing large numbers from `skv::Value`. r=nanj 2024-09-06 16:09:52 +00:00
components.conf Bug 1909409 - Implement an SQLite-backed `nsIKeyValueService`. r=nika 2024-08-10 07:03:08 +00:00
kvstore.sys.mjs Bug 1554318 - Implement `nsIKeyValueDatabase.{isEmpty, count, size}()`. r=nanj 2024-08-19 17:37:45 +00:00
moz.build Bug 1617964 - Update references from Toolkit:Storage to the new Core module, correct governance info, introduce placeholder docs. r=lina,zeid 2024-08-24 08:50:25 +00:00
nsIKeyValue.idl Bug 1554318 - Implement `nsIKeyValueDatabase.{isEmpty, count, size}()`. r=nanj 2024-08-19 17:37:45 +00:00
nsKeyValueModule.h Bug 1909409 - Implement an SQLite-backed `nsIKeyValueService`. r=nika 2024-08-10 07:03:08 +00:00