commit | 679bcc10c0b56ebe370a4937b282dce66848d3ef | [log] [tgz] |
---|---|---|
author | Rafał Godlewski <[email protected]> | Thu Mar 30 19:35:06 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Mar 30 19:35:06 2023 |
tree | 5f21eaddf1a99b604eab4c68ae2be146e95ec095 | |
parent | 7218bc5e242450359db1cc5218275ba2709825f7 [diff] |
[iOS] Store text field values in new password view of CPE This CL adds storing values of username, password and note text fields as with a very long note some cells might be dequeued and their text field values would not be accessible even though they might be needed (e.g. to check if the save button should be enabled). The new fields are used only with notes feature enabled. Before fix: https://drive.google.com/file/d/1RktkAWLARkxw4rUVn9s39NpJwd8n3sbE After fix: https://drive.google.com/file/d/11CEWTW1XAyZvPO9QKrdkj8zqoKw1J8fb Bug: 1429208 Change-Id: I77a74e707c02d1aa19f737149eb0906e7715a82c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4384453 Commit-Queue: Rafał Godlewski <[email protected]> Reviewed-by: Robbie Gibson <[email protected]> Cr-Commit-Position: refs/heads/main@{#1124365}
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.