Closed
Bug 1166812
Opened 10 years ago
Closed 10 years ago
[meta] Hook up History Sync to the browser frontend
Categories
(Firefox for iOS :: Sync, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
(Keywords: meta)
Right now it's in, but it needs to be triggered by browsing events and timers. Before we do this, we should test more thoroughly with a stub hook, and make sure we're more complete (e.g., uploading deletions).
Assignee | ||
Comment 1•10 years ago
|
||
Karen, this is the bug to watch to know when history Sync will become available.
Assignee | ||
Comment 2•10 years ago
|
||
Four parts:
1. pull-to-refresh on the history panel
2. a trivial counter somewhere that counts visits and triggers a sync
3. possibly a timer
4. if our account is in a good state, a quick sync on exit.
Things to pay attention to in some of these cases:
1. Sync only history.
2. Sync only if we've synced before, or only if we've synced recently, to minimize the risk of doing a big sync.
3. Sync only on wifi?
4. Remember to check for history sync enablement via meta/global!
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Keywords: meta
Summary: Hook up History Sync to the browser frontend → [meta] Hook up History Sync to the browser frontend
Assignee | ||
Updated•10 years ago
|
Assignee: rnewman → nobody
Status: ASSIGNED → NEW
Assignee | ||
Comment 3•10 years ago
|
||
Basics are done. Punting the other things out of this meta.
You need to log in
before you can comment on or make changes to this bug.
Description
•