GNOME Bugzilla – Bug 312869
implement more security warning dialogues
Last modified: 2006-07-23 20:00:27 UTC
Need to check if we should implement - nsIDOMCryptoDialogs - nsICertPickDialogs - nsIFormSigningDialogs - nsIUserCertPicker - check if there are more
nsITokenDialogs
nsITokenPasswordDialogs
We don't need to implement nsICertPickDialogs: the only caller is mozilla's nsIUserCertPicker implementation (nsCertPicker::PickByUsage) which itself is only called from SMIME in mailnews code. So we don't need to implement nsIUserCertPicker either. nsIDOMCryptoDialogs, nsIFormSigningDialogs, nsITokenDialogs and nsITokenPasswordDialogs are implemented now and I couldn't find any others to implement -> FIXED.