Should use GetMessageHeader instead of getMessageHeader in NntpChannel.jsm
Categories
(MailNews Core :: Networking: NNTP, defect, P2)
Tracking
(thunderbird_esr102 fixed, thunderbird103 fixed, thunderbird104 fixed)
People
(Reporter: rnons, Assigned: rnons)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr102+
|
Details | Review |
1.18 KB,
patch
|
wsmwk
:
approval-comm-esr102+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
What broke for the user as a result of this?
Assignee | ||
Comment 3•3 years ago
|
||
Offline cache can't be used by nntp, even if user has already downloaded all the messages. This problem is unnoticeable if not in offline mode, because the code will fallback to fetch from server.
Assignee | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9283781 [details]
Bug 1777642 - Use GetMessageHeader instead of getMessageHeader in NntpChannel.jsm. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1733849
User impact if declined: Offline storage can't be used by NNTP.
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): no risk, basically a typo fix.
Comment 6•3 years ago
|
||
Comment on attachment 9283781 [details]
Bug 1777642 - Use GetMessageHeader instead of getMessageHeader in NntpChannel.jsm. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 7•3 years ago
|
||
bugherder uplift |
Thunderbird 103.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/fa6ba9b18e04
Comment 8•3 years ago
|
||
Comment on attachment 9283781 [details]
Bug 1777642 - Use GetMessageHeader instead of getMessageHeader in NntpChannel.jsm. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1733849
User impact if declined: Offline storage can't be used by NNTP.
Testing completed (on c-c, etc.): 103.0b4
Risk to taking this patch (and alternatives if risky): no risk, basically a typo fix.
Comment 9•3 years ago
|
||
Comment on attachment 9283781 [details]
Bug 1777642 - Use GetMessageHeader instead of getMessageHeader in NntpChannel.jsm. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr102
Comment 10•3 years ago
|
||
bugherder uplift |
Thunderbird 102.0.2:
https://hg.mozilla.org/releases/comm-esr102/rev/c253ab4c18ff
Comment 11•3 years ago
|
||
Backout Thunderbird 102.0.2:
https://hg.mozilla.org/releases/comm-esr102/rev/1357fff4c27503ee29b594ab715648f48af3bd45
Backed out for causing ESLint test failure:
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/mailnews/news/src/NntpChannel.jsm:29:13 | 'lazy' is not defined. (no-undef)
Assignee | ||
Comment 12•3 years ago
|
||
One line change for esr102, thanks.
Comment 13•3 years ago
|
||
Thanks for the updated patch. Given the modest severity, even though it's regression, I'm going to proceed building 102.0.2 without this patch. Let me know if you disagree with targeting this to the next esr.
Updated•3 years ago
|
Comment 14•3 years ago
|
||
Comment on attachment 9284776 [details] [diff] [review]
1777642-esr102.patch
[Triage Comment]
Approved for esr102
Comment 15•3 years ago
|
||
bugherder uplift |
Thunderbird 102.0.3:
https://hg.mozilla.org/releases/comm-esr102/rev/fe64edafc085
Description
•