commit | 67300ed21bc4f8aba3f8c65fe868ce23a92aedfb | [log] [tgz] |
---|---|---|
author | Robbie Gibson <rkgibson@google.com> | Mon Jul 01 20:12:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 01 20:12:12 2024 |
tree | e5349ada3d2a35c1aadf694dbd2c1bf0cd2c7682 | |
parent | 672c0f4bbb8e23d0782e279e7c427b3eb3af82d6 [diff] |
[iOS] Update Contextual Panel bottom inset based on toolbar height Before this, the panel did not know the height of the toolbar, so the bottom of the content got stuck behind the toolbar. This CL fixes that by alerting the panel content of the bottom toolbar's expanded height. It does not attempt to on-the-fly change the content inset when the toolbar's height changes due to fullscreen. Bug: 343727945 Change-Id: I6ba1696b42193aae1c0079e7c0cdf907a39eb875 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5660865 Reviewed-by: Gauthier Ambard <gambard@chromium.org> Reviewed-by: Aliona Dangla <alionadangla@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Nicolas MacBeth <nicolasmacbeth@google.com> Cr-Commit-Position: refs/heads/main@{#1321820}
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.