Closed
Bug 398406
Opened 17 years ago
Closed 17 years ago
Cleanup remaining uses of nsIBadCertListener in Minimo
Categories
(Minimo Graveyard :: General, defect)
Minimo Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: KaiE, Assigned: dougt)
Details
This morning I landed bug 327181. As part of this I removed nsIBadCertListener.
Afterwards I did another search for this interface across our sources and I
realized I missed something in Minimo:
mozilla/minimo/base/MinimoPrivate.h:#include "nsIBadCertListener.h"
As part of my patch for bug 327181 I already removed the implementation of interfaces that are no longer being offered (to notify the user about bad certs).
Bad cert's are now full stop error, there is no longer an interface to "proceed anyway". A workaround requiring the manual use of certificate manager was made available in bug 387480.
Bad cert errors will now get reported as an error page.
In contexts where there is no browser page, an error dialog will be shown instead.
If you are running in a context where you would like to suppress the new error dialog, you may override nsIBadCertListener2.
Assignee | ||
Comment 1•17 years ago
|
||
wont fix.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•