commit | 8a1108a6b56f1c425d0c5659210ca08de93174c8 | [log] [tgz] |
---|---|---|
author | Nan Lin <linnan@chromium.org> | Fri Jul 16 22:23:21 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 16 22:23:21 2021 |
tree | b29e160949f2af426ca5021edf3ef29f889e45a2 | |
parent | 17210404924a8f246df9a83b2fda8e5d7bbaedaf [diff] |
Basic implementation of key fetcher for Phase 1a This CL only implements the functionality of requesting a key from storage and checking its expiry. Other functionalities, e.g. fetching keys from helper servers on first use and when the chosen key has expired, using the data decoder service's JSON parser to parse the keys, storing parsed keys to storage, will be addressed in a future CL in Phase 1b. Bug: 1227145 Change-Id: I9657f7eacd37ffd1b0569d52d3a1e6d5f160150d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2979893 Commit-Queue: Nan Lin <linnan@chromium.org> Reviewed-by: John Delaney <johnidel@chromium.org> Reviewed-by: Alex Turner <alexmt@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#902703}
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.