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

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

Issue 12205002: Packaged apps manifest requires 'fullscreen' permission for HTML5 api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed template params from permission_warnings.html Created 7 years, 10 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "extension_types": ["platform_app"] 162 "extension_types": ["platform_app"]
163 }, 163 },
164 "fileSystem.write": { 164 "fileSystem.write": {
165 "channel": "stable", 165 "channel": "stable",
166 "extension_types": ["platform_app"] 166 "extension_types": ["platform_app"]
167 }, 167 },
168 "fontSettings": { 168 "fontSettings": {
169 "channel": "stable", 169 "channel": "stable",
170 "extension_types": ["extension", "packaged_app"] 170 "extension_types": ["extension", "packaged_app"]
171 }, 171 },
172 "fullscreen": {
173 "channel": "dev",
174 "extension_types": ["platform_app"]
175 },
172 "geolocation": { 176 "geolocation": {
173 "channel": "stable", 177 "channel": "stable",
174 "extension_types": [ 178 "extension_types": [
175 "extension", "packaged_app", "hosted_app", "platform_app" 179 "extension", "packaged_app", "hosted_app", "platform_app"
176 ] 180 ]
177 }, 181 },
178 "history": { 182 "history": {
179 "channel": "stable", 183 "channel": "stable",
180 "extension_types": ["extension", "packaged_app"] 184 "extension_types": ["extension", "packaged_app"]
181 }, 185 },
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 }, 434 },
431 "webRequestBlocking": { 435 "webRequestBlocking": {
432 "channel": "stable", 436 "channel": "stable",
433 "extension_types": ["extension", "packaged_app"] 437 "extension_types": ["extension", "packaged_app"]
434 }, 438 },
435 "webview": { 439 "webview": {
436 "channel": "stable", 440 "channel": "stable",
437 "extension_types": ["platform_app"] 441 "extension_types": ["platform_app"]
438 } 442 }
439 } 443 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/docs/templates/articles/declare_permissions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698