commit | 79139df06eb2d70beac977c5e5a9bda811f0dea7 | [log] [tgz] |
---|---|---|
author | Thomas Quintanilla <tquintanilla@google.com> | Thu May 09 15:28:46 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 09 15:28:46 2024 |
tree | f60e459439ac7e28015e4da5ff16d2ae839d607c | |
parent | 5c36086096ecd6c6f90762a1ae032eba71f0cf68 [diff] |
Measure negative trigger moments, fix crasher in report time computation Currently it is possible for a trigger time to be less than the matched source time, leading to the check in `ComputeReportTime()` failing. Limiting trigger time to be at least equivalent to source time remedies this problem. CL also adds a metric to measure how often this occurs. Bug: 339202980 Change-Id: I634222361ee3d7b64a5d8895bdb0b162da10646f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5525678 Reviewed-by: John Delaney <johnidel@chromium.org> Commit-Queue: Thomas Quintanilla <tquintanilla@chromium.org> Reviewed-by: Andrew Paseltiner <apaseltiner@chromium.org> Cr-Commit-Position: refs/heads/main@{#1298636}
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.