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

Side by Side Diff: extensions/common/api/_manifest_features.json

Issue 1367663002: Add Linux support for the Bluetooth API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_dbus
Patch Set: Created 5 years, 2 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
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_event_router.cc ('k') | 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 manifest keys implemented under src/extensions. 5 // This features file defines manifest keys implemented under src/extensions.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 8
9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
10 // 10 //
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "max_manifest_version": 1 67 "max_manifest_version": 1
68 }, 68 },
69 "bluetooth": [{ 69 "bluetooth": [{
70 // Note: The "bluetooth" manifest permission is used by the 70 // Note: The "bluetooth" manifest permission is used by the
71 // chrome.bluetooth, chrome.bluetoothSocket and chrome.bluetoothLowEnergy 71 // chrome.bluetooth, chrome.bluetoothSocket and chrome.bluetoothLowEnergy
72 // APIs. 72 // APIs.
73 "channel": "stable", 73 "channel": "stable",
74 "extension_types": ["platform_app"], 74 "extension_types": ["platform_app"],
75 "platforms": ["chromeos", "win", "mac"] 75 "platforms": ["chromeos", "win", "mac"]
76 }, { 76 }, {
77 "channel": "stable", 77 "channel": "trunk",
Ken Rockot(use gerrit already) 2015/09/23 20:12:53 Is this really what you want to do?
jdeokule 2015/09/23 20:22:52 Yes, we would like these whitelisted before it hit
rkc 2015/09/23 20:26:42 Yep. Their team will need to use this with build j
Ken Rockot(use gerrit already) 2015/09/23 20:27:21 The old configuration whitelists the API on all ch
rkc 2015/09/23 20:32:34 Whoops, that is exactly the opposite of what I mea
78 "extension_types": ["platform_app"], 78 "extension_types": ["platform_app"],
79 "platforms": ["linux"], 79 "platforms": ["linux"],
80 "whitelist": [ 80 "whitelist": [
81 "9E287A8257E58EFB13E89C86A4B75A3AC4B058D8", // unit_tests browser_tests 81 "9E287A8257E58EFB13E89C86A4B75A3AC4B058D8", // unit_tests browser_tests
82 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/396117 82 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/396117
83 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/396117 83 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/396117
84 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/396117 84 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/396117
85 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/396117 85 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/396117
86 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 86 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
87 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 87 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "extension_types": ["platform_app"], 306 "extension_types": ["platform_app"],
307 "location": "component" 307 "location": "component"
308 } 308 }
309 ], 309 ],
310 "webview": { 310 "webview": {
311 "channel": "stable", 311 "channel": "stable",
312 "extension_types": ["platform_app"], 312 "extension_types": ["platform_app"],
313 "min_manifest_version": 2 313 "min_manifest_version": 2
314 } 314 }
315 } 315 }
OLDNEW
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_event_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698