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

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

Issue 668983003: Enable chrome.mdns for Chrome Apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Open up access to chrome.mdns API to all packaged apps Created 6 years, 1 month 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 // 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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd 717 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd
718 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd 718 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd
719 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools 719 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools
720 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 720 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955
721 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955 721 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955
722 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965 722 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965
723 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067 723 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067
724 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A" // http://crbug.com/378067 724 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A" // http://crbug.com/378067
725 ] 725 ]
726 }, 726 },
727 "mdns": { 727 "mdns": [{
728 "channel": "stable", 728 "channel": "stable",
729 "extension_types": ["extension", "platform_app"], 729 "extension_types": ["extension"],
730 "whitelist": [ 730 "whitelist": [
731 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 731 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
732 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 732 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
733 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 733 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
734 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 734 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
735 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 735 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
736 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691 736 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691
737 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691 737 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691
738 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691 738 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691
739 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/397691 739 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/397691
mark a. foltz 2014/10/31 06:29:15 Nit: Keep this space for alignment.
Red Daly 2014/11/17 22:50:01 Done.
740 ] 740 ]
741 }, 741 },
742 {
743 "channel": "stable",
744 "extension_types": ["platform_app"], // Allow platform apps to access the AP I.
mark a. foltz 2014/10/31 06:29:15 80 cols.
Red Daly 2014/11/17 22:50:01 Done.
745 "whitelist": []
746 }],
742 "musicManagerPrivate": { 747 "musicManagerPrivate": {
743 "channel": "stable", 748 "channel": "stable",
744 "extension_types": ["platform_app"], 749 "extension_types": ["platform_app"],
745 "whitelist": [ 750 "whitelist": [
746 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager 751 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
747 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test 752 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test
748 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", 753 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA",
749 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", 754 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A",
750 "3D14248405B8A59043420AAC160077C99E7788A9", 755 "3D14248405B8A59043420AAC160077C99E7788A9",
751 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", 756 "A6C87307BBE5886CC5F1393025000E2FE8060BF2",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 "webstorePrivate": { 1057 "webstorePrivate": {
1053 "channel": "stable", 1058 "channel": "stable",
1054 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 1059 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
1055 "whitelist": [ 1060 "whitelist": [
1056 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 1061 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
1057 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store 1062 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store
1058 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) 1063 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype)
1059 ] 1064 ]
1060 } 1065 }
1061 } 1066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698