| commit | 2cd23620b0d5d568bf9e688cfec1dbec3dd17b51 | [log] [tgz] |
|---|---|---|
| author | Christoph Schwering <schwering@google.com> | Thu Feb 13 13:11:13 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 13 13:11:13 2025 |
| tree | 79cd8221fc66319d5953b9f06efacfad6815585b | |
| parent | 63ad79cc8428f1e61c54048918ea1fdbb2346659 [diff] |
[Autofill] Add caching to EntityDataManager This CL adds a caching layer to EntityDataManager. The implementation follows the example of AddressDataManager in that the upon successful database operation, a EntityInstanceChange object is passed to a callback. This callback updates the cache. The initial load of the database happens upon construction of the EntityDataManager. Bug: 389631478, 395738226 Change-Id: I6a4754e8c4fcb63d2a0c7c293151fc4be0df6ddf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6249165 Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/main@{#1419826}
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.