Bug 1490265 - Port bug 1468222: remove use of nsISSLStatus. rs=bustage-fix
This commit is contained in:
Родитель
ec37ac94bf
Коммит
fea831b62e
|
@ -13,7 +13,6 @@ interface imIAccount;
|
|||
interface prplIAccount;
|
||||
interface prplIProtocol;
|
||||
interface nsIScriptError;
|
||||
interface nsISSLStatus;
|
||||
|
||||
/*
|
||||
* Used to join chat rooms.
|
||||
|
@ -150,9 +149,6 @@ interface prplIAccount: nsISupports {
|
|||
* SSL/certificate error when connecting to it. This is only valid when
|
||||
* connectionErrorReason is one of ERROR_CERT_*. */
|
||||
readonly attribute AUTF8String connectionTarget;
|
||||
/* When a certificate error occurs, the nsISSLStatus error of the socket. This
|
||||
* should only be set when connectionTarget is set. */
|
||||
readonly attribute nsISSLStatus sslStatus;
|
||||
|
||||
/* Possible connection error reasons:
|
||||
ERROR_NETWORK_ERROR and ERROR_ENCRYPTION_ERROR are not fatal and
|
||||
|
|
Загрузка…
Ссылка в новой задаче