core
core copied to clipboard
Implement Firefox Sync support
The SyncStorage API allows syncing:
- [ ] bookmarks
- [ ] history
- [ ] forms
- [ ] preferences
- [ ] tabs
- [ ] passwords
Ideally this can be implemented as an extension so it can be easily enabled and disabled as necessary, although making it part of the core may be necessary.
This should be considered a meta issue to track implementation of the above items, some of which depend on features that aren't in the new core yet.
See ANDROID-13 for the Android epic
this is interest but also is important have users native and not depend of Mozilla and services, Astore Web begin with the creation of repository this center can be the platform where the user not only manages their applications (WebApps, .deb and Android, snaps) but also can manage their data history, searches, passwords etc. https://gitlab.com/astian-os/astore-web, For this development use Python and Flask for more performance.
@Poncho09 There's two ways here I think which can help keep this independent. One can setup a sync server compatible with the SyncStorage API that's not run by Mozilla. And we can totally look into keeping the implementation agnostic so for example Midori.Database
objects implement sync without knowing about he backend.