commit | 6f5284f6f7f1ebc8b34a8516ae64680adc46f9d5 | [log] [tgz] |
---|---|---|
author | Nicolas MacBeth <nicolasmacbeth@google.com> | Tue Jun 11 21:49:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 11 21:49:10 2024 |
tree | 28fd977aad7a4e0ec0006a8e85cd74903ed72bfe | |
parent | 9936b957730ff216a603e2de600bf4ebc89766d8 [diff] |
[iOS] Improved ignoring outside interactions for in-product help bubbles Made improvements to ignoring taps outside the bubbles by only ignoring taps that are inside the web content area. This way, clients don't need to add a slew of edge case dismissal commands, such as dismissing the bubble when entering the tab grid, clicking the omnibox, or opening the overflow menu. Bug: 344960790 Change-Id: I08a87f00ecdb00ffe8e70a8f1bf8a8051f996d9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5605042 Commit-Queue: Nicolas MacBeth <nicolasmacbeth@google.com> Reviewed-by: Ginny Huang <ginnyhuang@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1313686}
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.