commit | b02c59e391d2a71bd703cd00ccba215eef2dd73c | [log] [tgz] |
---|---|---|
author | Christian Xu <christianxu@google.com> | Mon Mar 28 09:45:05 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 28 09:45:05 2022 |
tree | 7a73831a989740c63549832d6445ec7951fe0dd6 | |
parent | b04e1f16ab30f78e9db8a4327a6a7c54e0694ece [diff] |
[iOS] Bubble view types Add enum for bubble view content type. BubbleViewTypeDefault: old type, bubble with text. BubbleViewTypeWithClose: bubble with text and close button. BubbleViewTypeRich: bubble with title, text, image and close button. BubbleViewTypeRichWithSnooze: bubble with title, text, image, close button and snooze button. These bubble types will be used for the autofill password suggestion IPH. BubbleViewTypeDefault: https://drive.google.com/file/d/14xDcGPBh10BUMcfGqkUPfRZ5ljfOLYk6/view?usp=sharing BubbleViewTypeWithClose: https://drive.google.com/file/d/15-Nyd723RXevHQEs4XWzZRty2zJWp3ty/view?usp=sharing BubbleViewTypeRich: https://drive.google.com/file/d/152f1XXGCCaOg4yjR3W0E9_yi0Uf4VnwK/view?usp=sharing BubbleViewTypeRichWithSnooze: https://drive.google.com/file/d/15-QKvnQ8ncHP1bxjIX2PRU4t1SUOJtJx/view?usp=sharing Bug: 1286669 Change-Id: Ia8a950db320c84b3e09ec3af7fedd52abf55f000 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3540285 Reviewed-by: Louis Romero <lpromero@chromium.org> Reviewed-by: edchin <edchin@google.com> Auto-Submit: Christian Xu <christianxu@chromium.org> Commit-Queue: Christian Xu <christianxu@chromium.org> Cr-Commit-Position: refs/heads/main@{#985894}
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.