commit | e511d18aaf9456fd16c7d504609dceca64f19e33 | [log] [tgz] |
---|---|---|
author | Alan Cutter <alancutter@chromium.org> | Wed Aug 04 23:10:38 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 04 23:10:38 2021 |
tree | 631c4db71ff46cbf88be5155d44ef8af85b16372 | |
parent | c1e609df68a7d8985e9f8b5968d41eb70c2793b0 [diff] |
Replace blink::Manifest with blink::mojom::Manifest This is a mechanical change that: - Removes the Mojo type transformation from blink::mojom::Manifest to blink::Manifest (see third_party/blink/ changes). - Updates callsites to use blink::mojom::Manifest instead of blink::Manifest. - Removes the contents of blink::Manifest (as proof that nothing uses it anymore) except for the inner classes that are still in use. Bug: 1233362 Change-Id: I8bfd5ef63ba4779d8e3b6c9f5d870f3dcbd583bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3060401 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by: Bret Sepulveda <bsep@chromium.org> Reviewed-by: Phillis Tang <phillis@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Reviewed-by: Glen Robertson <glenrob@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#908663}
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.