From 626eca82bbd2a929aa0564a51f3c08d94fe76ea5 Mon Sep 17 00:00:00 2001 From: "kaie@kuix.de" Date: Thu, 23 Aug 2007 13:13:50 -0700 Subject: [PATCH] bug 386654, Implement notification for EV certs r=rrelyea, sr=bzbarsky, a=bzbarsky --- uriloader/base/nsIWebProgressListener.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/uriloader/base/nsIWebProgressListener.idl b/uriloader/base/nsIWebProgressListener.idl index 169ae7d1d9d..5c9f9673d78 100644 --- a/uriloader/base/nsIWebProgressListener.idl +++ b/uriloader/base/nsIWebProgressListener.idl @@ -230,6 +230,18 @@ interface nsIWebProgressListener : nsISupports const unsigned long STATE_SECURE_MED = 0x00010000; const unsigned long STATE_SECURE_LOW = 0x00020000; + /** + * State bits for EV == Extended Validation == High Assurance + * + * These flags describe the level of identity verification + * in a call to the onSecurityChange method. + * + * STATE_IDENTITY_EV_TOPLEVEL + * The topmost document uses an EV cert. + * NOTE: Available since Gecko 1.9 + */ + + const unsigned long STATE_IDENTITY_EV_TOPLEVEL = 0x00100000; /** * Notification indicating the state has changed for one of the requests