commit | 9bbf4db7d55556ceb25ebbd66b77245657663ab4 | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Wed Aug 04 08:42:24 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 04 08:42:24 2021 |
tree | be75e0dc63e450bdb793837edcae6a07c6ccf737 | |
parent | 98245f2e42d03f108c61fa1483f19065f2ffc3b3 [diff] |
Legacy block fragmentation support for ruby annotations. Ruby annotations aren't part of any line box, so we need to include them manually when checking whether a line fits in the current fragmentainer, or whether it needs to be pushed to the next one. This is already mostly working in LayoutNGBlockFragmentation, but one of the new tests is failing there. This will be addressed in a follow-up CL. Bug: 631314 Change-Id: I9afd643a0d7b2ebc1b3053a111e1f10e256b3794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3065653 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#908369}
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.