commit | e5ad3451c17b21341b0b9019b074801c44c92c9f | [log] [tgz] |
---|---|---|
author | Kelvin Jiang <kelvinjiang@chromium.org> | Thu Apr 14 00:07:17 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 14 00:07:17 2022 |
tree | a3b398418a28f1336a6b30886896b3a6ac63812a | |
parent | 3a08137efe2d46b706fa323c52823b8b89d3c7ac [diff] |
[Extensions] Add main world injections for dynamic content scripts This CL adds a new field "world" for dynamic content scripts which allows the extension to specify if the script will run in the isolated or main world. By default, scripts which do not specify this field will run in the isolated world. Bug: 1207006 Change-Id: Ie28bf1cb7c6d7c90cf74d7ead4554ee04810c652 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3573464 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Cr-Commit-Position: refs/heads/main@{#992318}
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.