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

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

Issue 7258007: Move the tts and ttsEngine APIs out of experimental, and give (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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.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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "chrome.experimental.sidebar.collapse": "experimental.sidebar.html#method-co llapse", 56 "chrome.experimental.sidebar.collapse": "experimental.sidebar.html#method-co llapse",
57 "chrome.experimental.sidebar.expand": "experimental.sidebar.html#method-expa nd", 57 "chrome.experimental.sidebar.expand": "experimental.sidebar.html#method-expa nd",
58 "chrome.experimental.sidebar.getState": "experimental.sidebar.html#method-ge tState", 58 "chrome.experimental.sidebar.getState": "experimental.sidebar.html#method-ge tState",
59 "chrome.experimental.sidebar.hide": "experimental.sidebar.html#method-hide", 59 "chrome.experimental.sidebar.hide": "experimental.sidebar.html#method-hide",
60 "chrome.experimental.sidebar.navigate": "experimental.sidebar.html#method-na vigate", 60 "chrome.experimental.sidebar.navigate": "experimental.sidebar.html#method-na vigate",
61 "chrome.experimental.sidebar.onStateChanged": "experimental.sidebar.html#eve nt-onStateChanged", 61 "chrome.experimental.sidebar.onStateChanged": "experimental.sidebar.html#eve nt-onStateChanged",
62 "chrome.experimental.sidebar.setBadgeText": "experimental.sidebar.html#metho d-setBadgeText", 62 "chrome.experimental.sidebar.setBadgeText": "experimental.sidebar.html#metho d-setBadgeText",
63 "chrome.experimental.sidebar.setIcon": "experimental.sidebar.html#method-set Icon", 63 "chrome.experimental.sidebar.setIcon": "experimental.sidebar.html#method-set Icon",
64 "chrome.experimental.sidebar.setTitle": "experimental.sidebar.html#method-se tTitle", 64 "chrome.experimental.sidebar.setTitle": "experimental.sidebar.html#method-se tTitle",
65 "chrome.experimental.sidebar.show": "experimental.sidebar.html#method-show", 65 "chrome.experimental.sidebar.show": "experimental.sidebar.html#method-show",
66 "chrome.experimental.tts.getVoices": "experimental.tts.html#method-getVoices ",
67 "chrome.experimental.tts.isSpeaking": "experimental.tts.html#method-isSpeaki ng",
68 "chrome.experimental.tts.speak": "experimental.tts.html#method-speak",
69 "chrome.experimental.tts.stop": "experimental.tts.html#method-stop",
70 "chrome.experimental.ttsEngine.onEvent": "experimental.ttsEngine.html#event- onEvent",
71 "chrome.experimental.ttsEngine.onSpeak": "experimental.ttsEngine.html#event- onSpeak",
72 "chrome.experimental.ttsEngine.onStop": "experimental.ttsEngine.html#event-o nStop",
73 "chrome.experimental.ttsEngine.sendTtsEvent": "experimental.ttsEngine.html#m ethod-sendTtsEvent",
74 "chrome.experimental.webNavigation.onBeforeNavigate": "experimental.webNavig ation.html#event-onBeforeNavigate", 66 "chrome.experimental.webNavigation.onBeforeNavigate": "experimental.webNavig ation.html#event-onBeforeNavigate",
75 "chrome.experimental.webNavigation.onBeforeRetarget": "experimental.webNavig ation.html#event-onBeforeRetarget", 67 "chrome.experimental.webNavigation.onBeforeRetarget": "experimental.webNavig ation.html#event-onBeforeRetarget",
76 "chrome.experimental.webNavigation.onCommitted": "experimental.webNavigation .html#event-onCommitted", 68 "chrome.experimental.webNavigation.onCommitted": "experimental.webNavigation .html#event-onCommitted",
77 "chrome.experimental.webNavigation.onCompleted": "experimental.webNavigation .html#event-onCompleted", 69 "chrome.experimental.webNavigation.onCompleted": "experimental.webNavigation .html#event-onCompleted",
78 "chrome.experimental.webNavigation.onDOMContentLoaded": "experimental.webNav igation.html#event-onDOMContentLoaded", 70 "chrome.experimental.webNavigation.onDOMContentLoaded": "experimental.webNav igation.html#event-onDOMContentLoaded",
79 "chrome.experimental.webNavigation.onErrorOccurred": "experimental.webNaviga tion.html#event-onErrorOccurred", 71 "chrome.experimental.webNavigation.onErrorOccurred": "experimental.webNaviga tion.html#event-onErrorOccurred",
80 "chrome.experimental.webRequest.addEventListener": "experimental.webRequest. html#method-addEventListener", 72 "chrome.experimental.webRequest.addEventListener": "experimental.webRequest. html#method-addEventListener",
81 "chrome.experimental.webRequest.eventHandled": "experimental.webRequest.html #method-eventHandled", 73 "chrome.experimental.webRequest.eventHandled": "experimental.webRequest.html #method-eventHandled",
82 "chrome.experimental.webRequest.onBeforeRedirect": "experimental.webRequest. html#event-onBeforeRedirect", 74 "chrome.experimental.webRequest.onBeforeRedirect": "experimental.webRequest. html#event-onBeforeRedirect",
83 "chrome.experimental.webRequest.onBeforeRequest": "experimental.webRequest.h tml#event-onBeforeRequest", 75 "chrome.experimental.webRequest.onBeforeRequest": "experimental.webRequest.h tml#event-onBeforeRequest",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "chrome.tabs.onAttached": "tabs.html#event-onAttached", 141 "chrome.tabs.onAttached": "tabs.html#event-onAttached",
150 "chrome.tabs.onCreated": "tabs.html#event-onCreated", 142 "chrome.tabs.onCreated": "tabs.html#event-onCreated",
151 "chrome.tabs.onDetached": "tabs.html#event-onDetached", 143 "chrome.tabs.onDetached": "tabs.html#event-onDetached",
152 "chrome.tabs.onMoved": "tabs.html#event-onMoved", 144 "chrome.tabs.onMoved": "tabs.html#event-onMoved",
153 "chrome.tabs.onRemoved": "tabs.html#event-onRemoved", 145 "chrome.tabs.onRemoved": "tabs.html#event-onRemoved",
154 "chrome.tabs.onSelectionChanged": "tabs.html#event-onSelectionChanged", 146 "chrome.tabs.onSelectionChanged": "tabs.html#event-onSelectionChanged",
155 "chrome.tabs.onUpdated": "tabs.html#event-onUpdated", 147 "chrome.tabs.onUpdated": "tabs.html#event-onUpdated",
156 "chrome.tabs.remove": "tabs.html#method-remove", 148 "chrome.tabs.remove": "tabs.html#method-remove",
157 "chrome.tabs.sendRequest": "tabs.html#method-sendRequest", 149 "chrome.tabs.sendRequest": "tabs.html#method-sendRequest",
158 "chrome.tabs.update": "tabs.html#method-update", 150 "chrome.tabs.update": "tabs.html#method-update",
151 "chrome.tts.getVoices": "tts.html#method-getVoices",
152 "chrome.tts.isSpeaking": "tts.html#method-isSpeaking",
153 "chrome.tts.onEvent": "tts.html#event-onEvent",
154 "chrome.tts.speak": "tts.html#method-speak",
155 "chrome.tts.stop": "tts.html#method-stop",
156 "chrome.ttsEngine.onSpeak": "ttsEngine.html#event-onSpeak",
157 "chrome.ttsEngine.onStop": "ttsEngine.html#event-onStop",
158 "chrome.ttsEngine.sendTtsEvent": "ttsEngine.html#method-sendTtsEvent",
159 "chrome.windows.create": "windows.html#method-create", 159 "chrome.windows.create": "windows.html#method-create",
160 "chrome.windows.get": "windows.html#method-get", 160 "chrome.windows.get": "windows.html#method-get",
161 "chrome.windows.getAll": "windows.html#method-getAll", 161 "chrome.windows.getAll": "windows.html#method-getAll",
162 "chrome.windows.getCurrent": "windows.html#method-getCurrent", 162 "chrome.windows.getCurrent": "windows.html#method-getCurrent",
163 "chrome.windows.getLastFocused": "windows.html#method-getLastFocused", 163 "chrome.windows.getLastFocused": "windows.html#method-getLastFocused",
164 "chrome.windows.onCreated": "windows.html#event-onCreated", 164 "chrome.windows.onCreated": "windows.html#event-onCreated",
165 "chrome.windows.onFocusChanged": "windows.html#event-onFocusChanged", 165 "chrome.windows.onFocusChanged": "windows.html#event-onFocusChanged",
166 "chrome.windows.onRemoved": "windows.html#event-onRemoved", 166 "chrome.windows.onRemoved": "windows.html#event-onRemoved",
167 "chrome.windows.remove": "windows.html#method-remove", 167 "chrome.windows.remove": "windows.html#method-remove",
168 "chrome.windows.update": "windows.html#method-update" 168 "chrome.windows.update": "windows.html#method-update"
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "protocols": [], 560 "protocols": [],
561 "search_string": "CLD DISPLAYS THE LANGUAGE OF A TAB BACKGROUND_PAGE BROWS ER_ACTION TABS CHROME.BROWSERACTION.SETBADGETEXT CHROME.TABS.DETECTLANGUAGE CHRO ME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.ONSELECTIONCHANGED CHROME.TABS.O NUPDATED", 561 "search_string": "CLD DISPLAYS THE LANGUAGE OF A TAB BACKGROUND_PAGE BROWS ER_ACTION TABS CHROME.BROWSERACTION.SETBADGETEXT CHROME.TABS.DETECTLANGUAGE CHRO ME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.ONSELECTIONCHANGED CHROME.TABS.O NUPDATED",
562 "source_files": [ 562 "source_files": [
563 "background.html", 563 "background.html",
564 "manifest.json" 564 "manifest.json"
565 ], 565 ],
566 "source_hash": "913694d89e0b081f1ea5ad6f07b60b0141e82394", 566 "source_hash": "913694d89e0b081f1ea5ad6f07b60b0141e82394",
567 "zip_path": "examples\/api\/i18n\/cld.zip" 567 "zip_path": "examples\/api\/i18n\/cld.zip"
568 }, 568 },
569 { 569 {
570 "api_calls": [ 570 "api_calls": [],
571 "chrome.extension.onRequest",
572 "chrome.extension.sendRequest"
573 ],
574 "description": "Demonstrates making cross domain requests from a content s cript by putting Twitter trends on Google News.", 571 "description": "Demonstrates making cross domain requests from a content s cript by putting Twitter trends on Google News.",
575 "features": [], 572 "features": [],
576 "icon": "sample-128.png", 573 "icon": "sample-128.png",
577 "id": "6871d09f4a96bf9d4b6cc724d00e909cee0f3902", 574 "id": "6871d09f4a96bf9d4b6cc724d00e909cee0f3902",
578 "name": "Content Script Cross-Domain XMLHttpRequest Example", 575 "name": "Content Script Cross-Domain XMLHttpRequest Example",
579 "path": "examples\/howto\/contentscript_xhr\/", 576 "path": "examples\/howto\/contentscript_xhr\/",
580 "protocols": [ 577 "protocols": [
581 "https:\/\/" 578 "https:\/\/"
582 ], 579 ],
583 "search_string": "CONTENT SCRIPT CROSS-DOMAIN XMLHTTPREQUEST EXAMPLE DEMON STRATES MAKING CROSS DOMAIN REQUESTS FROM A CONTENT SCRIPT BY PUTTING TWITTER TR ENDS ON GOOGLE NEWS. CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SENDREQUEST", 580 "search_string": "CONTENT SCRIPT CROSS-DOMAIN XMLHTTPREQUEST EXAMPLE DEMON STRATES MAKING CROSS DOMAIN REQUESTS FROM A CONTENT SCRIPT BY PUTTING TWITTER TR ENDS ON GOOGLE NEWS.",
584 "source_files": [ 581 "source_files": [
585 "background.html",
586 "contentscript.js", 582 "contentscript.js",
587 "manifest.json" 583 "manifest.json"
588 ], 584 ],
589 "source_hash": "afb208775dc8842def6ade41a83957ccffa7be1c", 585 "source_hash": "749314ae399dfc5f6759358b384bc55997fed455",
590 "zip_path": "examples\/howto\/contentscript_xhr.zip" 586 "zip_path": "examples\/howto\/contentscript_xhr.zip"
591 }, 587 },
592 { 588 {
593 "api_calls": [ 589 "api_calls": [
594 "chrome.tabs.get", 590 "chrome.tabs.get",
595 "chrome.tabs.getSelected" 591 "chrome.tabs.getSelected"
596 ], 592 ],
597 "description": "Shows the content settings for the current site.", 593 "description": "Shows the content settings for the current site.",
598 "features": [ 594 "features": [
599 "browser_action", 595 "browser_action",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 "http:\/\/", 804 "http:\/\/",
809 "https:\/\/" 805 "https:\/\/"
810 ], 806 ],
811 "search_string": "FIREPHP FOR CHROME EXTENDS THE DEVELOPER TOOLS, ADDING S UPPORT FOR PARSING FIREPHP MESSAGES FROM SERVER BACKGROUND_PAGE DEVTOOLS_PAGE EX PERIMENTAL TABS CHROME.EXPERIMENTAL.DEVTOOLS.RESOURCES.GETHAR CHROME.EXPERIMENTA L.DEVTOOLS.RESOURCES.ONFINISHED CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SEND REQUEST CHROME.TABS.EXECUTESCRIPT", 807 "search_string": "FIREPHP FOR CHROME EXTENDS THE DEVELOPER TOOLS, ADDING S UPPORT FOR PARSING FIREPHP MESSAGES FROM SERVER BACKGROUND_PAGE DEVTOOLS_PAGE EX PERIMENTAL TABS CHROME.EXPERIMENTAL.DEVTOOLS.RESOURCES.GETHAR CHROME.EXPERIMENTA L.DEVTOOLS.RESOURCES.ONFINISHED CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SEND REQUEST CHROME.TABS.EXECUTESCRIPT",
812 "source_files": [ 808 "source_files": [
813 "background.html", 809 "background.html",
814 "devtools.html", 810 "devtools.html",
815 "devtools.js", 811 "devtools.js",
816 "manifest.json" 812 "manifest.json"
817 ], 813 ],
818 "source_hash": "46b426df9ae054648e56756d19e15094f63a0776", 814 "source_hash": "fa560de6c20aa58332872918a330b4df00ab55cd",
819 "zip_path": "examples\/api\/devtools\/resources\/chrome-firephp.zip" 815 "zip_path": "examples\/api\/devtools\/resources\/chrome-firephp.zip"
820 }, 816 },
821 { 817 {
822 "api_calls": [ 818 "api_calls": [
823 "chrome.browserAction.onClicked", 819 "chrome.browserAction.onClicked",
824 "chrome.browserAction.setBadgeBackgroundColor", 820 "chrome.browserAction.setBadgeBackgroundColor",
825 "chrome.browserAction.setBadgeText", 821 "chrome.browserAction.setBadgeText",
826 "chrome.browserAction.setIcon", 822 "chrome.browserAction.setIcon",
827 "chrome.browserAction.setTitle", 823 "chrome.browserAction.setTitle",
828 "chrome.extension.getBackgroundPage", 824 "chrome.extension.getBackgroundPage",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 ], 1114 ],
1119 "search_string": "IMAGEINFO GET IMAGE INFO FOR IMAGES, INCLUDING EXIF DATA BACKGROUND_PAGE CONTEXTMENUS TABS CHROME.CONTEXTMENUS.CREATE CHROME.TABS.GET CH ROME.TABS.GETCURRENT CHROME.WINDOWS.CREATE CHROME.WINDOWS.UPDATE", 1115 "search_string": "IMAGEINFO GET IMAGE INFO FOR IMAGES, INCLUDING EXIF DATA BACKGROUND_PAGE CONTEXTMENUS TABS CHROME.CONTEXTMENUS.CREATE CHROME.TABS.GET CH ROME.TABS.GETCURRENT CHROME.WINDOWS.CREATE CHROME.WINDOWS.UPDATE",
1120 "source_files": [ 1116 "source_files": [
1121 "background.html", 1117 "background.html",
1122 "imageinfo\/binaryajax.js", 1118 "imageinfo\/binaryajax.js",
1123 "imageinfo\/exif.js", 1119 "imageinfo\/exif.js",
1124 "imageinfo\/imageinfo.js", 1120 "imageinfo\/imageinfo.js",
1125 "info.html", 1121 "info.html",
1126 "manifest.json" 1122 "manifest.json"
1127 ], 1123 ],
1128 "source_hash": "c746d9114348f4b414c1ec05e988e2807feb963a", 1124 "source_hash": "672f49ed8edbe0829c7ba5a1d890b4440b157991",
1129 "zip_path": "examples\/extensions\/imageinfo.zip" 1125 "zip_path": "examples\/extensions\/imageinfo.zip"
1130 }, 1126 },
1131 { 1127 {
1132 "api_calls": [ 1128 "api_calls": [
1133 "chrome.extension.onRequest", 1129 "chrome.extension.onRequest",
1134 "chrome.extension.sendRequest", 1130 "chrome.extension.sendRequest",
1135 "chrome.tabs.get", 1131 "chrome.tabs.get",
1136 "chrome.tabs.getSelected", 1132 "chrome.tabs.getSelected",
1137 "chrome.tabs.update" 1133 "chrome.tabs.update"
1138 ], 1134 ],
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 "source_files": [ 1875 "source_files": [
1880 "manifest.json", 1876 "manifest.json",
1881 "popup.html", 1877 "popup.html",
1882 "sample.css" 1878 "sample.css"
1883 ], 1879 ],
1884 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1880 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1885 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1881 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1886 } 1882 }
1887 ] 1883 ]
1888 } 1884 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/experimental.tts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698