commit | c001ee0b48864fad695475fd129fe8e6273533cb | [log] [tgz] |
---|---|---|
author | Emily Shack <emshack@chromium.org> | Tue Oct 22 16:58:23 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 22 16:58:23 2024 |
tree | 695a6e90eae7a154a316a2572d641c0c10620ad5 | |
parent | b2999fd4f8aaea4a79f0495bc53ef8cae2d9cfe5 [diff] |
Declutter: Refactor available height calculation Move available height calculation into app.ts, so it can be reused between auto tab groups and tab search without each independently calculating it. This will simplify factoring available height into declutter scroll logic without code duplication. Declutter scroll logic will be handled in a follow-up. Bug: 373938127 Change-Id: If49190f082cc1a36b205a8ed7c1f7914fb5cbbc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5939806 Commit-Queue: Emily Shack <emshack@chromium.org> Reviewed-by: Shibalik Mohapatra <shibalik@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1372119}
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.