commit | 3d54419effe873fb2aec4917ee7fd66e2968bf85 | [log] [tgz] |
---|---|---|
author | Antia Puentes <apuentes@igalia.com> | Fri Jan 15 10:11:05 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 15 10:11:05 2021 |
tree | 435735efdc773d147b84e078e6250b197c832ed8 | |
parent | 72fe6d7aaba01bf0944f5b0d95cb5954cba552bd [diff] |
Migrate ExtensionMsg_SetWebViewPartitionID IPC to mojo This CL migrates the legacy IPC message out of extension_messages.h to Renderer mojo interface from extensions.mojom. Bug: 1165814 Change-Id: I338e9e1e59321d143053ec4c47bed7234c04ae5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627270 Commit-Queue: Antia Puentes <apuentes@igalia.com> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#844009}
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.