commit | 00cfaf23fcdb05700d618a744666f936a9314bfe | [log] [tgz] |
---|---|---|
author | Ian Kilpatrick <[email protected]> | Wed Apr 07 22:28:23 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Apr 07 22:28:23 2021 |
tree | 77998d7feea3775df575e1c096f0abefdff7af20 | |
parent | b9979aa75267dd3bf4a431382c7b9c30b445e404 [diff] |
[GridNG] Perform additional pass for orthogonal items. This implements the logic for running a 2nd pass if we have any orthogonal grid-items who are trying to resolve against an indefinite inline-size. Additionally we were performing layout incorrect against the fallback ICB size. This removes that logic, and instead forces layout at the fixed max content-contribution size. Bug: 1045599 Change-Id: Ia626f806ffdc23f4915818d260c075b2d850643c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2802752 Commit-Queue: Ian Kilpatrick <[email protected]> Reviewed-by: Kurt Catti-Schmidt <[email protected]> Cr-Commit-Position: refs/heads/master@{#870241}
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.