87c183df6a
* chore: bump chromium in DEPS to 109.0.5386.0 * chore: bump chromium in DEPS to 109.0.5388.0 * chore: bump chromium in DEPS to 109.0.5390.0 * chore: bump chromium in DEPS to 109.0.5392.0 * chore: bump chromium in DEPS to 109.0.5394.0 * chore: bump chromium in DEPS to 109.0.5396.0 * chore: bump chromium in DEPS to 109.0.5398.0 * chore: bump chromium in DEPS to 109.0.5400.0 * chore: update galactus * chore: bump chromium in DEPS to 109.0.5402.0 * chore: bump chromium in DEPS to 109.0.5403.0 * chore: bump chromium in DEPS to 109.0.5406.0 * chore: update patches * 4004247: Delete unused DocumentWebContentsDelegate Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4004247 * chore: bump chromium in DEPS to 109.0.5408.1 * chore: update patches * 3949284: Support pkey debug mode without pkey 0 access Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3949284 * chore: bump chromium in DEPS to 109.0.5410.0 * chore: update patches * 4000944: [Extensions] Create an API directory in //chrome/renderer/extensions Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4000944 * 3988524: Remove DocumentOverlayWindowViews | https://chromium-review.googlesource.com/c/chromium/src/+/3988524 Co-authored-by: George Xu <33054982+georgexu99@users.noreply.github.com> * chore: bump chromium in DEPS to 109.0.5412.0 * chore: update patches * 3984022: Add AddChildWindowToBrowser to DisplayClient mojo interface Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3984022 * 3957079: Delete the CryptoToken component extension and internal API Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3957079 * 4004421: Migreate ScopedAllowIO to ScopedAllowBlocking Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4004421 Co-authored-by: George Xu <georgexu99@users.noreply.github.com> * chore: bump chromium in DEPS to 109.0.5414.0 * chore: update patches * 4016180: Split PPAPI Mojo interfaces out of RenderFrameHostImpl. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4016180 * 3970838: [MPArch] Convert HostZoomMap and ZoomController off of RenderViewHost ids Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3970838 * 3997795: Don't add Chromium as a login item Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3997795 * 3993482: Remove RefCountedString::TakeString Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3993482 * 3990749: Allow forward-declared sources in base::ScopedObservation<> Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3990749 * fixup! 3957079: Delete the CryptoToken component extension and internal API * chore: bump chromium in DEPS to 110.0.5415.0 * 3883790: Move devtools_frame_token to the RenderFrameHost, to preserve RFH identity across MPArch activations. https://chromium-review.googlesource.com/c/chromium/src/+/3883790 * 4022205: Move license tooling into //tools/licenses https://chromium-review.googlesource.com/c/chromium/src/+/4022205 * chore: fixup patch indices * fixup! 3957079: Delete the CryptoToken component extension and internal API * 4008687: Finish ScopedAllowIO migration https://chromium-review.googlesource.com/c/chromium/src/+/4008687 * 3991548: Move WindowButtonOrderObserver and WindowFrameAction to LinuxUi https://chromium-review.googlesource.com/c/chromium/src/+/3991548 * fixup! 3984022: Add AddChildWindowToBrowser to DisplayClient mojo interface * 4016595: Migrate non-default ScopedObservation<> instantiations to ScopedObservationTraits<> in chrome/browser/ https://chromium-review.googlesource.com/c/chromium/src/+/4016595 * 4000481: Rename :chromedriver to :chromedriver_server Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4000481 * 4008687: Finish ScopedAllowIO migration https://chromium-review.googlesource.com/c/chromium/src/+/4008687 * 3988524: Remove DocumentOverlayWindowViews https://chromium-review.googlesource.com/c/chromium/src/+/3988524 * fixup! 3997795: Don't add Chromium as a login item * chore: fixup patches * 3996872: Plumb input event task runner to EventFactoryEvdev https://chromium-review.googlesource.com/c/chromium/src/+/3996872 * 4014994: Enable SiteIsolationForGuests by default. https://chromium-review.googlesource.com/c/chromium/src/+/4014994 * chore: adopt new thread restrictions api for //electron (#36357) chore: add thread blocking api * fixup! 4014994: Enable SiteIsolationForGuests by default. * pull parent HWND for dialogs on ui thread * chore: set parent_window in MessageBoxSettings * chore: remove redundant patch * chore: revert accidental deletion * chore: update patches Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Samuel Attard <sattard@salesforce.com> Co-authored-by: Keeley Hammond <khammond@slack-corp.com> Co-authored-by: VerteDinde <vertedinde@electronjs.org> Co-authored-by: George Xu <33054982+georgexu99@users.noreply.github.com> Co-authored-by: George Xu <georgexu99@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: Robo <hop2deep@gmail.com> Co-authored-by: Jeremy Rose <jeremya@chromium.org> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
130 lines
5.3 KiB
C++
130 lines
5.3 KiB
C++
// Copyright (c) 2021 Microsoft, Inc.
|
|
// Use of this source code is governed by the MIT license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef ELECTRON_SHELL_BROWSER_HID_HID_CHOOSER_CONTROLLER_H_
|
|
#define ELECTRON_SHELL_BROWSER_HID_HID_CHOOSER_CONTROLLER_H_
|
|
|
|
#include <map>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
#include "base/memory/weak_ptr.h"
|
|
#include "content/public/browser/global_routing_id.h"
|
|
#include "content/public/browser/hid_chooser.h"
|
|
#include "content/public/browser/web_contents.h"
|
|
#include "content/public/browser/web_contents_observer.h"
|
|
#include "services/device/public/mojom/hid.mojom-forward.h"
|
|
#include "shell/browser/api/electron_api_session.h"
|
|
#include "shell/browser/hid/electron_hid_delegate.h"
|
|
#include "shell/browser/hid/hid_chooser_context.h"
|
|
#include "shell/common/gin_converters/frame_converter.h"
|
|
#include "third_party/blink/public/mojom/hid/hid.mojom.h"
|
|
|
|
namespace content {
|
|
class RenderFrameHost;
|
|
} // namespace content
|
|
|
|
namespace electron {
|
|
|
|
class ElectronHidDelegate;
|
|
|
|
class HidChooserContext;
|
|
|
|
// HidChooserController provides data for the WebHID API permission prompt.
|
|
class HidChooserController
|
|
: public content::WebContentsObserver,
|
|
public electron::HidChooserContext::DeviceObserver {
|
|
public:
|
|
// Construct a chooser controller for Human Interface Devices (HID).
|
|
// |render_frame_host| is used to initialize the chooser strings and to access
|
|
// the requesting and embedding origins. |callback| is called when the chooser
|
|
// is closed, either by selecting an item or by dismissing the chooser dialog.
|
|
// The callback is called with the selected device, or nullptr if no device is
|
|
// selected.
|
|
HidChooserController(
|
|
content::RenderFrameHost* render_frame_host,
|
|
std::vector<blink::mojom::HidDeviceFilterPtr> filters,
|
|
std::vector<blink::mojom::HidDeviceFilterPtr> exclusion_filters,
|
|
content::HidChooser::Callback callback,
|
|
content::WebContents* web_contents,
|
|
base::WeakPtr<ElectronHidDelegate> hid_delegate);
|
|
HidChooserController(HidChooserController&) = delete;
|
|
HidChooserController& operator=(HidChooserController&) = delete;
|
|
~HidChooserController() override;
|
|
|
|
// static
|
|
static std::string PhysicalDeviceIdFromDeviceInfo(
|
|
const device::mojom::HidDeviceInfo& device);
|
|
|
|
// HidChooserContext::DeviceObserver:
|
|
void OnDeviceAdded(const device::mojom::HidDeviceInfo& device_info) override;
|
|
void OnDeviceRemoved(
|
|
const device::mojom::HidDeviceInfo& device_info) override;
|
|
void OnDeviceChanged(
|
|
const device::mojom::HidDeviceInfo& device_info) override;
|
|
void OnHidManagerConnectionError() override;
|
|
void OnHidChooserContextShutdown() override;
|
|
|
|
// content::WebContentsObserver:
|
|
void RenderFrameDeleted(content::RenderFrameHost* render_frame_host) override;
|
|
|
|
private:
|
|
api::Session* GetSession();
|
|
void OnGotDevices(std::vector<device::mojom::HidDeviceInfoPtr> devices);
|
|
bool DisplayDevice(const device::mojom::HidDeviceInfo& device) const;
|
|
bool FilterMatchesAny(const device::mojom::HidDeviceInfo& device) const;
|
|
bool IsExcluded(const device::mojom::HidDeviceInfo& device) const;
|
|
|
|
// Add |device_info| to |device_map_|. The device is added to the chooser item
|
|
// representing the physical device. If the chooser item does not yet exist, a
|
|
// new item is appended. Returns true if an item was appended.
|
|
bool AddDeviceInfo(const device::mojom::HidDeviceInfo& device_info);
|
|
|
|
// Remove |device_info| from |device_map_|. The device info is removed from
|
|
// the chooser item representing the physical device. If this would cause the
|
|
// item to be empty, the chooser item is removed. Does nothing if the device
|
|
// is not in the chooser item. Returns true if an item was removed.
|
|
bool RemoveDeviceInfo(const device::mojom::HidDeviceInfo& device_info);
|
|
|
|
// Update the information for the device described by |device_info| in the
|
|
// |device_map_|.
|
|
void UpdateDeviceInfo(const device::mojom::HidDeviceInfo& device_info);
|
|
|
|
void RunCallback(std::vector<device::mojom::HidDeviceInfoPtr> devices);
|
|
void OnDeviceChosen(gin::Arguments* args);
|
|
|
|
std::vector<blink::mojom::HidDeviceFilterPtr> filters_;
|
|
std::vector<blink::mojom::HidDeviceFilterPtr> exclusion_filters_;
|
|
content::HidChooser::Callback callback_;
|
|
const url::Origin origin_;
|
|
const int frame_tree_node_id_;
|
|
|
|
// The lifetime of the chooser context is tied to the browser context used to
|
|
// create it, and may be destroyed while the chooser is still active.
|
|
base::WeakPtr<HidChooserContext> chooser_context_;
|
|
|
|
// Information about connected devices and their HID interfaces. A single
|
|
// physical device may expose multiple HID interfaces. Keys are physical
|
|
// device IDs, values are collections of HidDeviceInfo objects representing
|
|
// the HID interfaces hosted by the physical device.
|
|
std::map<std::string, std::vector<device::mojom::HidDeviceInfoPtr>>
|
|
device_map_;
|
|
|
|
// An ordered list of physical device IDs that determines the order of items
|
|
// in the chooser.
|
|
std::vector<std::string> items_;
|
|
|
|
base::ScopedObservation<HidChooserContext, HidChooserContext::DeviceObserver>
|
|
observation_{this};
|
|
|
|
base::WeakPtr<ElectronHidDelegate> hid_delegate_;
|
|
|
|
content::GlobalRenderFrameHostId render_frame_host_id_;
|
|
|
|
base::WeakPtrFactory<HidChooserController> weak_factory_{this};
|
|
};
|
|
|
|
} // namespace electron
|
|
|
|
#endif // ELECTRON_SHELL_BROWSER_HID_HID_CHOOSER_CONTROLLER_H_
|