commit | d3a4b88b86e5490465ab2c74845250071dd8c0cb | [log] [tgz] |
---|---|---|
author | Ari Chivukula <arichiv@chromium.org> | Tue Apr 26 17:51:04 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 26 17:51:04 2022 |
tree | 54c9dbfdfc710c8520aaa27005e92241a41e6089 | |
parent | 1cb3221ea913286a8cc0c2ddd20429023ab2a449 [diff] |
[Cookie Last Update Date] (3) Track cookie refresh delay {UMA} This CL adds the UMA metric proposed by the design doc to track overall refresh delay times for cookies loaded from sqlite. UKM will be added in the next CL (these have to go higher in the stack so we know if the cookies are retrieved for a 1st or 3rd party frame). https://docs.google.com/document/d/1x7_2wVY2gSEfMlvpS4AoQtN5x7fHG_AsQ01V4CkSELI/edit This CL is part of a series: (1) Add last_update_utc field to db (2) Propagate and populate LastUpdateDate field (3) Track cookie refresh delay {UMA} (4) Track cookie refresh delay {UKM} Bug: 1264458 Change-Id: Ib75f206c627fdde479c517cf6acdb59d6a19b228 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3600418 Reviewed-by: Steven Bingler <bingler@chromium.org> Commit-Queue: Ari Chivukula <arichiv@chromium.org> Quick-Run: Ari Chivukula <arichiv@chromium.org> Auto-Submit: Ari Chivukula <arichiv@chromium.org> Cr-Commit-Position: refs/heads/main@{#996264}
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.