b=168452 PSM embedding freeze/ final step/ mark interfaces as frozen

r=javi sr=alecf a=sspitzer
This commit is contained in:
kaie%netscape.com 2003-05-23 05:58:11 +00:00
Родитель fa29e34049
Коммит 4fef12376a
9 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,8 @@ interface nsIInterfaceRequestor;
/**
* Functions that display warnings for transitions between secure
* and insecure pages, posts to insecure servers etc.
*
* @status FROZEN
*/
[scriptable, uuid(1c399d06-1dd2-11b2-bc58-c87cbcacdb78)]
interface nsISecurityWarningDialogs : nsISupports

Просмотреть файл

@ -44,6 +44,8 @@
* when working with visual reprenstation of ASN.1 objects
* in a human user interface, like in a tree widget
* where open/close state of nodes must be remembered.
*
* @status FROZEN
*/
[scriptable, uuid(ba8bf582-1dd1-11b2-898c-f40246bc9a63)]
interface nsIASN1Object : nsISupports {

Просмотреть файл

@ -60,6 +60,8 @@ interface nsIMutableArray;
* when working with visual reprenstation of ASN.1 objects
* in a human user interface, like in a tree widget
* where open/close state of nodes must be remembered.
*
* @status FROZEN
*/
[scriptable, uuid(b6b957e6-1dd1-11b2-89d7-e30624f50b00)]
interface nsIASN1Sequence : nsIASN1Object {

Просмотреть файл

@ -40,6 +40,8 @@ interface nsIInterfaceRequestor;
/**
* Functions that display warnings for problems with web site trust.
*
* @status FROZEN
*/
[scriptable, uuid(86960956-edb0-11d4-998b-00b0d02354a0)]
interface nsIBadCertListener : nsISupports {

Просмотреть файл

@ -38,6 +38,8 @@
/**
* Information on a Certificate Revocation List (CRL)
* issued by a Aertificate Authority (CA).
*
* @status FROZEN
*/
[scriptable, uuid(c185d920-4a3e-11d5-ba27-00108303b117)]
interface nsICRLInfo : nsISupports {

Просмотреть файл

@ -28,6 +28,8 @@ interface nsICRLInfo;
/**
* Functions that implement user interface dialogs to manage certificates.
*
* @status FROZEN
*/
[scriptable, uuid(a03ca940-09be-11d5-ac5d-000064657374)]
interface nsICertificateDialogs : nsISupports

Просмотреть файл

@ -41,6 +41,8 @@ interface nsIASN1Object;
/**
* This represents a X.509 certificate.
*
* @status FROZEN
*/
[scriptable, uuid(f0980f60-ee3d-11d4-998b-00b0d02354a0)]
interface nsIX509Cert : nsISupports {

Просмотреть файл

@ -47,6 +47,8 @@ interface nsIInterfaceRequestor;
/**
* This represents a service to access and manipulate
* X.509 certificates stored in a database.
*
* @status FROZEN
*/
[scriptable, uuid(da48b3c0-1284-11d5-ac67-000064657374)]
interface nsIX509CertDB : nsISupports {

Просмотреть файл

@ -37,6 +37,8 @@
/**
* Information on the validity period of a X.509 certificate.
*
* @status FROZEN
*/
[scriptable, uuid(e701dfd8-1dd1-11b2-a172-ffa6cc6156ad)]
interface nsIX509CertValidity : nsISupports {