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

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

Issue 89183002: Revert of Leave fullscreen mode in an app window when ESC key is pressed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
9 // 9 //
10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 // available only to extension/platform_app types. The implementation of 578 // available only to extension/platform_app types. The implementation of
579 // that functionality enforces that restriction in 579 // that functionality enforces that restriction in
580 // NotificationsApiFunction::IsNotificationsApiAvailable(). This is more 580 // NotificationsApiFunction::IsNotificationsApiAvailable(). This is more
581 // complicated than other namespaces because we are sharing the 581 // complicated than other namespaces because we are sharing the
582 // notifications permission with WebKit/Blink notifications. 582 // notifications permission with WebKit/Blink notifications.
583 "channel": "stable", 583 "channel": "stable",
584 "extension_types": [ 584 "extension_types": [
585 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 585 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
586 ] 586 ]
587 }, 587 },
588 "overrideEscFullscreen": {
589 "channel": "stable",
590 "extension_types": ["platform_app"]
591 },
592 "echoPrivate": { 588 "echoPrivate": {
593 "channel": "stable", 589 "channel": "stable",
594 "extension_types": ["extension", "legacy_packaged_app"], 590 "extension_types": ["extension", "legacy_packaged_app"],
595 "location": "component" 591 "location": "component"
596 }, 592 },
597 "pageCapture": { 593 "pageCapture": {
598 "channel": "stable", 594 "channel": "stable",
599 "extension_types": ["extension", "legacy_packaged_app"] 595 "extension_types": ["extension", "legacy_packaged_app"]
600 }, 596 },
601 "pointerLock": { 597 "pointerLock": {
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 // Only allowed for whitelisted extensions until all the caveats are 870 // Only allowed for whitelisted extensions until all the caveats are
875 // addressed. Tracked in crbug/285151. 871 // addressed. Tracked in crbug/285151.
876 "channel": "stable", 872 "channel": "stable",
877 "extension_types": ["extension"], 873 "extension_types": ["extension"],
878 "location": "component", 874 "location": "component",
879 "whitelist": [ 875 "whitelist": [
880 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 876 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
881 ] 877 ]
882 }] 878 }]
883 } 879 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698