commit | 013284d388bd802b4a4bfef0b2a7aeaf9426c392 | [log] [tgz] |
---|---|---|
author | Yeunjoo Choi <ychoi@igalia.com> | Mon May 24 05:55:22 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 24 05:55:22 2021 |
tree | 79abcc866ab21a63e63f869a072597219dcc9d8e | |
parent | 0cbad17b4dadfda4a760efc06f63dcb7601dddcf [diff] |
fixup! Pass RemoteMainFrame/Host mojo channels through its creation messages The CL fixes the crash reported from https://crbug.com/1212461. Mojo channels for RemoteMainFrame/Host don't depend on AssociatedInterfaceProvider by the original CL. So, we should execute a RemoteMainFrame Mojo method to live instances in |proxy_hosts|. Bug: 1212461, 1190158 Change-Id: Ie3f24d0765dc71806499d0339959126d1ecc436b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2912342 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yeunjoo Choi <ychoi@igalia.com> Cr-Commit-Position: refs/heads/master@{#885881}
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.