commit | c7f334a331f69a2cf786cfa41eb7d522b8a7b71e | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Thu Jan 18 08:06:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 18 08:06:16 2024 |
tree | c98b0c251adbe4676aaa8156a792644a4964038a | |
parent | 5efbb995eb2370e803a3d6e0c6f434352ebb83ec [diff] |
[text-spacing-trim] Mark synthesized kernings as unsafe-to-break The synthesized kerning by `HanKerning` is pair-kerning that between the pair should be unsafe-to-break. This patch sets the flag to the `ShapeResult`. All changes should be under a runtime flag, because the `UnsafeToBreakBefore()` vector is available only if the runtime flag is set. Bug: 1463891 Change-Id: Iab93368335d51b19dfce7eb87733fda2b7a2d938 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5206490 Reviewed-by: Kent Tamura <tkent@chromium.org> Reviewed-by: Lingqi Chi <lingqi@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1248628}
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.