commit | 837ce3f16aa349715ad945d0652115aac88f85b0 | [log] [tgz] |
---|---|---|
author | Adem Derinel <derinel@google.com> | Mon Aug 08 08:29:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 08 08:29:42 2022 |
tree | 4e834ed4c3fd35ff411ab728a577ac2f6ac5f352 | |
parent | 84ffc5d559a794d454885c786239df16042e9011 [diff] |
Settings: Introduce requestCredentialDetails and make note optional This CL introduces requestCredentialDetails which returns a PasswordUiEntry. The API is similar to requestCredentialDetails. Since the requestCredentialDetails API is still used (when the Password View subpage is disabled), I am keeping as it is. PasswordUiEntry now has the note field as optional, as the followup CLs will put the note behind authentication. Bug: 1345899 Change-Id: I94066bf4dcd5d474cdc4d51c880fb1d32710cbd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3784370 Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by: Viktor Semeniuk <vsemeniuk@google.com> Commit-Queue: Adem Derinel <derinel@google.com> Cr-Commit-Position: refs/heads/main@{#1032467}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.