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

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: 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 2056 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 "name": "Process Monitor", 2067 "name": "Process Monitor",
2068 "packaged_app": false, 2068 "packaged_app": false,
2069 "path": "examples\/api\/processes\/process_monitor\/", 2069 "path": "examples\/api\/processes\/process_monitor\/",
2070 "protocols": [], 2070 "protocols": [],
2071 "search_string": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESO URCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL TABS", 2071 "search_string": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESO URCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL TABS",
2072 "source_files": [ 2072 "source_files": [
2073 "manifest.json", 2073 "manifest.json",
2074 "popup.html", 2074 "popup.html",
2075 "popup.js" 2075 "popup.js"
2076 ], 2076 ],
2077 "source_hash": "0d3542c6bdc5b79f9c261ff69b701f43540cb657", 2077 "source_hash": "836649610c153beeb89244bdedcbf96c574b2b99",
2078 "zip_path": "examples\/api\/processes\/process_monitor.zip" 2078 "zip_path": "examples\/api\/processes\/process_monitor.zip"
2079 }, 2079 },
2080 { 2080 {
2081 "api_calls": [ 2081 "api_calls": [
2082 "chrome.browserAction.setBadgeBackgroundColor", 2082 "chrome.browserAction.setBadgeBackgroundColor",
2083 "chrome.browserAction.setBadgeText", 2083 "chrome.browserAction.setBadgeText",
2084 "chrome.browserAction.setTitle", 2084 "chrome.browserAction.setTitle",
2085 "chrome.extension.isAllowedIncognitoAccess", 2085 "chrome.extension.isAllowedIncognitoAccess",
2086 "chrome.i18n.getMessage", 2086 "chrome.i18n.getMessage",
2087 "chrome.proxy.onProxyError" 2087 "chrome.proxy.onProxyError"
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2659 "manifest.json", 2659 "manifest.json",
2660 "popup.html", 2660 "popup.html",
2661 "popup.js", 2661 "popup.js",
2662 "sample.css" 2662 "sample.css"
2663 ], 2663 ],
2664 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2664 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2665 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2665 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2666 } 2666 }
2667 ] 2667 ]
2668 } 2668 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698