application-services/examples
Mark Hammond 70bebedbec
Minor cleanups of sync engine code: (#5365)
* 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.
2023-02-08 13:50:38 +11:00
..
autofill-utils Exposed credit card API for iOS (#5293) 2023-01-03 15:09:55 -05:00
cli-support Merge sync15-traits back into sync15 via features. (#5125) 2022-09-15 11:09:04 +10:00
fxa-client Remove duplicate DeviceType enum implementations. (#4397) 2022-02-23 10:09:59 +11:00
places-autocomplete Clippy and check-dependency fixes 2023-01-27 15:32:17 -05:00
places-utils Minor cleanups of sync engine code: (#5365) 2023-02-08 13:50:38 +11:00
push-livetest Clippy and check-dependency fixes 2023-01-27 15:32:17 -05:00
sync-pass Clippy and check-dependency fixes 2023-01-27 15:32:17 -05:00
tabs-sync Clippy and check-dependency fixes 2023-01-27 15:32:17 -05:00