commit | 828d17f624af64e4f9b2534c584e5d177a290ae8 | [log] [tgz] |
---|---|---|
author | Kurt Catti-Schmidt <[email protected]> | Wed Aug 06 23:18:51 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed Aug 06 23:18:51 2025 |
tree | bc7da3762c0fe106780377060fba47b401c1bdf3 | |
parent | 5b47f6fbcc1e29d960e0dcc6379394c11f8b185f [diff] |
[Masonry] Implement align/justify content This change implements align/justify-content for masonry layout. This is implemented as an offset on all items based on the delta between the intrinsic masonry size and the container size. Existing web_tests are very thorough, but are missing cases for safe alignment, which this change adds. Bug: 343257585 Change-Id: I8c888ca996fcc270b85096ccd04237121a0917ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6799118 Reviewed-by: Alison Maher <[email protected]> Commit-Queue: Kurt Catti-Schmidt <[email protected]> Cr-Commit-Position: refs/heads/main@{#1497917}
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.