"Decrypt and Open" is not working for an attached OpenPGP key (Console shows: lazy.log is not a function)
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(thunderbird_esr128+ fixed, thunderbird131 fixed)
People
(Reporter: enxio6, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
corey
:
approval-comm-esr128+
|
Details | Review |
Steps to reproduce:
I clicked on "Decrypt and Open" on an attached key in asc format
Actual results:
No dialog for importing the key is shown.
The error console showed the following though:
14:12:17.659 Uncaught (in promise) TypeError: lazy.log is not a function
decryptAttachment chrome://openpgp/content/modules/decryption.sys.mjs:556
decryptAttachmentCallback chrome://openpgp/content/ui/enigmailMessengerOverlay.js:1998
bufferListener chrome://openpgp/content/ui/enigmailMessengerOverlay.js:1854
onStopRequest chrome://openpgp/content/modules/streams.sys.mjs:50
decryption.sys.mjs:556:12
Following decryption.sys.mjs:556 shows indeed a call to "lazy.log()". Maybe this should be a "lazy.log.debug()" or "...warn()" like in the rest of the module?
Expected results:
A dialog to show the key to imported should have been shown.
Assignee | ||
Comment 1•2 months ago
|
||
Thanks for reporting.
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Updated•2 months ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/f47d55b396c7
Fix incorrect log call in decryption.sys.mjs. r=kaie
Comment 4•2 months ago
|
||
Is this ready for beta?
Comment 5•2 months ago
|
||
yes please
Comment 6•2 months ago
|
||
This is a trivial obviously correct fix, so it should be fine to directly take for 128, too.
Comment 7•2 months ago
|
||
Comment on attachment 9423832 [details]
Bug 1917577 - Fix incorrect log call in decryption.sys.mjs. r=kaie
[Approval Request Comment]
Regression caused by (bug #): 1814893
User impact if declined: functionality broken
Testing completed (on c-c, etc.): yes
Risk to taking this patch (and alternatives if risky): zero
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined:
Testing completed (on c-c, etc.):
Risk to taking this patch (and alternatives if risky):
Comment 8•2 months ago
|
||
Comment on attachment 9423832 [details]
Bug 1917577 - Fix incorrect log call in decryption.sys.mjs. r=kaie
[Triage Comment]
Approved for beta
Comment 9•2 months ago
|
||
bugherder uplift |
Thunderbird 131.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/b0f1c21fa56f
Updated•2 months ago
|
Comment 10•2 months ago
|
||
Comment on attachment 9423832 [details]
Bug 1917577 - Fix incorrect log call in decryption.sys.mjs. r=kaie
[Triage Comment]
Approved for esr128
Comment 11•2 months ago
|
||
bugherder uplift |
Thunderbird 128.3.0esr:
https://hg.mozilla.org/releases/comm-esr128/rev/775326985676
Description
•