зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1049476 - 0001. webidl change - Support user certificate parameter. r=mrbkap
This commit is contained in:
Родитель
5b3f691985
Коммит
efd44aab35
|
@ -58,6 +58,7 @@ dictionary NetworkProperties {
|
|||
boolean dontConnect;
|
||||
DOMString serverCertificate;
|
||||
DOMString subjectMatch;
|
||||
DOMString userCertificate;
|
||||
};
|
||||
|
||||
[Constructor(optional NetworkProperties properties),
|
||||
|
@ -96,6 +97,7 @@ interface MozWifiNetwork {
|
|||
attribute boolean? dontConnect;
|
||||
attribute DOMString? serverCertificate;
|
||||
attribute DOMString? subjectMatch;
|
||||
attribute DOMString? userCertificate;
|
||||
};
|
||||
|
||||
[JSImplementation="@mozilla.org/mozwificonnection;1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче