commit | 1bc384a568b7dcc147cdf9caf8a91956ac074b63 | [log] [tgz] |
---|---|---|
author | Patrick Monette <pmonette@chromium.org> | Fri Oct 02 16:41:33 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 02 16:41:33 2020 |
tree | 503a6b3cb439af804fccb51369cae501b6d172cb | |
parent | dab3e4055ec793ff785372a042c767373067d48b [diff] |
[PM] Change DCHECKs into DumpWithoutCrashing in SWContextAdapter The DCHECKs were added to generate crashes to help me solve a lifetime issue with service worker controllees, but I underestimated how often the issue happens and have had no crashes yet. Changing them to DumpWithoutCrashing will make it so that anyone on canary will be able to hit them. This CL is meant to be reverted as soon as enough crashes are received to debug the root issue. Bug: 1086944, 1088353 Change-Id: I50904f30ba8d23a5e5661edf8f1cf4d341e6dfef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444370 Reviewed-by: François Doray <fdoray@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#813227}
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.
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.