commit | e4af9c54abca4ae23f57dca70db655bc230d354a | [log] [tgz] |
---|---|---|
author | Perry <perryuwang@gmail.com> | Tue Jun 03 01:51:59 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 01:51:59 2025 |
tree | c75350c7f83ee2217a38e41a0f9ce6f8e22cd585 | |
parent | c05aa4114c7261642f6d0c8bd432c4e086e04958 [diff] |
Fix element with RTL direction gets scrolled when its height is set to 0 overflow_rect_ may be set to empty in later stages, so using it to determine whether the first layout is completed can lead to incorrect judgments. And the condition is not necessary at all any more. This CL removes it. Bug: 40064904 Change-Id: I2b7d30a30fbaf8c31259ba9c6b32de64b372a203 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6606077 Reviewed-by: Stefan Zager <szager@chromium.org> Commit-Queue: Perry <perryuwang@gmail.com> Cr-Commit-Position: refs/heads/main@{#1468493}
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.