After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312869 - implement more security warning dialogues
implement more security warning dialogues
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: [obsolete] Backend:Mozilla
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-08-08 10:32 UTC by Christian Persch
Modified: 2006-07-23 20:00 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Christian Persch 2005-08-08 10:32:23 UTC
Need to check if we should implement
- nsIDOMCryptoDialogs
- nsICertPickDialogs
- nsIFormSigningDialogs
- nsIUserCertPicker
- check if there are more
Comment 1 Christian Persch 2005-08-08 11:37:49 UTC
nsITokenDialogs
Comment 2 Christian Persch 2005-08-08 11:39:54 UTC
nsITokenPasswordDialogs
Comment 3 Christian Persch 2006-07-23 20:00:27 UTC
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.