commit | 109db9583fd2dc424a9091c5d2d4055943a36007 | [log] [tgz] |
---|---|---|
author | Kurt Catti-Schmidt (SCHMIDT) <kschmi@microsoft.com> | Thu Oct 20 01:56:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 20 01:56:12 2022 |
tree | 9e1ca463df1685437ddfd6945765a0619c63395a | |
parent | faa395aca33f5438a90374cba59dc08279fec2d7 [diff] |
[GridNG] Subgrid grid-area (implicit line support) This change enables named grid-areas to properly work with subgrid. It is very similar to the prior CL for named grid lines, with a few key differences. Primarily, instead of discarding lines outside of the subgrid range, implicit lines get clamped to the subgrid range. In addition, this removes the `subgrid_offset` TODO and cleanly brings the off-by-one error in `FirstExplicitPosition` that will go away once `auto_repeat_total_tracks_` is properly accounted for. Bug: 618969 Change-Id: I383997ab5acc7cf8e2e7ea326d173d51ac8bbe12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3958014 Reviewed-by: Ethan Jimenez <ethavar@microsoft.com> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1061365}
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.