commit | 372fa53c66672c0af12d8602ef6c7c199a320cec | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Tue Jul 08 07:00:22 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 08 07:00:22 2025 |
tree | c053f572f37114037d58b3da8897562675caa66f | |
parent | b7132474df66742f08893b6f91653e0ca6837f11 [diff] |
[line-breaker] Enable no soft wrap opportunities for out-of-flow This patch enables the runtime flag `LineBreakOofNoOrc`. Major changes enabled by this flag are: * Stop emitting U+FFFC OBJECT REPLACEMENT CHARACTER for out-of-flow boxes in `InlineItemsBuilder`. crrev.com/c/6626245 * Change how `LineBreaker` computes `can_break_after` for out-of-flow boxes. crrev.com/c/6703687 Bug: 40658609, 429929881 Change-Id: I3e434bad5d1111c068d289c2198a2c0dcd069e65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6703686 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1483580}
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.