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

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

Issue 8698003: Adding CSP to Speech Input API sample. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License. Created 9 years 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
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.export": "bookmarks.html#method-export", 4 "chrome.bookmarks.export": "bookmarks.html#method-export",
5 "chrome.bookmarks.get": "bookmarks.html#method-get", 5 "chrome.bookmarks.get": "bookmarks.html#method-get",
6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
10 "chrome.bookmarks.import": "bookmarks.html#method-import", 10 "chrome.bookmarks.import": "bookmarks.html#method-import",
(...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after
2155 ], 2155 ],
2156 "icon": null, 2156 "icon": null,
2157 "id": "a942b7626644674b7a56678930d054497b244ee7", 2157 "id": "a942b7626644674b7a56678930d054497b244ee7",
2158 "name": "Speech Recognizer", 2158 "name": "Speech Recognizer",
2159 "packaged_app": false, 2159 "packaged_app": false,
2160 "path": "examples\/api\/speechInput\/basic\/", 2160 "path": "examples\/api\/speechInput\/basic\/",
2161 "protocols": [], 2161 "protocols": [],
2162 "search_string": "SPEECH RECOGNIZER RECOGNIZES YOUR SPEECH AND TELLS YOU T HE MOST LIKELY RESULT. BACKGROUND_PAGE BROWSER_ACTION EXPERIMENTAL CHROME.BROWSE RACTION.ONCLICKED CHROME.BROWSERACTION.SETICON CHROME.EXPERIMENTAL.SPEECHINPUT.I SRECORDING CHROME.EXPERIMENTAL.SPEECHINPUT.ONERROR CHROME.EXPERIMENTAL.SPEECHINP UT.ONRESULT CHROME.EXPERIMENTAL.SPEECHINPUT.START CHROME.EXPERIMENTAL.SPEECHINPU T.STOP", 2162 "search_string": "SPEECH RECOGNIZER RECOGNIZES YOUR SPEECH AND TELLS YOU T HE MOST LIKELY RESULT. BACKGROUND_PAGE BROWSER_ACTION EXPERIMENTAL CHROME.BROWSE RACTION.ONCLICKED CHROME.BROWSERACTION.SETICON CHROME.EXPERIMENTAL.SPEECHINPUT.I SRECORDING CHROME.EXPERIMENTAL.SPEECHINPUT.ONERROR CHROME.EXPERIMENTAL.SPEECHINP UT.ONRESULT CHROME.EXPERIMENTAL.SPEECHINPUT.START CHROME.EXPERIMENTAL.SPEECHINPU T.STOP",
2163 "source_files": [ 2163 "source_files": [
2164 "background.html", 2164 "background.html",
2165 "background.js",
2165 "manifest.json" 2166 "manifest.json"
2166 ], 2167 ],
2167 "source_hash": "b092b58c922e769c003eb83e6ef4a63557ddc7f2", 2168 "source_hash": "a3e7e6d7c8fee17bd14a56b855d40bca0c10015d",
2168 "zip_path": "examples\/api\/speechInput\/basic.zip" 2169 "zip_path": "examples\/api\/speechInput\/basic.zip"
2169 }, 2170 },
2170 { 2171 {
2171 "api_calls": [ 2172 "api_calls": [
2172 "chrome.browserAction.onClicked", 2173 "chrome.browserAction.onClicked",
2173 "chrome.extension.getURL", 2174 "chrome.extension.getURL",
2174 "chrome.tabs.create", 2175 "chrome.tabs.create",
2175 "chrome.tabs.get", 2176 "chrome.tabs.get",
2176 "chrome.tabs.getAllInWindow", 2177 "chrome.tabs.getAllInWindow",
2177 "chrome.tabs.getSelected", 2178 "chrome.tabs.getSelected",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2469 "manifest.json", 2470 "manifest.json",
2470 "popup.html", 2471 "popup.html",
2471 "popup.js", 2472 "popup.js",
2472 "sample.css" 2473 "sample.css"
2473 ], 2474 ],
2474 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6", 2475 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6",
2475 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2476 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2476 } 2477 }
2477 ] 2478 ]
2478 } 2479 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698