icecat: add release icecat-140.7.0-1gnu1 for aramo
This commit is contained in:
parent
17ba0259bf
commit
86c0c0ca33
156 changed files with 9131 additions and 4525 deletions
|
|
@ -245,6 +245,12 @@ WebAuthnRegisterArgs::GetLargeBlobSupportRequired(
|
|||
return NS_ERROR_NOT_AVAILABLE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
WebAuthnRegisterArgs::GetHints(nsTArray<nsString>& aHints) {
|
||||
aHints.Assign(mInfo.Hints());
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS(WebAuthnSignArgs, nsIWebAuthnSignArgs)
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
@ -484,4 +490,10 @@ WebAuthnSignArgs::GetLargeBlobWrite(nsTArray<uint8_t>& aLargeBlobWrite) {
|
|||
return NS_ERROR_NOT_AVAILABLE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
WebAuthnSignArgs::GetHints(nsTArray<nsString>& aHints) {
|
||||
aHints.Assign(mInfo.Hints());
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
} // namespace mozilla::dom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue