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

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

Issue 9309114: Allow "internal" APIs to be specified in extension API schemas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "chrome.experimental.browsingData.removeHistory": "experimental.browsingData .html#method-removeHistory", 61 "chrome.experimental.browsingData.removeHistory": "experimental.browsingData .html#method-removeHistory",
62 "chrome.experimental.browsingData.removeIndexedDB": "experimental.browsingDa ta.html#method-removeIndexedDB", 62 "chrome.experimental.browsingData.removeIndexedDB": "experimental.browsingDa ta.html#method-removeIndexedDB",
63 "chrome.experimental.browsingData.removeLocalStorage": "experimental.browsin gData.html#method-removeLocalStorage", 63 "chrome.experimental.browsingData.removeLocalStorage": "experimental.browsin gData.html#method-removeLocalStorage",
64 "chrome.experimental.browsingData.removePasswords": "experimental.browsingDa ta.html#method-removePasswords", 64 "chrome.experimental.browsingData.removePasswords": "experimental.browsingDa ta.html#method-removePasswords",
65 "chrome.experimental.browsingData.removePluginData": "experimental.browsingD ata.html#method-removePluginData", 65 "chrome.experimental.browsingData.removePluginData": "experimental.browsingD ata.html#method-removePluginData",
66 "chrome.experimental.browsingData.removeWebSQL": "experimental.browsingData. html#method-removeWebSQL", 66 "chrome.experimental.browsingData.removeWebSQL": "experimental.browsingData. html#method-removeWebSQL",
67 "chrome.experimental.devtools.audits.addCategory": "experimental.devtools.au dits.html#method-addCategory", 67 "chrome.experimental.devtools.audits.addCategory": "experimental.devtools.au dits.html#method-addCategory",
68 "chrome.experimental.devtools.console.addMessage": "experimental.devtools.co nsole.html#method-addMessage", 68 "chrome.experimental.devtools.console.addMessage": "experimental.devtools.co nsole.html#method-addMessage",
69 "chrome.experimental.devtools.console.getMessages": "experimental.devtools.c onsole.html#method-getMessages", 69 "chrome.experimental.devtools.console.getMessages": "experimental.devtools.c onsole.html#method-getMessages",
70 "chrome.experimental.devtools.console.onMessageAdded": "experimental.devtool s.console.html#event-onMessageAdded", 70 "chrome.experimental.devtools.console.onMessageAdded": "experimental.devtool s.console.html#event-onMessageAdded",
71 "chrome.experimental.extension.onInstalled": "experimental.extension.html#ev ent-onInstalled",
not at google - send to devlin 2012/02/13 04:47:10 These changes just came from re-running the docume
71 "chrome.experimental.infobars.show": "experimental.infobars.html#method-show ", 72 "chrome.experimental.infobars.show": "experimental.infobars.html#method-show ",
72 "chrome.experimental.speechInput.isRecording": "experimental.speechInput.htm l#method-isRecording", 73 "chrome.experimental.speechInput.isRecording": "experimental.speechInput.htm l#method-isRecording",
73 "chrome.experimental.speechInput.onError": "experimental.speechInput.html#ev ent-onError", 74 "chrome.experimental.speechInput.onError": "experimental.speechInput.html#ev ent-onError",
74 "chrome.experimental.speechInput.onResult": "experimental.speechInput.html#e vent-onResult", 75 "chrome.experimental.speechInput.onResult": "experimental.speechInput.html#e vent-onResult",
75 "chrome.experimental.speechInput.onSoundEnd": "experimental.speechInput.html #event-onSoundEnd", 76 "chrome.experimental.speechInput.onSoundEnd": "experimental.speechInput.html #event-onSoundEnd",
76 "chrome.experimental.speechInput.onSoundStart": "experimental.speechInput.ht ml#event-onSoundStart", 77 "chrome.experimental.speechInput.onSoundStart": "experimental.speechInput.ht ml#event-onSoundStart",
77 "chrome.experimental.speechInput.start": "experimental.speechInput.html#meth od-start", 78 "chrome.experimental.speechInput.start": "experimental.speechInput.html#meth od-start",
78 "chrome.experimental.speechInput.stop": "experimental.speechInput.html#metho d-stop", 79 "chrome.experimental.speechInput.stop": "experimental.speechInput.html#metho d-stop",
79 "chrome.extension.connect": "extension.html#method-connect", 80 "chrome.extension.connect": "extension.html#method-connect",
80 "chrome.extension.getBackgroundPage": "extension.html#method-getBackgroundPa ge", 81 "chrome.extension.getBackgroundPage": "extension.html#method-getBackgroundPa ge",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "packaged_app": false, 510 "packaged_app": false,
510 "path": "examples\/api\/browsingData\/basic\/", 511 "path": "examples\/api\/browsingData\/basic\/",
511 "protocols": [], 512 "protocols": [],
512 "search_string": "BROWSINGDATA API: BASICS A TRIVIAL USAGE EXAMPLE. BROWSE R_ACTION BROWSINGDATA EXPERIMENTAL POPUP CHROME.EXPERIMENTAL.BROWSINGDATA.REMOVE ", 513 "search_string": "BROWSINGDATA API: BASICS A TRIVIAL USAGE EXAMPLE. BROWSE R_ACTION BROWSINGDATA EXPERIMENTAL POPUP CHROME.EXPERIMENTAL.BROWSINGDATA.REMOVE ",
513 "source_files": [ 514 "source_files": [
514 "manifest.json", 515 "manifest.json",
515 "popup.css", 516 "popup.css",
516 "popup.html", 517 "popup.html",
517 "popup.js" 518 "popup.js"
518 ], 519 ],
519 "source_hash": "20928606eac79b96493a7eae6f71c5210bbddb09", 520 "source_hash": "be5c852d38ee7b7d21483b2d070a1bdebbf6b27c",
520 "zip_path": "examples\/api\/browsingData\/basic.zip" 521 "zip_path": "examples\/api\/browsingData\/basic.zip"
521 }, 522 },
522 { 523 {
523 "api_calls": [ 524 "api_calls": [
524 "chrome.webRequest.onBeforeRequest" 525 "chrome.webRequest.onBeforeRequest"
525 ], 526 ],
526 "crx_path": null, 527 "crx_path": null,
527 "description": "I can't has cheezburger!", 528 "description": "I can't has cheezburger!",
528 "features": [ 529 "features": [
529 "background_page", 530 "background_page",
(...skipping 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after
2417 "manifest.json", 2418 "manifest.json",
2418 "popup.html", 2419 "popup.html",
2419 "popup.js", 2420 "popup.js",
2420 "sample.css" 2421 "sample.css"
2421 ], 2422 ],
2422 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2423 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2423 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2424 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2424 } 2425 }
2425 ] 2426 ]
2426 } 2427 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | chrome/common/extensions/docs/static/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698