commit | dbb95cf618365b9bcbb2b6e117a24fe1b9d39760 | [log] [tgz] |
---|---|---|
author | Sam Davis Omekara (from Dev Box) <samomekarajr@microsoft.com> | Mon May 19 23:03:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 19 23:03:18 2025 |
tree | c1262c4d910600253c15306b3940a266e26e49df | |
parent | 30ed17c3c8ad986c47dbd07c39202c245a60da0b [diff] |
[Gap Decorations]: Implement row-rule shorthand This CL introduces the `row-rule` shorthand as part of the gap decorations feature [1]. The primary update in this change is the addition of the `CSSGapDecorationPropertyDirection` enum, which allows for sharing parsing and computed logic for both `column-rule` and `row-rule` by passing a direction parameter. [1]: https://drafts.csswg.org/css-gaps-1/#propdef-row-rule Bug: 357648037 Change-Id: Iac266695db9e5f3f394d7eadcde462210a882408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6520421 Reviewed-by: Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by: Alison Maher <almaher@microsoft.com> Commit-Queue: Sam Davis Omekara <samomekarajr@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1462483}
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.