commit | b2f54c46e7f766b19e776d30515f87eebbee721e | [log] [tgz] |
---|---|---|
author | Evan Stade <estade@chromium.org> | Fri Mar 01 01:58:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 01 01:58:37 2024 |
tree | 85d41ba2a6d3123372e8eef8c9afe8dc33bdd997 | |
parent | d775787bd3becee7c11ebcd55fe6b3fbdb17876f [diff] |
IDB: shard backing stores across threads, part 2 In this step, ContextImpl => BucketContext flows are made async. This is achieved with manual `PostTask()` (and friends) calls in order to support toggling the feature flag. In the final state it will be more ergonomic to use SequenceBound, but switching to SequenceBound is not possible while the code still needs to access the raw pointer (in tests that have not yet been updated and in production code where sharding is not yet enabled). Bug: 40279485 Fixed: 327520115 Change-Id: I96e47d3ad3942991e3983f5907051f67e39dc65f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5332898 Reviewed-by: Ayu Ishii <ayui@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/main@{#1267339}
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.