commit | 522030c9796b638c085cb15bd3382cd1837bd932 | [log] [tgz] |
---|---|---|
author | Timothy Loh <timloh@chromium.org> | Tue Feb 01 21:44:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 01 21:44:12 2022 |
tree | 96bbe33b96537b7500a7c64799dbf0637793200a | |
parent | 33f074bd7d01e95b657adc93a083bef83608184d [diff] |
Disable DCHECK in DelegatedFrameHost::DidCopyStaleContent The DCHECK at delegated_frame_host.cc:438 is occasionally hit on CrOS developer builds. Disable it for now to prevent crashing developer's test devices. Bug: 1281251 Change-Id: Iad3fcfea5d0e2ec71a3e7b57068d5de3cd2355c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3428384 Auto-Submit: Timothy Loh <timloh@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/main@{#965872}
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.