commit | df04e8f2cc6fc7d1f1b1ecbcd0f7e0403d9c9fdc | [log] [tgz] |
---|---|---|
author | Jack Hsieh <chengweih@chromium.org> | Fri Jul 01 16:13:36 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 01 16:13:36 2022 |
tree | 4bf777337ed6d54e4f165a0840593efd517d836d | |
parent | 319b1dda11fcaf4e9efa1977de113e6723562a1b [diff] |
webhid: Expose WebHID on service workers under a blink feature flag This is part of exposing WebHID to extension service workers changes. This change exposes WebHID on service workers under a blink feature flag WebHIDOnServiceWorkers. This flag currently in this patch is a placeholder and the following patches of this change series will enable it according to a chrome feature flag in the extension environment. Bug: 1303195 Change-Id: I2c85fd3fed71ea2723bda8226550050ac094990c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3680193 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by: Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Jack Hsieh <chengweih@chromium.org> Cr-Commit-Position: refs/heads/main@{#1020109}
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.