mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1049476 - 0001. webidl change - Support user certificate parameter. r=mrbkap
This commit is contained in:
parent
808692effe
commit
73b63188b7
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user