commit | ad5c14c9ad4996085dc5e15cd9cfd21b38ac9076 | [log] [tgz] |
---|---|---|
author | Ian Kilpatrick <ikilpatrick@chromium.org> | Tue Sep 13 00:26:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 13 00:26:42 2022 |
tree | 37334580a4e297ace6673da1344ad57502df0ee7 | |
parent | 53bcbb233475c857d6688ca5efcf9dda66af9e38 [diff] |
[cleanup] Stop checking explicitly for auto margins for baseline. Previously we wouldn't adjust the baseline alignment to default to start, in the presence of auto-margins. This meant that anywhere we checked for baseline alignment we'd also have to check for auto-margins. This moves this check into a single place (TranslateItemPosition) and removes all the explicit auto margin checks. Change-Id: Ib691b206c7b8a683e11a1fd592c8e4bd4e2ea2b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3880502 Reviewed-by: David Grogan <dgrogan@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/main@{#1046135}
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.