commit | 9ef2bdc8b372b8f44fbf4212a052430d38c098ab | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Fri May 07 13:18:44 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 07 13:18:44 2021 |
tree | eeb9be7e831171425d14accada9874e12cf8b839 | |
parent | 74b19b9ecaacce6b26b3a0f55b517897e078c060 [diff] |
Fix getBoundingClientRect for hyphens This patch fixes getBoundingClientRect and its families to not to include all hyphens and ellipses when the start range is 0. Bug: 1205666 Change-Id: I43bd47e35e1ddd5830d9a1c408dcb6edd6f0c24f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879644 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#880363}
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.