commit | ff98c9eaab47c56146a78cc18d4e53d8beb6706d | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Mon May 22 05:16:21 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 22 05:16:21 2023 |
tree | f288cfe4704f4e7fc8d3112b58f471aaaef08928 | |
parent | 4bcae8c21d82a89e79b39ab4013a7dbbd69a142b [diff] |
[text-wrap-pretty] Run `NGScoreLineBreaker` if `text-wrap: pretty` This patch invokes `NGScoreLineBreaker` if `text-wrap: pretty`, connecting all pieces landed so far. In other words, this patch makes `text-wrap: pretty` effective. There are some failures when `NGScoreLineBreaker` is enabled by default for all web_tests. They will be investigated more in following patches. A test is added to `wpt_internal` because the algorithm is UA-defined. Two expectations are because the current score depends on the zoom factor and that it produces different results depending on the device-scale-factor. This will be revisited when reviewing penalties. This patch should have no behavior changes because all changes are under a runtime flag. Bug: 1432798 Change-Id: I45738d28efe6b8a9ff43f11c46be60702a397799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4548808 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1147038}
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.