commit | d29a192bde0bcb42a87867871573526b8c6d463c | [log] [tgz] |
---|---|---|
author | Ethan Jimenez <ethavar@microsoft.com> | Thu May 20 18:20:11 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 20 18:20:11 2021 |
tree | c1c1bcd2aefa9f337b98328f488c03bf34c59e43 | |
parent | eaa217b507e5d8f2f9e8edc64990da029be9e8e0 [diff] |
[GridNG] Fix inclusion of baseline shim into grid item contributions Fixing a bug where the baseline offset of a grid item was included in its minimum contribution size, but it was incorrectly accounted for when it was limited by the definite max track sizing function of its spanning tracks, effectively being ignored and overflowing its grid area. Bug: 1045599 Change-Id: Iae837f803b9cd721eb6120a6d618a7ba962f88ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2907053 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Kurt Catti-Schmidt <kschmi@microsoft.com> Commit-Queue: Ethan Jimenez <ethavar@microsoft.com> Cr-Commit-Position: refs/heads/master@{#885111}
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.