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

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

Issue 10804020: Introduce runtime.onSuspendCanceled() event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments Created 8 years, 5 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "chrome.permissions.onAdded": "permissions.html#event-onAdded", 303 "chrome.permissions.onAdded": "permissions.html#event-onAdded",
304 "chrome.permissions.onRemoved": "permissions.html#event-onRemoved", 304 "chrome.permissions.onRemoved": "permissions.html#event-onRemoved",
305 "chrome.permissions.remove": "permissions.html#method-remove", 305 "chrome.permissions.remove": "permissions.html#method-remove",
306 "chrome.permissions.request": "permissions.html#method-request", 306 "chrome.permissions.request": "permissions.html#method-request",
307 "chrome.proxy.onProxyError": "proxy.html#event-onProxyError", 307 "chrome.proxy.onProxyError": "proxy.html#event-onProxyError",
308 "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage", 308 "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage",
309 "chrome.runtime.getManifest": "runtime.html#method-getManifest", 309 "chrome.runtime.getManifest": "runtime.html#method-getManifest",
310 "chrome.runtime.getURL": "runtime.html#method-getURL", 310 "chrome.runtime.getURL": "runtime.html#method-getURL",
311 "chrome.runtime.onInstalled": "runtime.html#event-onInstalled", 311 "chrome.runtime.onInstalled": "runtime.html#event-onInstalled",
312 "chrome.runtime.onSuspend": "runtime.html#event-onSuspend", 312 "chrome.runtime.onSuspend": "runtime.html#event-onSuspend",
313 "chrome.runtime.onSuspendCanceled": "runtime.html#event-onSuspendCanceled",
313 "chrome.scriptBadge.getAttention": "scriptBadge.html#method-getAttention", 314 "chrome.scriptBadge.getAttention": "scriptBadge.html#method-getAttention",
314 "chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup", 315 "chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup",
315 "chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked", 316 "chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked",
316 "chrome.scriptBadge.setPopup": "scriptBadge.html#method-setPopup", 317 "chrome.scriptBadge.setPopup": "scriptBadge.html#method-setPopup",
317 "chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear", 318 "chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear",
318 "chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get", 319 "chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get",
319 "chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea -getBytesInUse", 320 "chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea -getBytesInUse",
320 "chrome.storage.StorageArea.remove": "storage.html#method-StorageArea-remove ", 321 "chrome.storage.StorageArea.remove": "storage.html#method-StorageArea-remove ",
321 "chrome.storage.StorageArea.set": "storage.html#method-StorageArea-set", 322 "chrome.storage.StorageArea.set": "storage.html#method-StorageArea-set",
322 "chrome.storage.onChanged": "storage.html#event-onChanged", 323 "chrome.storage.onChanged": "storage.html#event-onChanged",
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2786 "manifest.json", 2787 "manifest.json",
2787 "popup.html", 2788 "popup.html",
2788 "popup.js", 2789 "popup.js",
2789 "sample.css" 2790 "sample.css"
2790 ], 2791 ],
2791 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2792 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2792 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2793 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2793 } 2794 }
2794 ] 2795 ]
2795 } 2796 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/extensions/runtime.html ('k') | chrome/common/extensions/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698