Confirmed users, Bureaucrats and Sysops emeriti
812
edits
Line 1: | Line 1: | ||
= Firefox Sync client engineering roadmap = | = Firefox Sync client engineering roadmap = | ||
== | == Feature Reqs from Product == | ||
* (P1) Improve discoverability | |||
** basically http://areweprettyyet.com/4/syncPromotion/ | |||
* (P1) Instant Sync (engine specific sync heuristics) | |||
** "Instant" may be misleading, but essentially this is much more aggressive syncing of certain data types (i.e. bookmarks, passwords) and smarter sync-on-return-from-idle behaviour. | |||
* (P1) Deauthorize device from syncing (e.g. lost phone) from Account Portal | |||
** Needs a spec, hard to revoke access to just a device, since it has all creds. | |||
** May morph to "remote wipe" trigger that isn't tied to user/pass auth (token-based auth + polling/push?) | |||
* (P1) Improve Sync setup process | |||
** Waiting on user study, as yet unscoped | |||
* (P2) Push to mobile | * (P2) Push to mobile | ||
** UX TBD, but fairly simple to implement (new data type, likely) | |||
* (P2) Sync add-ons | * (P2) Sync add-ons | ||
** Add/update/remove automatically across computers | |||
** Does this apply to cross-app syncing, or is this like prefs? | |||
* (P2) Sync favicons | |||
** This is less painful than we think, should be able to sync the moz_favicons table in some reasonable way. | |||
* (P2) Sync web apps | * (P2) Sync web apps | ||
** Waiting on web app evolution | |||
* (P2) Sync localStorage | * (P2) Sync localStorage | ||
** Need to figure out space reqs, this will likely push us into "omg" levels of quota for some users | |||
* (P2) Snippet view in about:home | |||
** Need more details here. | |||
== Platform == | == Platform == |