Closed
Bug 965544
Opened 9 years ago
Closed 9 years ago
Show "now syncing" doorhanger when sync actually starts, once per login
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
VERIFIED
FIXED
Firefox 29
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
(Whiteboard: [qa!])
Attachments
(1 file)
4.79 KB,
patch
|
markh
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8367612 -
Flags: review?(mhammond)
Updated•9 years ago
|
Whiteboard: [qa+]
Assignee | ||
Comment 2•9 years ago
|
||
The goal of this bug is to use the right notification to determine when to show the "now syncing" doorhanger. It will also remove some code that became obsolete with some rebasing done in a slight hurry yesterday.
Updated•9 years ago
|
Comment 3•9 years ago
|
||
Comment on attachment 8367612 [details] [diff] [review] 0001-Bug-965544-Show-now-syncing-doorhanger-when-sync-act.patch Review of attachment 8367612 [details] [diff] [review]: ----------------------------------------------------------------- missing change to aboutaccounts.js which renames the showCustomizationDialog pref, but that's so trivial I'll r+ without seeing it. ::: services/sync/modules/browserid_identity.js @@ +73,5 @@ > }, > > get needsCustomization() { > try { > + return Services.prefs.getBoolPref("services.sync.ui.showCustomizationDialog"); might as well use a constant for this value too
Attachment #8367612 -
Flags: review?(mhammond) → review+
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/cff14c669584
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cff14c669584
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Comment 6•9 years ago
|
||
Verified with latest builds of Nightly and Aurora
Status: RESOLVED → VERIFIED
Whiteboard: [qa+] → [qa!]
You need to log in
before you can comment on or make changes to this bug.
Description
•