commit | 142e4abb6cbfaab949515fe0b5a2bc6d05f3fb79 | [log] [tgz] |
---|---|---|
author | Anna Tsvirchkova <atsvirchkova@google.com> | Mon Dec 23 10:34:21 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 23 10:34:21 2024 |
tree | 0ab0731b4c1e6912b25873bb682b251f8b4002f3 | |
parent | 14579c8fcb33544568bb73dceab20ca9a9c6612b [diff] |
Implement the password changing view Adds the layout of "Password changing.." info bubble. - Adds the strings into *.grdp file - Adds the layout into PasswordChangeInfoBubbleView. - Introduces the method in PasswordChangeInfoBubbleController to open the relevant password store when hyperlink is clicked. - Exposes IsUpdateAffectingPasswordsStoredInTheGoogleAccount from the form manager to display the correct string depending on which password is being changed. Exposing the correct account string to the view will be done in a follow-up CL. Screenshot: https://screenshot.googleplex.com/AwLvanaW8kqxnjU Bug: 381053962 Change-Id: I1ba7f9babc787474885bdcc2ffa0d08d92cbbfc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6105951 Commit-Queue: Anna Tsvirchkova <atsvirchkova@google.com> Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1399739}
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.