Bug 1049476 - 0001. webidl change - Support user certificate parameter. r=mrbkap

This commit is contained in:
Chuck Lee 2015-02-28 21:54:26 +08:00
parent 808692effe
commit 73b63188b7

View File

@ -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",