70bebedbec
* Consolidate the various types used for a "collection name" - now we use `Cow` rather than the various `&'static str`, `&str` and `String` used previously. * This made it easier to clean up the `LocalCollState` state machine to have the `Ready` state directly provide the `CollState` due to a mismatch between `'static str` and `String` reprs of collections. * No longer store the outgoing timestamp in an OutgoingChangeset - it was never actually used and just creates unnecessary complexity. * OutgoingChangsets now always supply the BSOs as they are created, meaning less `mut` objects. * Bonus fix to unbreak the `places-utils` example. |
||
---|---|---|
.. | ||
autofill-utils | ||
cli-support | ||
fxa-client | ||
places-autocomplete | ||
places-utils | ||
push-livetest | ||
sync-pass | ||
tabs-sync |