Closed
Bug 1143105
Opened 10 years ago
Closed 10 years ago
remove unnecessary nsISSLErrorListener implementations in comm-central
Categories
(MailNews Core :: Security, defect)
MailNews Core
Security
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 39.0
People
(Reporter: keeler, Assigned: keeler)
References
Details
Attachments
(1 file)
6.90 KB,
patch
|
jcranmer
:
review+
clokep
:
review+
|
Details | Diff | Splinter Review |
nsISSLErrorListener is obsolete and will be removed in bug 844351. The implementations in comm-central don't do anything and can be removed.
Assignee | ||
Comment 1•10 years ago
|
||
David, would you mind reviewing this? Thanks.
Comment 2•10 years ago
|
||
Comment on attachment 8577430 [details] [diff] [review]
patch
I don't believe David is doing many reviews anymore, redirecting to Joshua (rkent might be a choice also). This also needs a chat peer review, although it looks fairly straightforward.
Attachment #8577430 -
Flags: review?(mozilla)
Attachment #8577430 -
Flags: review?(clokep)
Attachment #8577430 -
Flags: review?(Pidgeot18)
Comment 3•10 years ago
|
||
Comment on attachment 8577430 [details] [diff] [review]
patch
Review of attachment 8577430 [details] [diff] [review]:
-----------------------------------------------------------------
The chat/ changes look good. Thanks for providing the patch! :)
Attachment #8577430 -
Flags: review?(clokep) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8577430 [details] [diff] [review]
patch
Review of attachment 8577430 [details] [diff] [review]:
-----------------------------------------------------------------
I'm not sure that this is the best solution, but our SSL cert error story has gotten pretty bad, and it doesn't look like this makes things any worse.
But thanks for considering comm-central! If only more people were as kind as you. :-)
Attachment #8577430 -
Flags: review?(Pidgeot18) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Thanks for the reviews!
Try: https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=cbaa4039d806
Assignee | ||
Comment 6•10 years ago
|
||
Keywords: checkin-needed
Comment 7•10 years ago
|
||
Pushed to comm-central changeset b46e9e6c9454
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 39.0
Comment 8•8 years ago
|
||
Why did you not use what bsmith suggested in bug 844351? He specifically says:
16:37 bsmith | ... how
| thunderbird should replace its nsISSLErrorListener
| implementation
16:38 bsmith | When you create a channel, you pass in some callbacks
16:38 bsmith | and one of the callbacks is a callback that gets called
| when the channel is closed
16:38 bsmith | and that callback gets the nsresult for the channel
16:38 bsmith | which you can convert into an NSS error code using the
| various PSM functions for doing so
You need to log in
before you can comment on or make changes to this bug.
Description
•