commit | 807a2a6b3fb8680927bd090cf2f6ee584aae962f | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@chromium.org> | Sat Apr 08 15:20:49 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Apr 08 15:20:49 2023 |
tree | c690a8bd71f112c56eff029d51ca8fadd9e330f7 | |
parent | 649334c6aa345dc20929c8e0b64ac4524b3b88f5 [diff] |
Add a few DumpWithoutCrashing() to ObserverList This allows discovering failures for a few specific DCHECKs that we'd urgently like to transition to CHECKs, but know that there are preexisting failures where we'd like to also avoid a stability spike. Bug: 1423093 Change-Id: I9622a2a3ebbe25e7c4dcd9b5c94b540db679ff59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4407894 Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1127927}
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.