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

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

Issue 10852016: Move serial out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "dev", 7 "channel": "dev",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "extension_types": ["extension", "packaged_app"] 229 "extension_types": ["extension", "packaged_app"]
230 }, 230 },
231 // Note: runtime is not actually a permission, but some systems check these 231 // Note: runtime is not actually a permission, but some systems check these
232 // values to verify restrictions. 232 // values to verify restrictions.
233 "runtime": { 233 "runtime": {
234 "channel": "stable", 234 "channel": "stable",
235 "extension_types": ["extension", "packaged_app", "platform_app"], 235 "extension_types": ["extension", "packaged_app", "platform_app"],
236 "min_manifest_version": 2 236 "min_manifest_version": 2
237 }, 237 },
238 "serial": { 238 "serial": {
239 "channel": "stable", 239 "channel": "dev",
240 "extension_types": ["platform_app"] 240 "extension_types": ["platform_app"]
241 }, 241 },
242 "socket": { 242 "socket": {
243 "channel": "dev", 243 "channel": "dev",
244 "extension_types": ["platform_app"] 244 "extension_types": ["platform_app"]
245 }, 245 },
246 "storage": { 246 "storage": {
247 "channel": "stable", 247 "channel": "stable",
248 "extension_types": ["extension", "packaged_app", "platform_app"], 248 "extension_types": ["extension", "packaged_app", "platform_app"],
249 "min_manifest_version": 2 249 "min_manifest_version": 2
(...skipping 26 matching lines...) Expand all
276 "ttsEngine": { 276 "ttsEngine": {
277 "channel": "stable", 277 "channel": "stable",
278 "extension_types": ["extension", "packaged_app"] 278 "extension_types": ["extension", "packaged_app"]
279 }, 279 },
280 "unlimitedStorage": { 280 "unlimitedStorage": {
281 "channel": "stable", 281 "channel": "stable",
282 "extension_types": [ 282 "extension_types": [
283 "extension", "packaged_app", "hosted_app", "platform_app" 283 "extension", "packaged_app", "hosted_app", "platform_app"
284 ] 284 ]
285 }, 285 },
286 "usb": { 286 "usb": {
asargent_no_longer_on_chrome 2012/08/03 23:41:07 should we remove this entry for usb?
287 "channel": "stable", 287 "channel": "stable",
288 "extension_types": ["platform_app"] 288 "extension_types": ["platform_app"]
289 }, 289 },
290 "videoCapture": { 290 "videoCapture": {
291 "channel": "stable", 291 "channel": "stable",
292 "extension_types": ["platform_app"] 292 "extension_types": ["platform_app"]
293 }, 293 },
294 "wallpaperPrivate": { 294 "wallpaperPrivate": {
295 "channel": "stable", 295 "channel": "stable",
296 "extension_types": ["extension", "packaged_app"], 296 "extension_types": ["extension", "packaged_app"],
(...skipping 24 matching lines...) Expand all
321 }, 321 },
322 "webRequest": { 322 "webRequest": {
323 "channel": "stable", 323 "channel": "stable",
324 "extension_types": ["extension", "packaged_app"] 324 "extension_types": ["extension", "packaged_app"]
325 }, 325 },
326 "webRequestBlocking": { 326 "webRequestBlocking": {
327 "channel": "stable", 327 "channel": "stable",
328 "extension_types": ["extension", "packaged_app"] 328 "extension_types": ["extension", "packaged_app"]
329 } 329 }
330 } 330 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698