commit | 98829597aec7139e8bdde9324c4cae14021bd0f9 | [log] [tgz] |
---|---|---|
author | Marc Treib <treib@chromium.org> | Mon Jun 24 12:26:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 24 12:26:43 2024 |
tree | f16ba4c6f135c14153aa7628c2d240fa5b029dac | |
parent | eb1ff2b0111417227486cf8a8f0b935c24f4f99b [diff] |
Sync: Improve comments about threading / sequencing This adds (or updates) comments about threading to many sync classes, stating on which thread/sequence objects (typically) live, and also whether they are typically proxied to other threads/sequences. This also replaces a bunch of references to "thread" with "sequence" which is more accurate. Bug: 348407290 Change-Id: I0e46aba6aa4e1da8e720796f3fe99d4cf2323546 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5648046 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/main@{#1318518}
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.