Closed
Bug 1243932
Opened 9 years ago
Closed 9 years ago
update uses of some nsIX509CertDB functions when bug 1241646 lands
Categories
(MailNews Core :: Security: S/MIME, defect)
MailNews Core
Security: S/MIME
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 47.0
People
(Reporter: keeler, Assigned: mkmelin)
References
Details
Attachments
(1 file)
6.48 KB,
patch
|
aleth
:
review+
|
Details | Diff | Splinter Review |
bug 1241646 is removing some unnecessary parameters on nsIX509CertDB functions (to be specific, findCertByNickname, findCertByDBKey, findCertNicknames, findCertByEmailAddress, and importCertsFromFile). Any uses of these in the comm-central tree will need to be updated. For instance, the call to FindCertByEmailAddress in nsMsgComposeSecure::MimeCryptoHackCerts:
https://dxr.mozilla.org/comm-central/rev/8b8bcdeb0dca23f20d5f79054bbd046fea1eedb3/mailnews/extensions/smime/src/nsMsgComposeSecure.cpp#982
(basically, s/nullptr, //)
Assignee | ||
Comment 1•9 years ago
|
||
bug 1241646 is now on inbound
Of the changed functions, only two were in use in mailnews/
findCertByNickname
[x] findCertByDBKey
findCertNicknames
[x] findCertByEmailAddress
importCertsFromFile
Cold-coded, but it's just removing null args.
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Attachment #8714981 -
Flags: review?(Pidgeot18)
Comment 3•9 years ago
|
||
Can we review this quickly since it caused bustage.
Comment 4•9 years ago
|
||
Comment on attachment 8714981 [details] [diff] [review]
bug1243932_nsIX509CertDB_update.patch
Review of attachment 8714981 [details] [diff] [review]:
-----------------------------------------------------------------
Seems straightforward. Thanks for the bustage fix.
Attachment #8714981 -
Flags: review?(Pidgeot18) → review+
Comment 5•9 years ago
|
||
https://hg.mozilla.org/comm-central/rev/c86d69003d74a01dfdaeba85b6ee5c104dcbba5f
Bug 1243932 - Update uses of some nsIX509CertDB functions following bug 1241646. r=aleth a=bustage fix CLOSED TREE
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 47.0
You need to log in
before you can comment on or make changes to this bug.
Description
•