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

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

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes Created 8 years, 9 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
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "chrome.tabs.onDetached": "tabs.html#event-onDetached", 179 "chrome.tabs.onDetached": "tabs.html#event-onDetached",
180 "chrome.tabs.onHighlighted": "tabs.html#event-onHighlighted", 180 "chrome.tabs.onHighlighted": "tabs.html#event-onHighlighted",
181 "chrome.tabs.onMoved": "tabs.html#event-onMoved", 181 "chrome.tabs.onMoved": "tabs.html#event-onMoved",
182 "chrome.tabs.onRemoved": "tabs.html#event-onRemoved", 182 "chrome.tabs.onRemoved": "tabs.html#event-onRemoved",
183 "chrome.tabs.onUpdated": "tabs.html#event-onUpdated", 183 "chrome.tabs.onUpdated": "tabs.html#event-onUpdated",
184 "chrome.tabs.query": "tabs.html#method-query", 184 "chrome.tabs.query": "tabs.html#method-query",
185 "chrome.tabs.reload": "tabs.html#method-reload", 185 "chrome.tabs.reload": "tabs.html#method-reload",
186 "chrome.tabs.remove": "tabs.html#method-remove", 186 "chrome.tabs.remove": "tabs.html#method-remove",
187 "chrome.tabs.sendRequest": "tabs.html#method-sendRequest", 187 "chrome.tabs.sendRequest": "tabs.html#method-sendRequest",
188 "chrome.tabs.update": "tabs.html#method-update", 188 "chrome.tabs.update": "tabs.html#method-update",
189 "chrome.topSites.get": "topSites.html#method-get",
189 "chrome.tts.getVoices": "tts.html#method-getVoices", 190 "chrome.tts.getVoices": "tts.html#method-getVoices",
190 "chrome.tts.isSpeaking": "tts.html#method-isSpeaking", 191 "chrome.tts.isSpeaking": "tts.html#method-isSpeaking",
191 "chrome.tts.speak": "tts.html#method-speak", 192 "chrome.tts.speak": "tts.html#method-speak",
192 "chrome.tts.stop": "tts.html#method-stop", 193 "chrome.tts.stop": "tts.html#method-stop",
193 "chrome.ttsEngine.onSpeak": "ttsEngine.html#event-onSpeak", 194 "chrome.ttsEngine.onSpeak": "ttsEngine.html#event-onSpeak",
194 "chrome.ttsEngine.onStop": "ttsEngine.html#event-onStop", 195 "chrome.ttsEngine.onStop": "ttsEngine.html#event-onStop",
195 "chrome.webNavigation.getAllFrames": "webNavigation.html#method-getAllFrames ", 196 "chrome.webNavigation.getAllFrames": "webNavigation.html#method-getAllFrames ",
196 "chrome.webNavigation.getFrame": "webNavigation.html#method-getFrame", 197 "chrome.webNavigation.getFrame": "webNavigation.html#method-getFrame",
197 "chrome.webNavigation.onBeforeNavigate": "webNavigation.html#event-onBeforeN avigate", 198 "chrome.webNavigation.onBeforeNavigate": "webNavigation.html#event-onBeforeN avigate",
198 "chrome.webNavigation.onCommitted": "webNavigation.html#event-onCommitted", 199 "chrome.webNavigation.onCommitted": "webNavigation.html#event-onCommitted",
(...skipping 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 "background.js", 1697 "background.js",
1697 "manifest.json", 1698 "manifest.json",
1698 "options.html", 1699 "options.html",
1699 "options.js", 1700 "options.js",
1700 "style.css" 1701 "style.css"
1701 ], 1702 ],
1702 "source_hash": "a4052b597b547934e7c84ae39627a5378cd2e397", 1703 "source_hash": "a4052b597b547934e7c84ae39627a5378cd2e397",
1703 "zip_path": "examples\/api\/notifications.zip" 1704 "zip_path": "examples\/api\/notifications.zip"
1704 }, 1705 },
1705 { 1706 {
1706 "api_calls": [], 1707 "api_calls": [
1708 "chrome.topSites.get"
1709 ],
1707 "crx_path": null, 1710 "crx_path": null,
1708 "description": "extension to prototype new NTP designs", 1711 "description": "extension to prototype new NTP designs",
1709 "features": [ 1712 "features": [
1710 "chrome_url_overrides", 1713 "chrome_url_overrides",
1711 "experimental" 1714 "topSites"
1712 ], 1715 ],
1713 "icon": null, 1716 "icon": null,
1714 "id": "2df34c9db20549bd52f2dec3d59d564853bdefac", 1717 "id": "2df34c9db20549bd52f2dec3d59d564853bdefac",
1715 "name": "NTP prototyping extension", 1718 "name": "NTP prototyping extension",
1716 "packaged_app": false, 1719 "packaged_app": false,
1717 "path": "examples\/api\/topsites\/magic8ball\/", 1720 "path": "examples\/api\/topsites\/magic8ball\/",
1718 "protocols": [ 1721 "protocols": [
1719 "chrome:\/\/",
1720 "chrome:\/\/" 1722 "chrome:\/\/"
1721 ], 1723 ],
1722 "search_string": "NTP PROTOTYPING EXTENSION EXTENSION TO PROTOTYPE NEW NTP DESIGNS CHROME_URL_OVERRIDES EXPERIMENTAL", 1724 "search_string": "NTP PROTOTYPING EXTENSION EXTENSION TO PROTOTYPE NEW NTP DESIGNS CHROME_URL_OVERRIDES TOPSITES CHROME.TOPSITES.GET",
1723 "source_files": [ 1725 "source_files": [
1724 "manifest.json", 1726 "manifest.json",
1725 "newTab.css", 1727 "newTab.css",
1726 "newTab.html", 1728 "newTab.html",
1727 "newTab.js" 1729 "newTab.js"
1728 ], 1730 ],
1729 "source_hash": "4d7cc6f66c8bee44ae3857b7dcb7bdae7c3e60f5", 1731 "source_hash": "e31b2a10f0fa1455d7bd14f5da5f157efff99ec7",
1730 "zip_path": "examples\/api\/topsites\/magic8ball.zip" 1732 "zip_path": "examples\/api\/topsites\/magic8ball.zip"
1731 }, 1733 },
1732 { 1734 {
1733 "api_calls": [ 1735 "api_calls": [
1734 "chrome.omnibox.onInputChanged", 1736 "chrome.omnibox.onInputChanged",
1735 "chrome.omnibox.onInputEntered" 1737 "chrome.omnibox.onInputEntered"
1736 ], 1738 ],
1737 "crx_path": null, 1739 "crx_path": null,
1738 "description": "To use, type 'omnix' plus a search term into the Omnibox." , 1740 "description": "To use, type 'omnix' plus a search term into the Omnibox." ,
1739 "features": [ 1741 "features": [
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
2520 "manifest.json", 2522 "manifest.json",
2521 "popup.html", 2523 "popup.html",
2522 "popup.js", 2524 "popup.js",
2523 "sample.css" 2525 "sample.css"
2524 ], 2526 ],
2525 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2527 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2526 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2528 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2527 } 2529 }
2528 ] 2530 ]
2529 } 2531 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698