commit | c903f1f28322e4fdbc3fe7da8035a496f7908e3e | [log] [tgz] |
---|---|---|
author | Ryan Keane <rwkeane@google.com> | Wed Jun 16 21:03:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 16 21:03:01 2021 |
tree | 52cb5f43c990341e31a3f645e48913c85c6025cf | |
parent | ee08e56fbf2e2f928e544491be5ae9d94d21e309 [diff] |
Add MessagePort Implementation over Mojo This CL adds a new MessagePort implementation backed by a Mojo IPC. This MessagePort is to be used solely for E2E testing of the Cast Runtime. Bug: internal b/190564826 Change-Id: I60a4c28c6dda7afacdc74eefacc9700f24432dab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2947893 Reviewed-by: Will Cassella <cassew@google.com> Reviewed-by: Matthew Denton <mpdenton@chromium.org> Reviewed-by: Stefan Zager <szager@chromium.org> Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by: Fabrice de Gans <fdegans@chromium.org> Commit-Queue: Ryan Keane <rwkeane@google.com> Cr-Commit-Position: refs/heads/master@{#893141}
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.