commit | 9bfe2387230541cb964cf41a8f7931446c0e63fc | [log] [tgz] |
---|---|---|
author | Yoichi Osato <yoichio@chromium.org> | Tue Jul 16 01:31:32 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 16 01:31:32 2024 |
tree | 8012e3570906817eb03d615fed7ce306a93dd4ba | |
parent | 2309828f71f1e33a6f34f70d52647ea90b43e220 [diff] |
[LCPP] Add Database canonicalizer for double key This CL adds a canonicalizer on browser process start up. That modifies each LcppOrigin if its data is broken. Canonicalization process takes O(n) for database size n, which is acceptable because - that is on DB thread - existing initialize process takes O(n) to fetch the data to memory. Bug: 343093433 Change-Id: I7b1465ce77ba56fa9e4568e1aacf04b23f335572 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5693639 Reviewed-by: Minoru Chikamune <chikamune@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/main@{#1327916}
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.