commit | 1df5150128df9f3cc4be3cb151639c5dfd85de33 | [log] [tgz] |
---|---|---|
author | Mike West <mkwst@chromium.org> | Sat May 08 05:44:44 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat May 08 05:44:44 2021 |
tree | 2ec3887a509db6f0dd6cb71989304427437b1c31 | |
parent | ecf9aff0d7d795a0df8280ac0c4199e4d949f557 [diff] |
Enforce Direct Socket isolation in the browser. This patch builds on the Blink-side enforcment of [DirectSocketEnabled], adding browser-side checks that the RenderFrameHost from which a socket is opened adheres to the level of isolation deemed necessary. Patch 5/5: 1. https://chromium-review.googlesource.com/c/chromium/src/+/2871670 2. https://chromium-review.googlesource.com/c/chromium/src/+/2874306 3. https://chromium-review.googlesource.com/c/chromium/src/+/2874288 4. https://chromium-review.googlesource.com/c/chromium/src/+/2874890 5. This patch. Bug: 1206150 Change-Id: I0c64c94503ef057473a2dca1c89bbcc283175ad6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2875217 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Reviewed-by: Chris Hamilton <chrisha@chromium.org> Reviewed-by: Camille Lamy <clamy@chromium.org> Reviewed-by: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#880688}
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.