Bug 775499 - 0001. WebIDL changes to support subject match setting. r=ehsan, r=mrbkap

This commit is contained in:
Chuck Lee 2014-05-19 14:41:05 +08:00
parent 2b1a52efb0
commit 76a7257379

View File

@ -55,6 +55,7 @@ dictionary NetworkProperties {
DOMString pin;
boolean dontConnect;
DOMString serverCertificate;
DOMString subjectMatch;
};
[Constructor(optional NetworkProperties properties),
@ -90,6 +91,7 @@ interface MozWifiNetwork {
attribute DOMString? pin;
attribute boolean? dontConnect;
attribute DOMString? serverCertificate;
attribute DOMString? subjectMatch;
};
[JSImplementation="@mozilla.org/mozwificonnection;1",