| commit | 2bc3e1e51c1337e9ccdf77c7a45efd4782baf72c | [log] [tgz] |
|---|---|---|
| author | ginnnnnnny <ginnyhuang@chromium.org> | Wed Aug 27 19:30:39 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 27 19:30:39 2025 |
| tree | 2ca109c34fae60a4bfc0a44ff02265008e4cc8f8 | |
| parent | ba65ab8d6b130c99c681af99abd4ce25435e9faf [diff] |
[iOS][safari-data-import] Handling malformed password data Currently, if a row in passwords.csv is malformed (so we have neither a url or a username) and the user attempts to tap the info icon to see the invalid passwords, the app would crash because there would be no letter to be displayed in the monogram. With this fix, malformed rows in passwords.csv would be ignored. Fixed: 440148274 Change-Id: Ic8f074c11acda52bb3b03d4ebacfc2b3d3d56d7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6892731 Commit-Queue: Ginny Huang <ginnyhuang@chromium.org> Auto-Submit: Ginny Huang <ginnyhuang@chromium.org> Reviewed-by: Tommy Martino <tmartino@chromium.org> Commit-Queue: Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/main@{#1507290}
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.