commit | 13054029dceb8c53f50f91b0ae2f7d07cfb4f820 | [log] [tgz] |
---|---|---|
author | Yoshifuim Inoue <[email protected]> | Thu Jun 10 09:00:53 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jun 10 09:00:53 2021 |
tree | 18e2958dc7fddb240413a5aae12dbac28e20f062 | |
parent | f39ea556aae7ae8fa7e5364f0a7d518b62c0e26a [diff] |
Introduce NGFragmentItem::ComputeTextBoundsRectForHitTest() This patch introduces NGFragmentItem::ComputeTextBoundsRectForHitTest() as preparation of implementing text-combine-upright:all in LayoutNG[1]. [1] http://crrev.com/c/2862384 [LayoutNG] text-combine-upright:all Bug: 1112923 Change-Id: I01c7138874b513b439f3346bc357912ab63bd86e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2952269 Auto-Submit: Yoshifumi Inoue <[email protected]> Reviewed-by: Koji Ishii <[email protected]> Commit-Queue: Yoshifumi Inoue <[email protected]> Cr-Commit-Position: refs/heads/master@{#891145}
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.