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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 10807087: Bluetooth API: add discovering changed events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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 { 1 {
2 "api": { 2 "api": {
3 "chrome.alarms.clear": "alarms.html#method-clear", 3 "chrome.alarms.clear": "alarms.html#method-clear",
4 "chrome.alarms.clearAll": "alarms.html#method-clearAll", 4 "chrome.alarms.clearAll": "alarms.html#method-clearAll",
5 "chrome.alarms.create": "alarms.html#method-create", 5 "chrome.alarms.create": "alarms.html#method-create",
6 "chrome.alarms.get": "alarms.html#method-get", 6 "chrome.alarms.get": "alarms.html#method-get",
7 "chrome.alarms.getAll": "alarms.html#method-getAll", 7 "chrome.alarms.getAll": "alarms.html#method-getAll",
8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm", 8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
9 "chrome.app.window.create": "app.window.html#method-create", 9 "chrome.app.window.create": "app.window.html#method-create",
10 "chrome.app.window.focus": "app.window.html#method-focus", 10 "chrome.app.window.focus": "app.window.html#method-focus",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "chrome.experimental.app.onLaunched": "experimental.app.html#event-onLaunche d", 123 "chrome.experimental.app.onLaunched": "experimental.app.html#event-onLaunche d",
124 "chrome.experimental.bluetooth.connect": "experimental.bluetooth.html#method -connect", 124 "chrome.experimental.bluetooth.connect": "experimental.bluetooth.html#method -connect",
125 "chrome.experimental.bluetooth.disconnect": "experimental.bluetooth.html#met hod-disconnect", 125 "chrome.experimental.bluetooth.disconnect": "experimental.bluetooth.html#met hod-disconnect",
126 "chrome.experimental.bluetooth.getAddress": "experimental.bluetooth.html#met hod-getAddress", 126 "chrome.experimental.bluetooth.getAddress": "experimental.bluetooth.html#met hod-getAddress",
127 "chrome.experimental.bluetooth.getDevices": "experimental.bluetooth.html#met hod-getDevices", 127 "chrome.experimental.bluetooth.getDevices": "experimental.bluetooth.html#met hod-getDevices",
128 "chrome.experimental.bluetooth.getLocalOutOfBandPairingData": "experimental. bluetooth.html#method-getLocalOutOfBandPairingData", 128 "chrome.experimental.bluetooth.getLocalOutOfBandPairingData": "experimental. bluetooth.html#method-getLocalOutOfBandPairingData",
129 "chrome.experimental.bluetooth.getServices": "experimental.bluetooth.html#me thod-getServices", 129 "chrome.experimental.bluetooth.getServices": "experimental.bluetooth.html#me thod-getServices",
130 "chrome.experimental.bluetooth.isAvailable": "experimental.bluetooth.html#me thod-isAvailable", 130 "chrome.experimental.bluetooth.isAvailable": "experimental.bluetooth.html#me thod-isAvailable",
131 "chrome.experimental.bluetooth.isPowered": "experimental.bluetooth.html#meth od-isPowered", 131 "chrome.experimental.bluetooth.isPowered": "experimental.bluetooth.html#meth od-isPowered",
132 "chrome.experimental.bluetooth.onAvailabilityChanged": "experimental.bluetoo th.html#event-onAvailabilityChanged", 132 "chrome.experimental.bluetooth.onAvailabilityChanged": "experimental.bluetoo th.html#event-onAvailabilityChanged",
133 "chrome.experimental.bluetooth.onDiscoveringChanged": "experimental.bluetoot h.html#event-onDiscoveringChanged",
133 "chrome.experimental.bluetooth.onPowerChanged": "experimental.bluetooth.html #event-onPowerChanged", 134 "chrome.experimental.bluetooth.onPowerChanged": "experimental.bluetooth.html #event-onPowerChanged",
134 "chrome.experimental.bluetooth.read": "experimental.bluetooth.html#method-re ad", 135 "chrome.experimental.bluetooth.read": "experimental.bluetooth.html#method-re ad",
135 "chrome.experimental.bluetooth.setOutOfBandPairingData": "experimental.bluet ooth.html#method-setOutOfBandPairingData", 136 "chrome.experimental.bluetooth.setOutOfBandPairingData": "experimental.bluet ooth.html#method-setOutOfBandPairingData",
136 "chrome.experimental.bluetooth.startDiscovery": "experimental.bluetooth.html #method-startDiscovery", 137 "chrome.experimental.bluetooth.startDiscovery": "experimental.bluetooth.html #method-startDiscovery",
137 "chrome.experimental.bluetooth.stopDiscovery": "experimental.bluetooth.html# method-stopDiscovery", 138 "chrome.experimental.bluetooth.stopDiscovery": "experimental.bluetooth.html# method-stopDiscovery",
138 "chrome.experimental.bluetooth.write": "experimental.bluetooth.html#method-w rite", 139 "chrome.experimental.bluetooth.write": "experimental.bluetooth.html#method-w rite",
139 "chrome.experimental.devtools.audits.AuditCategory.onAuditStarted": "experim ental.devtools.audits.html#event-AuditCategory-onAuditStarted", 140 "chrome.experimental.devtools.audits.AuditCategory.onAuditStarted": "experim ental.devtools.audits.html#event-AuditCategory-onAuditStarted",
140 "chrome.experimental.devtools.audits.AuditResultNode.addChild": "experimenta l.devtools.audits.html#method-AuditResultNode-addChild", 141 "chrome.experimental.devtools.audits.AuditResultNode.addChild": "experimenta l.devtools.audits.html#method-AuditResultNode-addChild",
141 "chrome.experimental.devtools.audits.AuditResults.addResult": "experimental. devtools.audits.html#method-AuditResults-addResult", 142 "chrome.experimental.devtools.audits.AuditResults.addResult": "experimental. devtools.audits.html#method-AuditResults-addResult",
142 "chrome.experimental.devtools.audits.AuditResults.createResult": "experiment al.devtools.audits.html#method-AuditResults-createResult", 143 "chrome.experimental.devtools.audits.AuditResults.createResult": "experiment al.devtools.audits.html#method-AuditResults-createResult",
(...skipping 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after
2813 "manifest.json", 2814 "manifest.json",
2814 "popup.html", 2815 "popup.html",
2815 "popup.js", 2816 "popup.js",
2816 "sample.css" 2817 "sample.css"
2817 ], 2818 ],
2818 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2819 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2819 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2820 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2820 } 2821 }
2821 ] 2822 ]
2822 } 2823 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698