commit | a369f3696d1a46c8ce0561526bfd16c8ea3a88dd | [log] [tgz] |
---|---|---|
author | Nathan Muggli <nmuggli@google.com> | Fri Dec 15 02:14:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 15 02:14:47 2023 |
tree | db00a567b0c3ad553da56d3f3c600a62ed3926e6 | |
parent | 13c68a0118ee397925b2f8fe07054536f0cf9875 [diff] |
documentScan: Add handler to get option groups getOptionGroups takes a scanner handle returned from openScanner and queries the backend for the option groups for that scanner. All of the work happens on the backend - this CL simply forwards messages back and forth and converts messages. Also did some cleanup in the mojom file and associated files. Updated the GetOptionGroupsResponse message to change 'options' to 'groups'. Bug: b:313730364 Change-Id: I38d0eb3b2d0a30abeca4ea162b50d6cd41de00ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5096496 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Nathan Muggli <nmuggli@google.com> Reviewed-by: Benjamin Gordon <bmgordon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1237885}
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.