commit | d6978b06f014eaf88272fe5528c9ac9392dbeda5 | [log] [tgz] |
---|---|---|
author | Daniel Cheng <dcheng@chromium.org> | Thu Nov 16 00:11:38 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 16 00:11:38 2023 |
tree | 642ad60007b4f7cb71246a8f3814eac11a56f5f0 | |
parent | 5a556201d00bacb8bf5b637189fc89faa9afff69 [diff] |
Migrate WebBluetoothServiceImpl from DocumentService to DocumentUserData The renderer only needs a single connection per document, so it should not use DocumentService, which supports multiple instances per document. This also removes the need for plumbing test-only fields and logic for bluetooth into RenderFrameHostImpl and TestRenderFrameHost. Change-Id: I24bb41e9972c920ae4a68453c863120ba8b1686f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5022338 Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1225226}
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.