commit | 23709835a48ad2f5ae85d32b1c3b3e53fb4c2e31 | [log] [tgz] |
---|---|---|
author | Vladimir Levin <vmpstr@chromium.org> | Tue Jul 04 16:24:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 04 16:24:13 2023 |
tree | 4aa1c9fbff75de67ee38aea440e2580acd91dd53 | |
parent | 4448f8482b71ceae37d48085361eb503f6c53dce [diff] |
VT: Avoid switching from a terminal state when callback yields. When invoking the callback, we can run into a situation where a timeout is hit and run since we can yield (e.g. devtools breakpoint). If we're in the terminal state, just abort rather than advancing to a non-terminal state. R=bokan@chromium.org Fixed: 1458024 Change-Id: Ia477f76952c015b5039b4030bae9a4b3b012ba63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4651962 Reviewed-by: David Bokan <bokan@chromium.org> Commit-Queue: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1165661}
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.