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

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

Issue 10810074: Updates to documentation for experimental.apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
« no previous file with comments | « chrome/common/extensions/docs/extensions/samples.html ('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 { 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "chrome.downloads.pause": "downloads.html#method-pause", 113 "chrome.downloads.pause": "downloads.html#method-pause",
114 "chrome.downloads.resume": "downloads.html#method-resume", 114 "chrome.downloads.resume": "downloads.html#method-resume",
115 "chrome.downloads.search": "downloads.html#method-search", 115 "chrome.downloads.search": "downloads.html#method-search",
116 "chrome.events.Event.addListener": "events.html#method-Event-addListener", 116 "chrome.events.Event.addListener": "events.html#method-Event-addListener",
117 "chrome.events.Event.addRules": "events.html#method-Event-addRules", 117 "chrome.events.Event.addRules": "events.html#method-Event-addRules",
118 "chrome.events.Event.getRules": "events.html#method-Event-getRules", 118 "chrome.events.Event.getRules": "events.html#method-Event-getRules",
119 "chrome.events.Event.hasListener": "events.html#method-Event-hasListener", 119 "chrome.events.Event.hasListener": "events.html#method-Event-hasListener",
120 "chrome.events.Event.hasListeners": "events.html#method-Event-hasListeners", 120 "chrome.events.Event.hasListeners": "events.html#method-Event-hasListeners",
121 "chrome.events.Event.removeListener": "events.html#method-Event-removeListen er", 121 "chrome.events.Event.removeListener": "events.html#method-Event-removeListen er",
122 "chrome.events.Event.removeRules": "events.html#method-Event-removeRules", 122 "chrome.events.Event.removeRules": "events.html#method-Event-removeRules",
123 "chrome.experimental.app.clearAllNotifications": "experimental.app.html#meth od-clearAllNotifications", 123 "chrome.experimental.app.onLaunched": "experimental.app.html#event-onLaunche d",
124 "chrome.experimental.app.notify": "experimental.app.html#method-notify",
125 "chrome.experimental.bluetooth.connect": "experimental.bluetooth.html#method -connect", 124 "chrome.experimental.bluetooth.connect": "experimental.bluetooth.html#method -connect",
126 "chrome.experimental.bluetooth.disconnect": "experimental.bluetooth.html#met hod-disconnect", 125 "chrome.experimental.bluetooth.disconnect": "experimental.bluetooth.html#met hod-disconnect",
127 "chrome.experimental.bluetooth.getAddress": "experimental.bluetooth.html#met hod-getAddress", 126 "chrome.experimental.bluetooth.getAddress": "experimental.bluetooth.html#met hod-getAddress",
128 "chrome.experimental.bluetooth.getDevices": "experimental.bluetooth.html#met hod-getDevices", 127 "chrome.experimental.bluetooth.getDevices": "experimental.bluetooth.html#met hod-getDevices",
129 "chrome.experimental.bluetooth.getLocalOutOfBandPairingData": "experimental. bluetooth.html#method-getLocalOutOfBandPairingData", 128 "chrome.experimental.bluetooth.getLocalOutOfBandPairingData": "experimental. bluetooth.html#method-getLocalOutOfBandPairingData",
130 "chrome.experimental.bluetooth.getServices": "experimental.bluetooth.html#me thod-getServices", 129 "chrome.experimental.bluetooth.getServices": "experimental.bluetooth.html#me thod-getServices",
131 "chrome.experimental.bluetooth.isAvailable": "experimental.bluetooth.html#me thod-isAvailable", 130 "chrome.experimental.bluetooth.isAvailable": "experimental.bluetooth.html#me thod-isAvailable",
132 "chrome.experimental.bluetooth.isPowered": "experimental.bluetooth.html#meth od-isPowered", 131 "chrome.experimental.bluetooth.isPowered": "experimental.bluetooth.html#meth od-isPowered",
133 "chrome.experimental.bluetooth.onAvailabilityChanged": "experimental.bluetoo th.html#event-onAvailabilityChanged", 132 "chrome.experimental.bluetooth.onAvailabilityChanged": "experimental.bluetoo th.html#event-onAvailabilityChanged",
134 "chrome.experimental.bluetooth.onPowerChanged": "experimental.bluetooth.html #event-onPowerChanged", 133 "chrome.experimental.bluetooth.onPowerChanged": "experimental.bluetooth.html #event-onPowerChanged",
(...skipping 2680 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 "manifest.json", 2814 "manifest.json",
2816 "popup.html", 2815 "popup.html",
2817 "popup.js", 2816 "popup.js",
2818 "sample.css" 2817 "sample.css"
2819 ], 2818 ],
2820 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2819 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2821 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2820 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2822 } 2821 }
2823 ] 2822 ]
2824 } 2823 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/extensions/samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698