Closed
Bug 1141845
Opened 10 years ago
Closed 10 years ago
Trivial 'synchronizer' for client records
Categories
(Firefox for iOS :: Sync, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
Attachments
(1 file)
This is a simple 'up-down' synchronizer: it fetches changed records and writes them into storage, and uploads a client record if needed. No synchronization per se.
Assignee | ||
Comment 1•10 years ago
|
||
Attacking this and tabs together:
https://github.com/mozilla/firefox-ios/pull/330
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
There are some todos.
The caller into SyncAuthState needs to know the token server URI, so I hard-code prod. Suggestions welcome.
This only hooks into refresh. Each refresh will result in an i/c fetch.
Attachment #8591773 -
Flags: review?(nalexander)
Assignee | ||
Comment 3•10 years ago
|
||
Landed apart from the prod URI switchover.
https://github.com/mozilla/firefox-ios/commit/2824e8b62f83a2450b5735efd536f5141b807c81
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
Comment on attachment 8591773 [details] [review]
Pull req.
Reviewed on GH, IRC, and in person.
Attachment #8591773 -
Flags: review?(nalexander) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•