commit | ff915e8a689c890099ed07029c1eba4a8f66afb5 | [log] [tgz] |
---|---|---|
author | Alberto Juarez <albertojuarez@google.com> | Wed Oct 18 22:13:54 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 18 22:13:54 2023 |
tree | 24e671542e12b6786c4cda3abdf23aea11cf6134 | |
parent | 9ac884e8edff6bdfd4865e882dde0c9f12b44c3d [diff] |
Introduce configuration file controller. The configuration file controller takes care of verifying the configuration file received from the server, it verifies the validity of the signature as well as the OS versions that should be blocked if present, it sends the updated list to missive if needed and it returns the configuration file version that should be attached to the requests made to the server. BUG=b:289117140 TEST=build and deployed chrome locally to verify functionality. Change-Id: I1c9cb385294cfc9a32070d49a13fb93f7e3cafad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4876782 Commit-Queue: Alberto Juarez <albertojuarez@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Hong Xu <xuhong@google.com> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1211785}
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.