| commit | d26efdc7fbe410f16f9db2783f49cc3743c671ef | [log] [tgz] |
|---|---|---|
| author | Kent Tamura <tkent@chromium.org> | Fri Feb 17 11:59:58 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 17 11:59:58 2023 |
| tree | d330ecdcc8da0876b155a6040d38e10167f53108 | |
| parent | 970f725bde596f933ac9c69affa6f753327a5bf6 [diff] |
Remove NOTREACHED() in CHECK_FOR_DIRTY_LAYOUT() NOTREACHED() sends stack dumps without crashing by default since https://crrev.com/1092008. Now we receive too many crash reports by CHECK_FOR_DIRTY_LAYOUT(). This CL updates CHECK_FOR_DIRTY_LAYOUT() so that it uses DCHECK() instead of NOTREACHED() to reduce the number of crash reports. Bug: 1347976 Change-Id: I270c5c008d68625c70c394b4ad0fcc73132f3375 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4263932 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1106716}
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.