commit | 855a80d722674e47cf3adf286f7c0e542efc3269 | [log] [tgz] |
---|---|---|
author | Andreu Botella <abotella@igalia.com> | Thu Jul 24 23:37:16 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 24 23:37:16 2025 |
tree | d7eff58c7784748f2d6c62926ac78252b45b5426 | |
parent | 60b09cc7f42f7a40685357c0ea403ebdc54ebefb [diff] |
[line-clamp] Two minor fixes This CL fixes two minor points: 1. There are two `line-clamp-034` WPT tests in the same folder – one being marked as tentative, the other not. This was the result of two CLs landing in close succession. 2. `BlockLineClampData::UpdateAfterLayout` has one particular return statement that is marked with the comment "Returning here so we don't run the `IsMeasureUntilBfcOffset` branch". This used to be true, but then the method was refactored. This CL removes that statement, which is no longer needed. Bug: 40336192 Change-Id: I92a2f2914bf3badcef581eaaf11f5c4d0bbb8603 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6783108 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Andreu Botella <abotella@igalia.com> Cr-Commit-Position: refs/heads/main@{#1491730}
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.