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

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

Issue 10257006: Move Declarative Web Request API out of experimental and make it a feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 "appNotifications": { 6 "appNotifications": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["packaged_app", "hosted_app"] 8 "extension_types": ["packaged_app", "hosted_app"]
9 }, 9 },
10 "background": { 10 "background": {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "extension_types": ["extension", "packaged_app"] 66 "extension_types": ["extension", "packaged_app"]
67 }, 67 },
68 "debugger": { 68 "debugger": {
69 "channel": "stable", 69 "channel": "stable",
70 "extension_types": ["extension", "packaged_app", "platform_app"] 70 "extension_types": ["extension", "packaged_app", "platform_app"]
71 }, 71 },
72 "devtools": { 72 "devtools": {
73 "channel": "stable", 73 "channel": "stable",
74 "extension_types": ["extension", "packaged_app", "platform_app"] 74 "extension_types": ["extension", "packaged_app", "platform_app"]
75 }, 75 },
76 "declarative": {
Aaron Boodman 2012/05/03 18:10:16 Can you put a TODO in here like: TODO(battre): Re
battre 2012/05/07 14:28:30 Done.
77 "channel": "dev",
78 "extension_types": ["extension", "packaged_app"]
79 },
80 "declarativeWebRequest": {
81 "channel": "dev",
82 "extension_types": ["extension", "packaged_app"]
83 },
76 "dns": { 84 "dns": {
77 "channel": "stable", 85 "channel": "stable",
78 "extension_types": ["platform_app"] 86 "extension_types": ["platform_app"]
79 }, 87 },
80 "experimental": { 88 "experimental": {
81 "channel": "stable", 89 "channel": "stable",
82 "extension_types": [ 90 "extension_types": [
83 "extension", "packaged_app", "hosted_app", "platform_app" 91 "extension", "packaged_app", "hosted_app", "platform_app"
84 ] 92 ]
85 }, 93 },
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 }, 253 },
246 "webRequest": { 254 "webRequest": {
247 "channel": "stable", 255 "channel": "stable",
248 "extension_types": ["extension", "packaged_app"] 256 "extension_types": ["extension", "packaged_app"]
249 }, 257 },
250 "webRequestBlocking": { 258 "webRequestBlocking": {
251 "channel": "stable", 259 "channel": "stable",
252 "extension_types": ["extension", "packaged_app"] 260 "extension_types": ["extension", "packaged_app"]
253 } 261 }
254 } 262 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698