commit | 381e429eb80a3c4a09b0c700e6a8c385aebc750c | [log] [tgz] |
---|---|---|
author | Steven Holte <holte@google.com> | Fri Dec 13 21:43:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 13 21:43:26 2024 |
tree | ec05443afda410ff29ae29faa2178fcdd9938665 | |
parent | 7885bf339cf98fcd1ec32430b5440f0782656e4d [diff] |
Do a separate safety eval for complete response. Safety evals for complete responses may have different thresholds, so it is not necessarily sufficient to pass a partial check. * Updates the check logic to always perform an explicit check on completion. * Also don't output an extra partial result when the result hasn't been evaluated yet. * Use an enum for passing info about completeness between functions. Change-Id: Ia9b41e64c55f5069ac15d6f50c5a9fef1f5c8f09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6083072 Reviewed-by: Sophie Chang <sophiechang@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/main@{#1396189}
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.