commit | 6603be492a5366132525237cc3fe6601646a5506 | [log] [tgz] |
---|---|---|
author | Scott Haseley <shaseley@chromium.org> | Mon Apr 10 23:08:59 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 10 23:08:59 2023 |
tree | 30acf699e7f61ae54be7612ff4854158ddd0976d | |
parent | 22c7397613fab135f0f10584f96c2a06a59ecb3f [diff] |
TaskSignal: Fix incorrect DCHECK HasPendingActivity() is checking the signal type is either kController or kComposite, but it can be kInternal when composition is disabled (kill switch path). Bug: 1431940 Change-Id: I600c192e8fdaabcbe60874e9c92c8d8e304fd7ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4408758 Reviewed-by: Nate Chapin <japhet@chromium.org> Commit-Queue: Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/main@{#1128381}
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.