Open
Bug 1745605
Opened 3 years ago
Updated 3 years ago
Remove sync DNS resolution on main thread in CZ
Categories
(SeaMonkey :: Chat, enhancement)
SeaMonkey
Chat
Tracking
(seamonkey2.57esr? affected)
NEW
People
(Reporter: frg, Unassigned)
References
(Blocks 1 open bug)
Details
After Bug 1398646 if you check "Enable Identification Server during connection process in the ChatZilla Gobal Preferences or in the Network panel for a network this will not work and result in showing an error:
[ERROR] Error enabling Ident Server: NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDNSService.resolve] @ <chrome://chatzilla/content/lib/js/ident.js> 47
The sync resolve needs to be replaced with an async implementation. 2.53 unaffected for now but blocks backporting Bug 1398646.
Reporter | ||
Updated•3 years ago
|
Blocks: 2.57BulkMalfunctions
Reporter | ||
Updated•3 years ago
|
Summary: Remove sync DNS resolution on mainthread in Seamonkeys CZ → Remove sync DNS resolution on main thread in Seamonkeys CZ
Reporter | ||
Updated•3 years ago
|
Summary: Remove sync DNS resolution on main thread in Seamonkeys CZ → Remove sync DNS resolution on main thread in CZ
You need to log in
before you can comment on or make changes to this bug.
Description
•