| commit | 137e5fe3c7c27342ec80fe46bd93cccb15ca184a | [log] [tgz] |
|---|---|---|
| author | Charles Hager <clhager@google.com> | Mon Oct 27 18:35:51 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 27 18:35:51 2025 |
| tree | 1c9ab71272ab34ac2af3d448cf6007ba2d55bd3a | |
| parent | a7755f3c4577c4c4ed7571fdeb805d9246df2d2b [diff] |
Check whether the navigation bar has been hidden before using tappableElement() This specific approach is needed since it is not possible to hide the tappableElement() insets when entering fullscreen - the system bars are hidden using WindowInsetsControllers#hide(), but this API does not work with other insets like tappableElement(). Before: https://screencast.googleplex.com/cast/NjAxNzEyMTg0OTk2NjU5Mnw0MDc2NWU2Mi00MA After: https://screencast.googleplex.com/cast/NjYyODEwNzI1NDQ5NzI4MHw2MjVlOWFjOC05OA Bug: 452679752, 454781974 Change-Id: I6166befb4006daf653bc98984bf079dff04be4b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7082067 Reviewed-by: Wenyu Fu <wenyufu@chromium.org> Commit-Queue: Charles Hager <clhager@google.com> Cr-Commit-Position: refs/heads/main@{#1536126}
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.