commit | 71f3e9b4fe052e8a9ab794ae1c151d7110495998 | [log] [tgz] |
---|---|---|
author | Ethan Jimenez <ethavar@microsoft.com> | Tue Jan 28 01:07:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 28 01:07:44 2025 |
tree | 252d7b72c2c4e1c39362f1c2013bfc5ea0f29923 | |
parent | db7513383883f3d18fcc37e1f60c459ee456625d [diff] |
[Masonry] Build and initialize track sizes for grid axis 1. Renaming `ComputeCrossAxisTracks` to `BuildGridAxisTracks`. 2. Removing `ExpandRangesFromTemplateTracks` since we are going to avoid expanding repeaters whenever possible in Masonry too. This will be rare, but allows for `GridRangeBuilder` to be reused. 3. Building the ranges and sets necessary for initializing the tracks in `GridSizingTrackCollection` for the grid axis in Masonry. 4. Introducing a unit test for `BuildGridAxisTracks` with only fixed track sizes, flexible and intrinsic tracks will be resolved later. Bug: 343257585 Change-Id: I5421b9214d86ebcccdd076b0c2ee67130524b27b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6191504 Reviewed-by: Alison Maher <almaher@microsoft.com> Commit-Queue: Ethan Jimenez <ethavar@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1412008}
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.