| Index: Source/modules/credentialmanager/CredentialRequestOptions.idl
|
| diff --git a/Source/modules/credentialmanager/LocallyStoredCredentialData.idl b/Source/modules/credentialmanager/CredentialRequestOptions.idl
|
| similarity index 56%
|
| copy from Source/modules/credentialmanager/LocallyStoredCredentialData.idl
|
| copy to Source/modules/credentialmanager/CredentialRequestOptions.idl
|
| index 2d127f986feec5b9b8e11ce560f1009ec7b04447..2a70c7fa06807e6201c16d12299249ce77ee800e 100644
|
| --- a/Source/modules/credentialmanager/LocallyStoredCredentialData.idl
|
| +++ b/Source/modules/credentialmanager/CredentialRequestOptions.idl
|
| @@ -2,9 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-locallystoredcredentialdata
|
| +// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-credentialrequestoptions
|
|
|
| -dictionary LocallyStoredCredentialData : CredentialData {
|
| - DOMString name;
|
| - DOMString iconURL;
|
| +dictionary CredentialRequestOptions {
|
| + FederatedCredentialRequestOptions federated;
|
| +
|
| + boolean password = false;
|
| + boolean suppressUI = false;
|
| };
|
|
|