summaryrefslogtreecommitdiffstats
path: root/extensions/common/api/_permission_features.json
diff options
context:
space:
mode:
authorapacible <apacible@chromium.org>2015-01-29 12:49:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-29 20:50:11 +0000
commit9c30a7e9695ba76c18052d3020f713b6e310d615 (patch)
tree7df7ac6559a5ffb048d5791ebf257aa31606da21 /extensions/common/api/_permission_features.json
parent1f289ac93a7e90ca9445f97ea58f5e3961bd9539 (diff)
downloadchromium_src-9c30a7e9695ba76c18052d3020f713b6e310d615.zip
chromium_src-9c30a7e9695ba76c18052d3020f713b6e310d615.tar.gz
chromium_src-9c30a7e9695ba76c18052d3020f713b6e310d615.tar.bz2
This adds the ExtensionView to the family of GuestViews.
This... - Wires up ExtensionView. Can apply src for navigation via inline and js call. - Adds permission for manifests. - Add browser tests for navigation and adding ExtensionViews to DOM. Some code is duplicated from existing GuestViews (e.g. *ViewAttribute and some GuestViewBase implementations). Based on how GuestView code will be refactored, some of this can be consolidated. This... - Does not run in a detached state. (Refers to CR 845363004) - Will have more functionality and restrictions implemented in the future. Review URL: https://codereview.chromium.org/873933002 Cr-Commit-Position: refs/heads/master@{#313781}
Diffstat (limited to 'extensions/common/api/_permission_features.json')
-rw-r--r--extensions/common/api/_permission_features.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 1b2a1ca..2ea36f8 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -161,6 +161,10 @@
]
}
],
+ "extensionview": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
+ },
"externally_connectable.all_urls": {
"channel": "stable",
"extension_types": [