commit | abc0a7dbed965208794be006ea04018094a07ec3 | [log] [tgz] |
---|---|---|
author | Gavin Williams <gavinwill@chromium.org> | Wed Feb 22 20:34:03 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 22 20:34:03 2023 |
tree | d994a5ea108bfdfe9f2412c810e106f1f2a4f107 | |
parent | 735e0ce3e0fa1c1e8ef05e14a8e03d325e31c708 [diff] |
Printing: Create new metric for print job success by printer status - This CL use a pattern histogram to capture a print job's success rate based on the printer status. - Every printer status reason variant gets its own success/fail histogram (i.e. "PrintPreview.PrinterStatus.LowOnInk.PrintJobSuccess") - Add the printer status to the print job settings in order to record it to metrics. Tests: browser_tests Change-Id: If93803a205b6e8506a31ad43845d0775bb6ce74b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4247937 Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by: Yuzhu Shen <yzshen@chromium.org> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1108534}
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.