commit | ed50f8711a8882121909ee31cf8735502e49639b | [log] [tgz] |
---|---|---|
author | Zi Lin <lziest@google.com> | Mon May 06 17:40:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 06 17:40:18 2024 |
tree | ee7dae9bb624ed9a828e7b5ab3c3b310cd3d0f13 | |
parent | 21140c0f6162bd8e01800314be8fe460cfab9495 [diff] |
[osauth] cryptohome_core: new approaches to borrow/return UserContext. BorrowContextAsync allows CryptohomeCore to accept async UserContext borrow. The callbacks passed through the asyn borrow will be queued when the context has been borrowed. ReturnContext now polls and executes a queued callback, if any. Password and pin engines are modified to use the async Borrow with the auth performer. Other engines are expected to follow. Small bug fixes: export CryptohomeCoreImpl, verified by new tests. BUG=b:286526858 TEST=CQ Change-Id: If987ebea2df5f60d5c1762d36ad920fd83ae171a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5450965 Reviewed-by: Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Zi Lin <lziest@google.com> Reviewed-by: John Admanski <jadmanski@chromium.org> Cr-Commit-Position: refs/heads/main@{#1296940}
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.