Closed
Bug 688520
Opened 14 years ago
Closed 14 years ago
Kick off a sync on "Add a Device"
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
VERIFIED
FIXED
mozilla10
People
(Reporter: philikon, Assigned: philikon)
References
Details
(Whiteboard: [verified in services])
Attachments
(1 file)
|
1.13 KB,
patch
|
rnewman
:
review+
|
Details | Diff | Splinter Review |
Single device users only sync once an hour (on Firefox <=7 only once a day), so when they add their second device, their most recent data may not be present on the server yet. We should simply kick off a sync when the user opens the "Add a Device" wizard and starts entering numbers.
| Assignee | ||
Updated•14 years ago
|
Component: Firefox Sync: Backend → Firefox Sync: UI
QA Contact: sync-backend → sync-ui
Comment 1•14 years ago
|
||
*waits patiently for the inevitable time that some user figures out that this is a Sync Now button in disguise* :D
| Assignee | ||
Comment 2•14 years ago
|
||
https://hg.mozilla.org/services/services-central/rev/95bee1fc8117
The next Services QA train will probably not make the Aurora cut-off, but I'm hopefull we can convince release drivers to allow this to go into Aurora (9) and Beta (8).
Status: NEW → ASSIGNED
Whiteboard: [fixed in services]
| Assignee | ||
Comment 3•14 years ago
|
||
(In reply to Philipp von Weitershausen [:philikon] from comment #2)
> https://hg.mozilla.org/services/services-central/rev/95bee1fc8117
>
> The next Services QA train will probably not make the Aurora cut-off, but
> I'm hopefull we can convince release drivers to allow this to go into Aurora
> (9) and Beta (8).
Bah, wrong bug :(
Status: ASSIGNED → NEW
Whiteboard: [fixed in services]
| Assignee | ||
Comment 4•14 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #1)
> *waits patiently for the inevitable time that some user figures out that
> this is a Sync Now button in disguise* :D
I'm not too worried about this, tbh. Yes, with bug 675817 we want to disable "Sync Now" in primary UI (do the Google Docs thing where it just says "Synced"). But we'll still have a Sync Now button in prefs or so, I think.
Assignee: nobody → philipp
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•14 years ago
|
||
Attachment #561858 -
Flags: review?(rnewman)
Comment 6•14 years ago
|
||
(In reply to Philipp von Weitershausen [:philikon] from comment #4)
> I'm not too worried about this, tbh.
Yeah, just a wry observation. See some Mac users and their religious use of Repair Permissions… :D
Comment 7•14 years ago
|
||
Comment on attachment 561858 [details] [diff] [review]
v1
Review of attachment 561858 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/base/content/syncAddDevice.js
@@ +61,5 @@
>
> this.throbber = document.getElementById("add-device-throbber");
> this.errorRow = document.getElementById("errorRow");
> +
> + // Kick off a sync. That way the server has the most recent data from this
"will have the most...", no?
Attachment #561858 -
Flags: review?(rnewman) → review+
| Assignee | ||
Comment 8•14 years ago
|
||
Whiteboard: [fixed in services]
Comment 9•14 years ago
|
||
verified with s-c that the add a device link kicks off a sync
Whiteboard: [fixed in services] → [verified in services]
| Assignee | ||
Comment 10•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Comment 11•14 years ago
|
||
Verified on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0a1) Gecko/20111007 Firefox/10.0a1
and Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1) Gecko/201101007 Firefox/9.0a1 Fennec/9.0a1
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: Firefox Sync: UI → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•