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

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

Issue 23146016: Add support for directory access to the file system API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@simpler-write-permissions
Patch Set: rebase Created 7 years, 3 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
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 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "location": "component" 254 "location": "component"
255 }, 255 },
256 "fileSystem": [{ 256 "fileSystem": [{
257 "channel": "stable", 257 "channel": "stable",
258 "extension_types": ["platform_app"] 258 "extension_types": ["platform_app"]
259 },{ 259 },{
260 "channel": "stable", 260 "channel": "stable",
261 "extension_types": ["extension"], 261 "extension_types": ["extension"],
262 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] 262 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
263 }], 263 }],
264 "fileSystem.directory": [{
265 "channel": "trunk",
266 "extension_types": ["platform_app"]
267 }],
264 "fileSystem.retainEntries": [{ 268 "fileSystem.retainEntries": [{
265 "channel": "dev", 269 "channel": "dev",
266 "extension_types": ["platform_app"] 270 "extension_types": ["platform_app"]
267 }], 271 }],
268 "fileSystem.write": [{ 272 "fileSystem.write": [{
269 "channel": "stable", 273 "channel": "stable",
270 "extension_types": ["platform_app"] 274 "extension_types": ["platform_app"]
271 },{ 275 },{
272 "channel": "stable", 276 "channel": "stable",
273 "extension_types": ["extension"], 277 "extension_types": ["extension"],
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 }, 684 },
681 "webRequestBlocking": { 685 "webRequestBlocking": {
682 "channel": "stable", 686 "channel": "stable",
683 "extension_types": ["extension", "packaged_app"] 687 "extension_types": ["extension", "packaged_app"]
684 }, 688 },
685 "webview": { 689 "webview": {
686 "channel": "stable", 690 "channel": "stable",
687 "extension_types": ["platform_app"] 691 "extension_types": ["platform_app"]
688 } 692 }
689 } 693 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698