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

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

Issue 10836127: Fix outdated documentation on blocking start and handling of synchronous requests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated to ToT 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 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after
1406 "chrome.browserAction.setBadgeText", 1406 "chrome.browserAction.setBadgeText",
1407 "chrome.browserAction.setIcon", 1407 "chrome.browserAction.setIcon",
1408 "chrome.i18n.getMessage", 1408 "chrome.i18n.getMessage",
1409 "chrome.runtime.getBackgroundPage", 1409 "chrome.runtime.getBackgroundPage",
1410 "chrome.runtime.onInstalled", 1410 "chrome.runtime.onInstalled",
1411 "chrome.tabs.create", 1411 "chrome.tabs.create",
1412 "chrome.tabs.get", 1412 "chrome.tabs.get",
1413 "chrome.tabs.update", 1413 "chrome.tabs.update",
1414 "chrome.webNavigation.onDOMContentLoaded" 1414 "chrome.webNavigation.onDOMContentLoaded"
1415 ], 1415 ],
1416 "crx_path": "examples/extensions/gmail.crx", 1416 "crx_path": null,
1417 "description": "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.", 1417 "description": "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.",
1418 "features": [ 1418 "features": [
1419 "alarms", 1419 "alarms",
1420 "background_page", 1420 "background_page",
1421 "browser_action", 1421 "browser_action",
1422 "options_page", 1422 "options_page",
1423 "tabs", 1423 "tabs",
1424 "webNavigation" 1424 "webNavigation"
1425 ], 1425 ],
1426 "icon": "icon_128.png", 1426 "icon": "icon_128.png",
(...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 "manifest.json", 2815 "manifest.json",
2816 "popup.html", 2816 "popup.html",
2817 "popup.js", 2817 "popup.js",
2818 "sample.css" 2818 "sample.css"
2819 ], 2819 ],
2820 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2820 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2821 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2821 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2822 } 2822 }
2823 ] 2823 ]
2824 } 2824 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/extensions/webRequest.html ('k') | chrome/common/extensions/docs/static/webRequest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698