ReferenceError: nsSimpleEnumerator is not defined[Learn More] jsProtoHelper.jsm:877:5
Categories
(Thunderbird :: Instant Messaging, defect)
Tracking
(Not tracked)
People
(Reporter: Paenglab, Assigned: mkmelin)
References
Details
(Keywords: regression)
Attachments
(1 file)
1006 bytes,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
When I open the chat properties in Account Manager I get this errors:
ReferenceError: nsSimpleEnumerator is not defined[Learn More] jsProtoHelper.jsm:877:5
00:00:57.873
NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "nsSimpleEnumerator is not defined" {file: "resource:///modules/jsProtoHelper.jsm" line: 877}]'[JavaScript Error: "nsSimpleEnumerator is not defined" {file: "resource:///modules/jsProtoHelper.jsm" line: 877}]' when calling method: [prplIProtocol::getOptions] am-im.js:62
Also when connecting to IRC, the auto-join Channels aren't joined.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Reporter | ||
Comment 2•2 years ago
|
||
Comment on attachment 9041895 [details] [diff] [review] bug1525360_nsSimpleEnumerator_not_defined.patch This fixes the Account Manager issue. Thanks.
Comment 3•2 years ago
|
||
(In reply to Richard Marti (:Paenglab) from comment #2)
Comment on attachment 9041895 [details] [diff] [review]
bug1525360_nsSimpleEnumerator_not_defined.patchThis fixes the Account Manager issue. Thanks.
The account manager issue I see is due to missing setTimeout/clearTimeout declarations at https://searchfox.org/comm-central/rev/25813ba6567fc17b19a236a6b9592c43e3b51146/chat/components/src/imAccounts.js#4-9
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/80c05e7d0121
fix "ReferenceError: nsSimpleEnumerator is not defined" in chat's jsProtoHelper.jsm. r=Paenglab
Updated•2 years ago
|
Description
•