commit | ace488130adda3038a51a84a88d2df0c81a1526d | [log] [tgz] |
---|---|---|
author | David Grogan <dgrogan@chromium.org> | Sat Oct 02 00:41:31 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Oct 02 00:41:31 2021 |
tree | c743c75f5c31de9a12560a5d6ad925af0969c712 | |
parent | 0aa29459ffb4d048ca52ca4080a6850b3c79c4bc [diff] |
[css-flex] Fix auto min size and flex basis for some a-r items Transferred size suggestion and max-content size could go below border_padding for box-sizing:border-box aspect-ratio elements. This patch just floors those values by border_padding. Fixed: 1240795 Change-Id: I5a04a80905c13f96c97413b1c1681707585a9a56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3187278 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/main@{#927472}
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.