commit | 162a63818964d6afb1731fb443dd0e5b3b2aa71c | [log] [tgz] |
---|---|---|
author | Nathan Memmott <memmott@chromium.org> | Sat Oct 28 00:39:38 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Oct 28 00:39:38 2023 |
tree | 93618d59491aba7300ae3d678889131b02374981 | |
parent | 27dc06c241d708ef0ce87e9aed203c308bb90def [diff] |
FSA: Make LockHandle own its parent LockHandle This is a refactor in preparation to implement BFCache logic for FileSystemAccessLockManager. There should be no behavioral change. In the next CL, Locks will create a LockHandle per Render Frame Host. To do this, a Lock and its ancestor Locks will need to create a new LockHandle for each RFH. This enables that change by recursively creating LockHandles up the ancestor chain each time a LockHandle is created. Bug: 1382215, 1241174 Change-Id: I9032ac2849777f20a4d5f748c4ed131f0856e9ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4953583 Reviewed-by: Austin Sullivan <asully@chromium.org> Commit-Queue: Nathan Memmott <memmott@chromium.org> Cr-Commit-Position: refs/heads/main@{#1216477}
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.