commit | 90f41215882233afa77e0c50e7f6ba8dd8c0e54a | [log] [tgz] |
---|---|---|
author | Antonio Sartori <antoniosartori@chromium.org> | Fri Jan 22 10:08:34 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 22 10:08:34 2021 |
tree | a53b5432a6d145cefd837a822da184e5327c6903 | |
parent | 7230e3415906103bfdf520d6d05dd0f140d6663e [diff] |
Convert FrameReplicationState to mojo struct This is a refactoring converting the class content::FrameReplicationState to a mojo struct, allowing to get rid of some legacy IPC traits. Bug: 1165841 Change-Id: I76e32f3e05db77685e35f3ed93d64ebd1e859588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640116 Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#846034}
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.