commit | 5abff0eb29f5dbc5168aa3f67ce9ad2524ed10f0 | [log] [tgz] |
---|---|---|
author | Robert Liao <robliao@chromium.org> | Wed Mar 12 00:59:55 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 12 00:59:55 2025 |
tree | cea23e5463ec1f5b33c3a4f77ca54be3c010179d | |
parent | 1b8686b3d43c5b682b534547c7ae0db8ab390eb8 [diff] |
Move NonClientHitTest from BrowserViewLayout to BrowserView Hit testing is computed from the current state of the view tree. NonClientHitTest, as evidenced from the diff, does not rely on any state from the layout manager itself. Bug: 40756914 Change-Id: I483f2707f60465c8a39b5f137b6665441974a4b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6337929 Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by: David Pennington <dpenning@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1431267}
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.