commit | 48d90fdf5a7674690e44f283921d8292e14b09fc | [log] [tgz] |
---|---|---|
author | Karandeep Bhatia <[email protected]> | Fri Jul 09 01:20:51 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jul 09 01:20:51 2021 |
tree | c09cb019eb4b8a3eac1cba209ec643a591f90fdd | |
parent | 1752b352ced1f45f447a2b7ce1e4829cb0286939 [diff] |
Extension CrossOriginIsolation: Fix messaging apis. Extensions messaging code assumes a single extension process at some places. That's no longer true with cross-origin-isolated extensions. Fix these assumptions and add tests to ensure extension cross origin isolated contexts and non-cross-origin-isolated contexts can message each other. Also, fix some comments in ProcessMap. Bug: 1199491 Change-Id: I9c77220b0d4b5a0954225c6f8737616b81f906e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2940361 Reviewed-by: Devlin <[email protected]> Commit-Queue: Karan Bhatia <[email protected]> Cr-Commit-Position: refs/heads/master@{#899797}
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.