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

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.appWindow.create": "appWindow.html#method-create", 9 "chrome.appWindow.create": "appWindow.html#method-create",
10 "chrome.appWindow.focus": "appWindow.html#method-focus", 10 "chrome.appWindow.focus": "appWindow.html#method-focus",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "chrome.permissions.onAdded": "permissions.html#event-onAdded", 301 "chrome.permissions.onAdded": "permissions.html#event-onAdded",
302 "chrome.permissions.onRemoved": "permissions.html#event-onRemoved", 302 "chrome.permissions.onRemoved": "permissions.html#event-onRemoved",
303 "chrome.permissions.remove": "permissions.html#method-remove", 303 "chrome.permissions.remove": "permissions.html#method-remove",
304 "chrome.permissions.request": "permissions.html#method-request", 304 "chrome.permissions.request": "permissions.html#method-request",
305 "chrome.proxy.onProxyError": "proxy.html#event-onProxyError", 305 "chrome.proxy.onProxyError": "proxy.html#event-onProxyError",
306 "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage", 306 "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage",
307 "chrome.runtime.getManifest": "runtime.html#method-getManifest", 307 "chrome.runtime.getManifest": "runtime.html#method-getManifest",
308 "chrome.runtime.getURL": "runtime.html#method-getURL", 308 "chrome.runtime.getURL": "runtime.html#method-getURL",
309 "chrome.runtime.onInstalled": "runtime.html#event-onInstalled", 309 "chrome.runtime.onInstalled": "runtime.html#event-onInstalled",
310 "chrome.runtime.onSuspend": "runtime.html#event-onSuspend", 310 "chrome.runtime.onSuspend": "runtime.html#event-onSuspend",
311 "chrome.runtime.onSuspendCanceled": "runtime.html#event-onSuspendCanceled",
311 "chrome.scriptBadge.getAttention": "scriptBadge.html#method-getAttention", 312 "chrome.scriptBadge.getAttention": "scriptBadge.html#method-getAttention",
312 "chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup", 313 "chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup",
313 "chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked", 314 "chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked",
314 "chrome.scriptBadge.setPopup": "scriptBadge.html#method-setPopup", 315 "chrome.scriptBadge.setPopup": "scriptBadge.html#method-setPopup",
315 "chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear", 316 "chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear",
316 "chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get", 317 "chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get",
317 "chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea -getBytesInUse", 318 "chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea -getBytesInUse",
318 "chrome.storage.StorageArea.remove": "storage.html#method-StorageArea-remove ", 319 "chrome.storage.StorageArea.remove": "storage.html#method-StorageArea-remove ",
319 "chrome.storage.StorageArea.set": "storage.html#method-StorageArea-set", 320 "chrome.storage.StorageArea.set": "storage.html#method-StorageArea-set",
320 "chrome.storage.onChanged": "storage.html#event-onChanged", 321 "chrome.storage.onChanged": "storage.html#event-onChanged",
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 "manifest.json", 2785 "manifest.json",
2785 "popup.html", 2786 "popup.html",
2786 "popup.js", 2787 "popup.js",
2787 "sample.css" 2788 "sample.css"
2788 ], 2789 ],
2789 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2790 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2790 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2791 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2791 } 2792 }
2792 ] 2793 ]
2793 } 2794 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698