Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# v145.0 (In progress)

## ✨ What's New ✨

### Docs
- Updated the components strategy doc to better reflect the current state of application services. ([#6991](https://github.com/mozilla/application-services/pull/6991))

[Full Changelog](In progress)

### Swift
Expand Down
11 changes: 5 additions & 6 deletions docs/design/components-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ would need to be modified in all implementations and the likelihood of errors wa


### Now: Sync is starting to streamline its components
Currently, we are in the process of migrating many of the sync implementation to use our Rust Component strategy.
Fenix primarily uses our Rust Components and iOS has some integrated as well. Additionally, Firefox Desktop also uses
one Rust component (Web Extension Storage).
We have updated much of our sync implementation to use our Rust Components strategy on mobile. Additionally, Firefox Desktop also uses
two Rust components (Tabs and Web Extension Storage).

The Rust components not only unify the different implementations of sync, they also provide a convenient local storage for the apps.
In other words, the apps can use the components for storage, with or without syncing to the server.
Expand All @@ -39,9 +38,9 @@ The following table has the status of each of our sync Rust Components

| Application\Component | Bookmarks | History | Tabs | Passwords | Autofill | Web Extension Storage | FxA Client |
|-----------------------|-----------|---------|------|-----------|----------|-----------------------|------------|
| Fenix | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
| Firefox iOS | ✔️ | | ✔️ | ✔️ | | | ✔️ |
| Firefox Desktop | | | | | | ✔️ | |
| Fenix | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
| Firefox iOS | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
| Firefox Desktop | | | ✔️ | | | ✔️ | |
| Focus | | | | | | | |

### Future: Only one implementation for each sync engine
Expand Down
Binary file modified docs/diagrams/now-cross-components.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.