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

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

Issue 28273006: <webview>: Implement declarativeWebRequest API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits Created 7 years, 1 month 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
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, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 }, 720 },
721 "webrtc.castUdpTransport": { 721 "webrtc.castUdpTransport": {
722 "dependencies": ["permission:webrtc"], 722 "dependencies": ["permission:webrtc"],
723 "contexts": ["blessed_extension"] 723 "contexts": ["blessed_extension"]
724 }, 724 },
725 "webview": { 725 "webview": {
726 "internal": true, 726 "internal": true,
727 "dependencies": ["permission:webview"], 727 "dependencies": ["permission:webview"],
728 "contexts": ["blessed_extension", "unblessed_extension"] 728 "contexts": ["blessed_extension", "unblessed_extension"]
729 }, 729 },
730 "webViewRequest": {
731 "dependencies": ["permission:webview"],
732 "contexts": ["blessed_extension", "unblessed_extension"]
733 },
730 "webviewTag": { 734 "webviewTag": {
731 "internal": true, 735 "internal": true,
732 "channel": "stable", 736 "channel": "stable",
733 "dependencies": ["permission:webview"], 737 "dependencies": ["permission:webview"],
734 "contexts": ["blessed_extension"] 738 "contexts": ["blessed_extension"]
735 }, 739 },
736 "windows": { 740 "windows": {
737 "dependencies": ["api:tabs"], 741 "dependencies": ["api:tabs"],
738 "contexts": ["blessed_extension"] 742 "contexts": ["blessed_extension"]
739 } 743 }
740 } 744 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/web_request/web_request_api.cc ('k') | chrome/common/extensions/api/events.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698