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

Unified Diff: Source/modules/credentialmanager/PasswordCredential.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
« no previous file with comments | « Source/modules/credentialmanager/PasswordCredential.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/credentialmanager/PasswordCredential.idl
diff --git a/Source/modules/credentialmanager/PasswordCredential.idl b/Source/modules/credentialmanager/PasswordCredential.idl
index 929aed31be33457d8f7239b7f5dfb942d5ec26ed..795afff2b15e61227518d667b63b7c8f9e539609 100644
--- a/Source/modules/credentialmanager/PasswordCredential.idl
+++ b/Source/modules/credentialmanager/PasswordCredential.idl
@@ -7,6 +7,5 @@
RaisesException=Constructor,
Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString iconURL)
] interface PasswordCredential : Credential {
- readonly attribute DOMString password;
- readonly attribute FormData formData;
+ [CallWith=ScriptState] FormData toFormData(optional FormDataOptions options);
};
« no previous file with comments | « Source/modules/credentialmanager/PasswordCredential.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698