commit | 56dbf01a2fd11bf5b83b6dde73306de90f856909 | [log] [tgz] |
---|---|---|
author | ginnnnnnny <ginnyhuang@chromium.org> | Mon Sep 12 15:39:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 12 15:39:42 2022 |
tree | 4371f3a73ca77e2ebc5531c9701561d174aa4924 | |
parent | 9dbab441d9026c19fa13682ba19054692e13bfaa [diff] |
[iOS] Add autofill branding icon to form input accessory view This CL adds the autofill branding icon to the input accessory view when there are other items (form suggestions or manual fill options) visible. Otherwise, the brand icon would be hidden. To make it easier to track the when the icon appears on the screen and the number of times it has shown, a separate view controller is implemented for the brand icon. The animation of the icon is not yet implemented; it would be done in a follow up CL. Bug: 1358671 Change-Id: I3d9aac12c6c39915e9f4d4fec6ddde043fc9ece6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3879906 Commit-Queue: Ginny Huang <ginnyhuang@chromium.org> Auto-Submit: Ginny Huang <ginnyhuang@chromium.org> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Reviewed-by: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1045843}
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.