Closed
Bug 1119911
Opened 11 years ago
Closed 11 years ago
autosync.js, line 75: ReferenceError: reference to undefined property this.autoSyncManager
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 37.0
People
(Reporter: rkent, Assigned: rkent)
References
Details
Attachments
(1 file)
|
1.96 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
I'm not sure why I could not find an existing bug for this, since it seems to have been here since forever. But I am clearly having issues in getting initial download of offline messages to complete on my inbox for a new profile, maybe this is related.
As far as I can tell this.autoSyncManager is never defined in autosync.js
| Assignee | ||
Comment 1•11 years ago
|
||
Without this patch, my inbox was not completing autoSync, and I was getting the undefined property error. With the patch, I no longer get the error. I'm also not stuck with "Bringing folder Inbox up to date" in the Activity Manager and "Downloading 1 of 7 messages" in the status bar. I did not retest to conclusively prove that this patch fixed the issue, but the patch is needed in any case.
Comment 2•11 years ago
|
||
Comment on attachment 8546810 [details] [diff] [review]
get autoSyncManager
Review of attachment 8546810 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM! r=mkmelin
Attachment #8546810 -
Flags: review?(mkmelin+mozilla) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8546810 [details] [diff] [review]
get autoSyncManager
Checked in https://hg.mozilla.org/comm-central/rev/f588ec397390
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
OS: Windows 8.1 → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 37.0
You need to log in
before you can comment on or make changes to this bug.
Description
•