commit | 22fb40819e520975d9fe5cb49a6fb1a171beed04 | [log] [tgz] |
---|---|---|
author | Scott Haseley <shaseley@chromium.org> | Fri Mar 10 06:52:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 10 06:52:13 2023 |
tree | a5dbc1bc483358c134ff3f324fe8d924299b4116 | |
parent | c25f49cfdebeb688bd3734d3cb8c6a0a308c4d70 [diff] |
[dom] Add AbortSignal::CanAbort() CanAbort() returns true if the signal still might abort, which is true until the signal is settled. This will be used in the scheduler to implement yield() inheritance, both to determine the signal to use for inheritance and to avoid adding abort algorithms to fixed priority non-abortable signal. Bug: 979020 Change-Id: Ib2f55d5bcdf7302c39c1751b11c7f010c986fa27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4323140 Commit-Queue: Scott Haseley <shaseley@chromium.org> Reviewed-by: Nate Chapin <japhet@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1115572}
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.