commit | b88d1bfe3b634571c9256db9b4f4efc2fda93233 | [log] [tgz] |
---|---|---|
author | Jinsuk Kim <jinsukkim@chromium.org> | Thu May 26 22:54:24 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 26 22:54:24 2022 |
tree | 3a11cd494dfefc30d0cfeb406279812c6912fb37 | |
parent | f18bbe5e056e5e723ed9b8fa7419af1d1391654e [diff] |
[CCT] Partial-height CCT in landscape mode Handles the navigation bar that appears on the right side in landscape mode on phones with 3-button-style navigation bar. We do not need to turn on the Window flag #FLAG_LAYOUT_NO_LIMITS since WebContents and the navbar doesn't overlap in this mode. Also, no need to draw Chrome's own navigation bar either since Window#setNavigationBarColor works well. Bug: 1210827 Change-Id: Icb98ae3e799ccd0e166048bdf99977ecac1aa2b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3661800 Reviewed-by: Theresa Sullivan <twellington@chromium.org> Reviewed-by: Sinan Sahin <sinansahin@google.com> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1008025}
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.