commit | 1f2ca177ab0f2f4d34080e1eb571f1f841b85d3f | [log] [tgz] |
---|---|---|
author | Julie Jeongeun Kim <jkim@igalia.com> | Wed Jan 20 07:43:37 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 20 07:43:37 2021 |
tree | 0ba256a1bf8b303601d5ae016f89e4fe22ba977f | |
parent | f31bed568d39e14a895ef7a21308e3326d7aeedd [diff] |
Deprecate blink::mojom::ResourceType in //content/browser/web_package This CL replaces blink::mojom::ResourceType with network::mojom::RequestDestination in //content/browser/web_package since blink::mojom::ResourceType is deprecated[1]. [1] https://crbug.com/960143 Bug: 1059639 Change-Id: Id0f360de51d22316afdc12190635adeade56752c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637099 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#845092}
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.