NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIMessenger.msgHdrFromURI] 3 mailWindowOverlay.js:1500
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr68 fixed, thunderbird76 fixed)
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
Details
Attachments
(1 file)
1.07 KB,
patch
|
mkmelin
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
I'm using the history arrows (back/forward) a lot and just came across this error. We papered over bad URL's here
https://hg.mozilla.org/comm-central/rev/4b9f7d78c4c9
so why not do it again.
Assignee | ||
Comment 1•4 years ago
|
||
Hard to test since we don't know what causes the issue. I haven't tested this, neither have I checked linting (since I don't have a working setup any more). Can you please check this for me. Not an ideal patch, but it will silence the issue and not inhibit the menu from coming up at all (which was the annoying bit before I fixed bug 1600500).
Comment 2•4 years ago
|
||
Comment on attachment 9139963 [details] [diff] [review] 1629301-skip-bad-history.patch Review of attachment 9139963 [details] [diff] [review]: ----------------------------------------------------------------- LGTM, r=mkmelin
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/cc0eebd9ddbd
Skip bad history entries so they don't cause errors. r=mkmelin
Assignee | ||
Comment 4•4 years ago
|
||
Thanks!
Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9139963 [details] [diff] [review] 1629301-skip-bad-history.patch Not risky, just working around a "bad" history entry that would otherwise cause a malfunction. Could be useful in TB 68 as well.
Comment 6•4 years ago
|
||
Comment on attachment 9139963 [details] [diff] [review] 1629301-skip-bad-history.patch [Triage Comment]
Comment 7•4 years ago
|
||
bugherder uplift |
Thunderbird 76.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/959aa9cb6da4
Updated•4 years ago
|
Comment 8•3 years ago
|
||
Comment on attachment 9139963 [details] [diff] [review] 1629301-skip-bad-history.patch Good in beta, so approved for ESR
Comment 9•3 years ago
|
||
bugherder uplift |
Thunderbird 68.8.0:
https://hg.mozilla.org/releases/comm-esr68/rev/1759757c9c03
Description
•