NNTP message headers not shown
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird115+ fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
| thunderbird115 | + | fixed |
People
(Reporter: welpy-cw, Assigned: mkmelin)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [supernova3p])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
Usenet message headers are not shown anymore in the latest daily builds, while error console reports
Uncaught (in promise) NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED: JavaScript component does not have a method named: "isPending"'JavaScript component does not have a method named: "isPending"' when calling method: [nsIChannel::isPending]
onStateChange chrome://messenger/content/msgHdrView.js:545
msgHdrView.js:545
This seems to be a regression from Bug 1819916, as putting
if (request.isPending()) {
await new Promise(resolve => setTimeout(resolve));
}
in msgHdrView.js in a try block and immediately catching the error mitigates the problem.
| Reporter | ||
Updated•3 years ago
|
| Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/93794e0e07a1
Implement more of nsIRequest in NntpChannel and ImapChannel (to make nntp work again). r=kaie
| Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9340881 [details]
Bug 1840087 - Implement more of nsIRequest in NntpChannel and ImapChannel (to make nntp work again). r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1819916
User impact if declined: nntp messages not shown
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): safe
Comment 4•3 years ago
|
||
Comment on attachment 9340881 [details]
Bug 1840087 - Implement more of nsIRequest in NntpChannel and ImapChannel (to make nntp work again). r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 5•3 years ago
|
||
| bugherder uplift | ||
Thunderbird 115.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/e87659693784
Description
•