Closed
Bug 965544
Opened 11 years ago
Closed 11 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•11 years ago
|
||
Attachment #8367612 -
Flags: review?(mhammond)
Updated•11 years ago
|
Whiteboard: [qa+]
Assignee | ||
Comment 2•11 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•11 years ago
|
Comment 3•11 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•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Comment 6•11 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
•