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

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

Issue 340883005: Add webapp hashes to whitelist for window shape API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | 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 // This features file defines permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/chrome. 6 // under src/chrome.
7 // See extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "C32D6D93E12F5401DAA3A723E0C3CC5F25429BA4", // http://crbug.com/354258 95 "C32D6D93E12F5401DAA3A723E0C3CC5F25429BA4", // http://crbug.com/354258
96 "9099782647D39C778E15C8C6E0D23C88F5CDE170", 96 "9099782647D39C778E15C8C6E0D23C88F5CDE170",
97 "B7D5B52D1E5B106288BD7F278CAFA5E8D76108B0", 97 "B7D5B52D1E5B106288BD7F278CAFA5E8D76108B0",
98 "89349DBAA2C4022FB244AA50182AB60934EB41EE", 98 "89349DBAA2C4022FB244AA50182AB60934EB41EE",
99 "CB593E510640572A995CB1B6D41BD85ED51E63F8", 99 "CB593E510640572A995CB1B6D41BD85ED51E63F8",
100 "1AD1AC86C87969CD3434FA08D99DBA6840AEA612", 100 "1AD1AC86C87969CD3434FA08D99DBA6840AEA612",
101 "9C2EA21D7975BDF2B3C01C3A454EE44854067A6D", 101 "9C2EA21D7975BDF2B3C01C3A454EE44854067A6D",
102 "D2C488C80C3C90C3E01A991112A05E37831E17D0", 102 "D2C488C80C3C90C3E01A991112A05E37831E17D0",
103 "6EEC061C0E74B46C7B5BE2EEFA49436368F4988F", 103 "6EEC061C0E74B46C7B5BE2EEFA49436368F4988F",
104 "8B344D9E8A4C505EF82A0DBBC25B8BD1F984E777", 104 "8B344D9E8A4C505EF82A0DBBC25B8BD1F984E777",
105 "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868" 105 "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868",
106 "F76F43EFFF56BF17A9868A5243F339BA28746632", // http://crbug.com/386324
107 "C6EA52B92F80878515F94137020F01519357E5B5",
108 "E466389F058ABD73FF6FDD06F768A351FCBF8532",
109 "40063F1CF7B68BA847A26FA6620DDF156171D23C",
110 "A6FD8E15353CF1F5C3D0A7B20E1D10AEA4DD3E6A",
111 "57AC4D9E6BD8A2D0A70056B5FAC2378CAA588912",
112 "02037314DA4D913640DCF0E296A7D01F4FD793EC",
113 "B6EC0809BC63E10B431C5E4AA3645232CA86B2A5",
114 "48CA541313139786F056DBCB504A1025CFF5D2E3",
115 "05106136AE7F08A3C181D4648E5438350B1D2B4F"
106 ] 116 ]
107 } 117 }
108 ], 118 ],
109 "audio": [ 119 "audio": [
110 { 120 {
111 "channel": "dev", 121 "channel": "dev",
112 "extension_types": ["platform_app"] 122 "extension_types": ["platform_app"]
113 }, 123 },
114 { 124 {
115 "channel": "stable", 125 "channel": "stable",
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 // Only allowed for whitelisted extensions until all the caveats are 1055 // Only allowed for whitelisted extensions until all the caveats are
1046 // addressed. Tracked in crbug/285151. 1056 // addressed. Tracked in crbug/285151.
1047 "channel": "stable", 1057 "channel": "stable",
1048 "extension_types": ["extension"], 1058 "extension_types": ["extension"],
1049 "location": "component", 1059 "location": "component",
1050 "whitelist": [ 1060 "whitelist": [
1051 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1061 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1052 ] 1062 ]
1053 }] 1063 }]
1054 } 1064 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698