commit | b79c839acccba266cd615d0dfe23f0131d7674f9 | [log] [tgz] |
---|---|---|
author | Shuran Huang <shuuran@chromium.org> | Tue Sep 27 14:19:48 2022 |
committer | Shuran Huang <shuuran@chromium.org> | Tue Sep 27 14:19:48 2022 |
tree | ac3d8b10045164a498b4749cf0b7e61bbaa5ba01 | |
parent | 03260ecc8ca5e070e25c4b72b094ea70bc4f0946 [diff] |
Persist overall FPSs info in one DB transaction Persist the overall FPSs (public sets, CLI set, enterprise config) for a profile in the same transaction. That way we are protected from corruption due to partial updates, if one of those writes fails but the others don't. In this change only the public sets is covered. CLI set and enterprise config will be covered in followup changes. Bug: 1219656 Change-Id: Ib8e962007db2ee160bcb056ca576459932482d31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3917356 Reviewed-by: Chris Fredrickson <cfredric@chromium.org> Cr-Commit-Position: refs/heads/main@{#1051789}
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.