commit | b13d3fe7b3c47a56354ef54b221008afa754412e | [log] [tgz] |
---|---|---|
author | Ethan Jimenez <ethavar@microsoft.com> | Thu Jun 09 22:06:34 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 09 22:06:34 2022 |
tree | 3da24211fd4236e81dec43fd13e91bcefe680429 | |
parent | 9a7445472ee32b80cc4a499781f239c4470371f1 [diff] |
[GridNG] Pass missing subgrid span size to ResolveGridPositionsFromStyle `GridPositionsResolver` takes an optional `subgrid_span_size` parameter that is set by default to `kNotFound`. This value was correctly passed through when determining the explicit grid column/row count of a subgrid, but it was missing when resolving the actual item positions. Bug: 618969 Change-Id: Id3aff5f538f49f69f1fe0003abb31eaaf8cf9024 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3697372 Commit-Queue: Ethan Jimenez <ethavar@microsoft.com> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1012729}
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.