OpenPGP MsgHdrViewOverlay isCurrentMessage(), currUrl may be null
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(thunderbird_esr91+ fixed, thunderbird92 fixed)
People
(Reporter: KaiE, Assigned: KaiE)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details | Review |
From bug 1707517 comment 9:
'''
TypeError: currUrl is null
isCurrentMessage chrome://openpgp/content/ui/enigmailMsgHdrViewOverlay.js:934
handleSMimeMessage chrome://openpgp/content/ui/enigmailMsgHdrViewOverlay.js:1244
handleSmime chrome://openpgp/content/modules/pgpmimeHandler.jsm:240
onStartRequest chrome://openpgp/content/modules/pgpmimeHandler.jsm:202
enigmailMsgHdrViewOverlay.js:934:1
'''
We should avoid the exception.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/f6177d7407da
Fail gracefull if we fail to extract URL attributes enigmailMsgHdrViewOverlay.js isCurrentMessage(). r=mkmelin
Comment 4•3 years ago
|
||
Comment on attachment 9232914 [details]
Bug 1722097 - Fail gracefull if we fail to extract URL attributes enigmailMsgHdrViewOverlay.js isCurrentMessage(). r=mkmelin
[Approval Request Comment]
User impact if declined: pointless console spew
Testing completed (on c-c, etc.): yes on c-c
Risk to taking this patch (and alternatives if risky): Not risky, just avoiding errors in the console.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 5•3 years ago
|
||
Comment on attachment 9232914 [details]
Bug 1722097 - Fail gracefull if we fail to extract URL attributes enigmailMsgHdrViewOverlay.js isCurrentMessage(). r=mkmelin
[Triage Comment]
Approved for beta
Comment 6•3 years ago
|
||
bugherder uplift |
Thunderbird 92.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/607150ad89a1
Comment 7•3 years ago
|
||
Comment on attachment 9232914 [details]
Bug 1722097 - Fail gracefull if we fail to extract URL attributes enigmailMsgHdrViewOverlay.js isCurrentMessage(). r=mkmelin
[Triage Comment]
Approved for esr91
Comment 8•3 years ago
|
||
bugherder uplift |
Thunderbird 91.0.3:
https://hg.mozilla.org/releases/comm-esr91/rev/0270f257d8e9
Description
•