Add telemetry in preparation to enforcing storage.sync quota on android
Categories
(WebExtensions :: Storage, task, P1)
Tracking
(firefox133 fixed)
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: zombie, Assigned: zombie)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file, 1 obsolete file)
We are currently in the planning phase implementing support for syncing storage.sycn on android. Unfortunately, the current backend for storage.sync (which doesn't actually sync) doesn't enforce quotas, so we should do that ahead of switching to the new backend to prevent/minimize data loss.
Updated•5 months ago
|
Comment 1•5 months ago
|
||
There was some discussion that we might end up throwing away local data when enabling syncing of this data on Android, mainly to avoid the risk that the (currently local only) Android data ends up "winning" when merging, and thus that Android data ends up being what's synced to other desktop devices, which user's might find more surprising than the reverse.
While this decision will be owned by the Addons team, it might be worth making that decision before going to this effort?
Comment 2•5 months ago
|
||
(In reply to Mark Hammond [:markh] [:mhammond] from comment #1)
There was some discussion that we might end up throwing away local data when enabling syncing of this data on Android, mainly to avoid the risk that the (currently local only) Android data ends up "winning" when merging, and thus that Android data ends up being what's synced to other desktop devices, which user's might find more surprising than the reverse.
While this decision will be owned by the Addons team, it might be worth making that decision before going to this effort?
yes, we slightly reworded this ticket to make it focused on the "gathering details through telemetry" part to inform decisions about it.
Assignee | ||
Comment 3•4 months ago
|
||
Assignee | ||
Comment 4•4 months ago
|
||
Updated•4 months ago
|
Assignee | ||
Comment 5•4 months ago
|
||
Comment on attachment 9425253 [details]
Data review request
TIL we can do data review for technical category just through Phabricator: https://phabricator.services.mozilla.com/D222442#inline-1235311
Description
•