commit | b34a6d5a6f69bf0e1a7ef5e2dd2c558cc8a617c1 | [log] [tgz] |
---|---|---|
author | Cathie Chen <cchen@igalia.com> | Fri Oct 11 06:56:32 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 11 06:56:32 2024 |
tree | 87e8bbafb8e480a02cf64b8be01d786e270e1408 | |
parent | 7f1e78d1aeb111de7a61cea415c3c2288eb13800 [diff] |
Fix check failure at LineBreaker::HandleTextForFastMinContent The DCHECK_EQ fails, because sometimes the decoration width of elements with `box-decoration-break` is zero, so `position_` will be equal to `indent`, and the value of `should_break_at_first_opportunity` will be false. `has_cloned_box_decorations_` is true. So the DCHECK_EQ fails. Bug: 362530623 Change-Id: I4523c16089326340c4bab88ae3b674ccb0bdd9ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5873209 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Auto-Submit: cathie chen <cchen@igalia.com> Cr-Commit-Position: refs/heads/main@{#1367328}
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.