canmove, Confirmed users
457
edits
No edit summary |
|||
| Line 98: | Line 98: | ||
** Implementation TBD, may use [[Services/Notifications|Notifications]] if ready, or may be an aggressively-synced engine using the pure Sync architecture. | ** Implementation TBD, may use [[Services/Notifications|Notifications]] if ready, or may be an aggressively-synced engine using the pure Sync architecture. | ||
=== {{p2|Sync add-ons}} === | === {{p2|[[Services/Sync/Features/Sync_Add-ons|Sync add-ons]]}} === | ||
* Add/update/remove automatically across computers | * Add/update/remove automatically across computers | ||
** Open question, to be decided at design/implementation time, as to whether this syncs across apps, or is per-app like prefs | ** Open question, to be decided at design/implementation time, as to whether this syncs across apps, or is per-app like prefs | ||
=== {{p2|Sync favicons}} === | === {{p2|[[Services/Sync/Features/Sync_Favicons|Sync favicons]]}} === | ||
* This is less painful than we think, should be able to sync the moz_favicons table in some reasonable way. | * 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|[[Services/Sync/Features/Sync_Web_apps|Sync web apps]]}} === | ||
* Waiting on web app evolution | * Waiting on web app evolution | ||
=== {{p2|Sync localStorage}} === | === {{p2|[[Services/Sync/Features/Sync_localstorage|Sync localStorage]]}} === | ||
* Need to figure out space reqs, this will likely push us into "omg" levels of quota for some users | * Need to figure out space reqs, this will likely push us into "omg" levels of quota for some users | ||
* Also highly non-trivial to do conflict resolution. localStorage is essentially a flat object, afaik no timestamps. Easy to get web app's data into inconsistent state --philikon | * Also highly non-trivial to do conflict resolution. localStorage is essentially a flat object, afaik no timestamps. Easy to get web app's data into inconsistent state --philikon | ||