commit | c77a2c3917f1dc5da48b0ccb01c57649bf2dd818 | [log] [tgz] |
---|---|---|
author | Benjamin Gordon <bmgordon@chromium.org> | Fri Jan 26 17:46:15 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 26 17:46:15 2024 |
tree | c3a3403d583a9c00ed55f3bb5db275f095d802af | |
parent | 1002b1c3e7006a5298f3f074f17bde1af6dc95c4 [diff] |
Skip unwanted zeroconf scanner responses Some scanners return zeroconf responses for multiple scanning protocols. These are normally merged into a single scanner record before sending them to the Scan app. However, in cases where one protocol is known to provide a better experience than others for a particular device, it is better to skip the unwanted zeroconf response(s) entirely. This CL adds a mechanism to skip zeroconf scanner records before setting them up and adds one initial case. It also makes the log messages more consistent with the zeroconf printer detector. Bug: b/288301496 Test: Run Scan app with XP-7100 Change-Id: I3cac848fd77df5876fb16dc38e3724efce2fe3f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5240045 Reviewed-by: Piotr Pawliczek <pawliczek@chromium.org> Commit-Queue: Benjamin Gordon <bmgordon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1252730}
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.