Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 16174005: Implement externally_connectable! Web pages can now communicate directly with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: absolute path... Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h.
7
5 { 8 {
6 "activeTab": { 9 "activeTab": {
7 "channel": "stable", 10 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 11 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 12 "min_manifest_version": 2
10 }, 13 },
11 "activityLogPrivate": { 14 "activityLogPrivate": {
12 "channel": "dev", 15 "channel": "dev",
13 "extension_types": ["extension"], 16 "extension_types": ["extension"],
14 "whitelist": [ 17 "whitelist": [
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 }, 614 },
612 "webRequestBlocking": { 615 "webRequestBlocking": {
613 "channel": "stable", 616 "channel": "stable",
614 "extension_types": ["extension", "packaged_app"] 617 "extension_types": ["extension", "packaged_app"]
615 }, 618 },
616 "webview": { 619 "webview": {
617 "channel": "stable", 620 "channel": "stable",
618 "extension_types": ["platform_app"] 621 "extension_types": ["platform_app"]
619 } 622 }
620 } 623 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698