commit | 17e1edd584c1711909004818460d404f38cd4b2d | [log] [tgz] |
---|---|---|
author | Noam Rosenthal <nrosenthal@chromium.org> | Wed Feb 05 15:35:03 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 05 15:35:03 2025 |
tree | 87a3a00c2ffca423822b95fa33276c8ccd98c5ec | |
parent | 23a9a0b2b0eb082246cf32669df8c1ab7c489327 [diff] |
CSS corner-shape initial parsing See https://drafts.csswg.org/css-borders-4/#corner-shaping This adds the flag, property definition (logical+physical), and parsing a couple of the keywords. It also adds the Superellipse style type for storage. Note that the changes to the corner-shape syntax affect existing WPTs, which don't currently pass in any browser. ChromeStatus: https://chromestatus.com/feature/5357329815699456 I2P: https://groups.google.com/a/chromium.org/g/blink-dev/c/UKLLVghiHYQ/m/tv0ANlToEQAJ Bug: 393145930 Change-Id: Ie31440e97f75f42dd4c8129cb34f6f0685884374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6225742 Commit-Queue: Noam Rosenthal <nrosenthal@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/main@{#1416146}
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.