Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1245)

Unified Diff: Source/modules/credentialmanager/FormDataOptions.idl

Issue 1317043003: CREDENTIAL: Add 'PasswordCredential::toFormData()' (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@opaque-formdata
Patch Set: webexposed Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/credentialmanager/FormDataOptions.idl
diff --git a/Source/modules/credentialmanager/CredentialData.idl b/Source/modules/credentialmanager/FormDataOptions.idl
similarity index 64%
copy from Source/modules/credentialmanager/CredentialData.idl
copy to Source/modules/credentialmanager/FormDataOptions.idl
index 68d5363775e832dd1e30cf817beb07e0d061e1d7..76ddd9c219e2cdac014dd9cca4dbf0579b9f4e87 100644
--- a/Source/modules/credentialmanager/CredentialData.idl
+++ b/Source/modules/credentialmanager/FormDataOptions.idl
@@ -2,8 +2,9 @@
// 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-credentialdata
+// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-formdataoptions
-dictionary CredentialData {
- DOMString id;
+dictionary FormDataOptions {
+ DOMString idName = "username";
+ DOMString passwordName = "password";
};
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/credentialmanager/PasswordCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698