commit | 0763308ef3a73e7407f03d67860963a5dc3f0aa3 | [log] [tgz] |
---|---|---|
author | minch <minch@google.com> | Fri Dec 08 20:43:38 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 08 20:43:38 2023 |
tree | 2ef46ada0a6bba7c5e223e3edb3efe8e66bd9bf8 | |
parent | 68a13d002aa058211420f599750ac8e27cc027aa [diff] |
bounds_tracker: Removing incorrect CHECK `OnWindowDestroying` will be triggered when destroying the observing windows. But not all the observing windows have remap/restore bounds inside the `bounds_database_`. Removing the incorrect `CHECK` that checks the observing window always has bounds inside the bounds database. Fixed: b/315324089 Test: Manually Change-Id: I8ce82c4e12faccd9ebd597aa65e31e04f13f2984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5100769 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/main@{#1235203}
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.