commit | 87b2a7716f42985332f34df5a236944efc6607f7 | [log] [tgz] |
---|---|---|
author | Phillis Tang <phillis@google.com> | Sat Nov 19 00:27:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Nov 19 00:27:31 2022 |
tree | b831212eac3f2b8ed5680daaa49b4f9d4f16522b | |
parent | e8b8016849442b0bf90e44347f7dd8b34e6548f0 [diff] |
DPWA: move PartitionedLockHolder to be held by Lock `LockDescription` should just be responsible for describing what a lock wants, the `Lock` instead can hold the lock holder, and on release it also releases the lock holder. Also separately define `*LockResource` classes that are orthogonal from `Lock`. Bug: 1375870 Change-Id: Ibc8e1d97b6e11e22ad478de054abc931b49fcd4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4035366 Commit-Queue: Phillis Tang <phillis@chromium.org> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/main@{#1073655}
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.