commit | c573d5f08742a68629aa8eb7dd79555ddbede2c0 | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Fri Oct 07 18:49:24 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 07 18:49:24 2022 |
tree | 70769ce3ce2f76b988b24a2f0bd0055ebda44975 | |
parent | b8fe61ab1f3c3e5cb2aa6c40fc1dd1429cf97f24 [diff] |
Perf test for balanced multicol with tall list item markers. If inside a balanced multicol container, we have a performance problem if list item markers are just a little bit taller than the line that they are next to. The problem is that this provides a very small NGLayoutResult::MinimalSpaceShortage(), so that we'll end up performing very many layout passes, stretching the columns just a tiny bit at a time. The test has no perfect break opportunities, so the end result is that everything fits in one column. Bug: 1371575 Change-Id: I79a6be884c73ea349e3c39f39d07bd07b374df51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3934286 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/main@{#1056437}
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.