commit | 1cb406004cf22a7813be151cdb28765022ac797d | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Wed Apr 06 17:34:52 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 06 17:34:52 2022 |
tree | 7fe97a2cb3b6ba05458f91c522d5fd8ae24ec2a5 | |
parent | 2f9656965a90c5a25044aa5972148c01e69bcdf1 [diff] |
Remove IsAnonymousNGMulticolInlineWrapper LayoutObject bit. Instead, calculate whether an anonymous block is a direct child of the multicol container (ignoring the flow thread) on the fly. We could probably have fixed this by having LayoutBlockFlow:: MakeChildrenNonInline() update the bit as well, but this just seems too tricky (and MakeChildrenNonInline() might not even be the only place that was missing this). Bug: 1308071 Change-Id: I16090a9252590b346dfaf27d34a798347710b704 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3571876 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Alison Maher <almaher@microsoft.com> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/main@{#989503}
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.