commit | 5089ddb0638765b738ce9690ee00be44d2e19a9c | [log] [tgz] |
---|---|---|
author | Bill Budge <bbudge@chromium.org> | Wed Dec 09 14:14:59 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 09 14:14:59 2020 |
tree | 0f21c4e133615c6119b16bae7880b8a4d2363356 | |
parent | 2d33a5a14da640652ff784b3371102f68c9e0e00 [diff] |
[content][features] Add "RestrictSharedArrayBuffer" feature - Adds a new feature that turns off SharedArrayBuffer and WebAssemblyThreads features, so developers can more easily test sites with SABs and COOP+COEP site isolation restrictions. Bug: chromium:923807 Change-Id: I76984b13e1994c297a6d3811abe0fefa6f1b6530 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579721 Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#835172}
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.
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.