commit | 72bc629106be1dae12724f9e4b669ac7feab4906 | [log] [tgz] |
---|---|---|
author | Andreas Haas <ahaas@chromium.org> | Fri Jan 14 17:20:02 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 14 17:20:02 2022 |
tree | 8c23af0a1b1a2a0feb3487b78103e17194ca3545 | |
parent | 24407cfedd576f6d8ea2dd07b467464219d0c3ec [diff] |
[wasm] Remove cross-origin module sharing exceptions After the deprecation of cross-origin sharing of WebAssembly modules we can now remove the exception code again. There are no users we are aware of. This CL also disconnects the enterprise policy. The enterprise policy itself will be removed in a separate CL. Bug: chromium:1257980 Change-Id: I0c39358b1145dcc23b78551aaa12b3c516c48d26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3332075 Reviewed-by: Koji Ishii <kojii@chromium.org> Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Camille Lamy <clamy@chromium.org> Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/main@{#959241}
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.