commit | 550e91fd1cc947c024899b7fec291af71b4f7fae | [log] [tgz] |
---|---|---|
author | Ahmed Nasr <anasr@google.com> | Fri Oct 13 22:53:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 13 22:53:12 2023 |
tree | f80871f3462871facdfa35cf0bc63cc6a8f53c50 | |
parent | 1f03262f319d75aabc15e6b43d6761429a776cb3 [diff] |
code health: Replace base::RunLoop for base::test::TestFuture This change replaces the use of base::RunLoop to test async code with the special wrapper base::test::TestFuture to improve clarity Bug: b:266783937 Change-Id: I88c029c024dc0484fac0e5a4e2f1ca3ad9931631 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4936967 Reviewed-by: Angela Xiao <angelaxiao@chromium.org> Commit-Queue: Ahmed Nasr <anasr@google.com> Cr-Commit-Position: refs/heads/main@{#1209719}
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.