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

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

Issue 10175008: Improving the process model extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved to async extension functions and generated docs. Created 8 years, 8 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.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.get": "bookmarks.html#method-get", 4 "chrome.bookmarks.get": "bookmarks.html#method-get",
5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.move": "bookmarks.html#method-move", 9 "chrome.bookmarks.move": "bookmarks.html#method-move",
10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged", 10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged",
(...skipping 2059 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 "name": "Process Monitor", 2070 "name": "Process Monitor",
2071 "packaged_app": false, 2071 "packaged_app": false,
2072 "path": "examples\/api\/processes\/process_monitor\/", 2072 "path": "examples\/api\/processes\/process_monitor\/",
2073 "protocols": [], 2073 "protocols": [],
2074 "search_string": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESO URCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL TABS", 2074 "search_string": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESO URCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL TABS",
2075 "source_files": [ 2075 "source_files": [
2076 "manifest.json", 2076 "manifest.json",
2077 "popup.html", 2077 "popup.html",
2078 "popup.js" 2078 "popup.js"
2079 ], 2079 ],
2080 "source_hash": "0d3542c6bdc5b79f9c261ff69b701f43540cb657", 2080 "source_hash": "836649610c153beeb89244bdedcbf96c574b2b99",
2081 "zip_path": "examples\/api\/processes\/process_monitor.zip" 2081 "zip_path": "examples\/api\/processes\/process_monitor.zip"
2082 }, 2082 },
2083 { 2083 {
2084 "api_calls": [ 2084 "api_calls": [
2085 "chrome.browserAction.setBadgeBackgroundColor", 2085 "chrome.browserAction.setBadgeBackgroundColor",
2086 "chrome.browserAction.setBadgeText", 2086 "chrome.browserAction.setBadgeText",
2087 "chrome.browserAction.setTitle", 2087 "chrome.browserAction.setTitle",
2088 "chrome.extension.isAllowedIncognitoAccess", 2088 "chrome.extension.isAllowedIncognitoAccess",
2089 "chrome.i18n.getMessage", 2089 "chrome.i18n.getMessage",
2090 "chrome.proxy.onProxyError" 2090 "chrome.proxy.onProxyError"
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2666 "manifest.json", 2666 "manifest.json",
2667 "popup.html", 2667 "popup.html",
2668 "popup.js", 2668 "popup.js",
2669 "sample.css" 2669 "sample.css"
2670 ], 2670 ],
2671 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2671 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2672 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2672 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2673 } 2673 }
2674 ] 2674 ]
2675 } 2675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698