Closed
Bug 1201661
Opened 9 years ago
Closed 9 years ago
Fix some undefined warnings
Categories
(Chat Core :: IRC, defect)
Chat Core
IRC
Tracking
(Not tracked)
RESOLVED
FIXED
Instantbird 43
People
(Reporter: aleth, Assigned: aleth)
Details
Attachments
(2 files)
1.29 KB,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
1.06 KB,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
These happen occasionally on reconnection:
this._account is undefined, irc.js line 786
buffer is undefined, irc.js line 1049
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8656765 -
Flags: review?(clokep)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8656766 -
Flags: review?(clokep)
Updated•9 years ago
|
Attachment #8656766 -
Flags: review?(clokep) → review+
Updated•9 years ago
|
Attachment #8656765 -
Flags: review?(clokep) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/comm-central/rev/85075a196d85a89617f7d4479f2ff083fed6c325
Bug 1201661 - Fix "this._account is undefined" warning from onStartRequest after socket disconnect. r=clokep
https://hg.mozilla.org/comm-central/rev/a1d38fcecb75549ab218b7d7b277aa8ce1d4e964
Bug 1201661 - Fix "buffer is undefined" warning. r=clokep
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → aleth
Status: NEW → RESOLVED
Closed: 9 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Instantbird 43
You need to log in
before you can comment on or make changes to this bug.
Description
•