commit | 59418d9640dce3c5a60eb1b6210dd9916a8eaba3 | [log] [tgz] |
---|---|---|
author | Sean Topping <seantopping@chromium.org> | Fri Sep 10 22:45:07 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 10 22:45:07 2021 |
tree | 944f6dd14335d5c3317114aa5f9fced05ee37600 | |
parent | f907b5a04bf489c5f23486446558a7d83a6272f9 [diff] |
[Chromecast] Upstream Mojo interfaces for Renderers These interfaces are used by Cast renderers to communicate with the Cast receiver. In the render process, these are exposed via built-in V8 bindings functions. See go/cast-browser-api for details on how these interfaces are used. Some implementations of these interfaces are non-public, so important security details are documented in the .mojom files. Implementations that are hosted in a render process or in the "Cast Browser" will be introduced in a follow-up change. Bug: b/149041392 Test: Cast CQ, Build/run display assistant and launch YT. Change-Id: Ib4a4f8dea91badbded1fcfd798ad0451c6496dc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3134721 Reviewed-by: Junbo Ke <juke@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/main@{#920411}
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.