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

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

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.alarms.clear": "alarms.html#method-clear", 3 "chrome.alarms.clear": "alarms.html#method-clear",
4 "chrome.alarms.clearAll": "alarms.html#method-clearAll", 4 "chrome.alarms.clearAll": "alarms.html#method-clearAll",
5 "chrome.alarms.create": "alarms.html#method-create", 5 "chrome.alarms.create": "alarms.html#method-create",
6 "chrome.alarms.get": "alarms.html#method-get", 6 "chrome.alarms.get": "alarms.html#method-get",
7 "chrome.alarms.getAll": "alarms.html#method-getAll", 7 "chrome.alarms.getAll": "alarms.html#method-getAll",
8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm", 8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
9 "chrome.appWindow.create": "appWindow.html#method-create", 9 "chrome.appWindow.create": "appWindow.html#method-create",
10 "chrome.appWindow.focus": "appWindow.html#method-focus", 10 "chrome.appWindow.focus": "appWindow.html#method-focus",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "chrome.extension.onConnectExternal": "extension.html#event-onConnectExterna l", 236 "chrome.extension.onConnectExternal": "extension.html#event-onConnectExterna l",
237 "chrome.extension.onMessage": "extension.html#event-onMessage", 237 "chrome.extension.onMessage": "extension.html#event-onMessage",
238 "chrome.extension.onMessageExternal": "extension.html#event-onMessageExterna l", 238 "chrome.extension.onMessageExternal": "extension.html#event-onMessageExterna l",
239 "chrome.extension.sendMessage": "extension.html#method-sendMessage", 239 "chrome.extension.sendMessage": "extension.html#method-sendMessage",
240 "chrome.extension.setUpdateUrlData": "extension.html#method-setUpdateUrlData ", 240 "chrome.extension.setUpdateUrlData": "extension.html#method-setUpdateUrlData ",
241 "chrome.fileBrowserHandler.onExecute": "fileBrowserHandler.html#event-onExec ute", 241 "chrome.fileBrowserHandler.onExecute": "fileBrowserHandler.html#event-onExec ute",
242 "chrome.fileBrowserHandler.selectFile": "fileBrowserHandler.html#method-sele ctFile", 242 "chrome.fileBrowserHandler.selectFile": "fileBrowserHandler.html#method-sele ctFile",
243 "chrome.fileSystem.chooseFile": "fileSystem.html#method-chooseFile", 243 "chrome.fileSystem.chooseFile": "fileSystem.html#method-chooseFile",
244 "chrome.fileSystem.getDisplayPath": "fileSystem.html#method-getDisplayPath", 244 "chrome.fileSystem.getDisplayPath": "fileSystem.html#method-getDisplayPath",
245 "chrome.fileSystem.getWritableFileEntry": "fileSystem.html#method-getWritabl eFileEntry", 245 "chrome.fileSystem.getWritableFileEntry": "fileSystem.html#method-getWritabl eFileEntry",
246 "chrome.fileSystem.isWritableFileEntry": "fileSystem.html#method-isWritableF ileEntry",
246 "chrome.history.addUrl": "history.html#method-addUrl", 247 "chrome.history.addUrl": "history.html#method-addUrl",
247 "chrome.history.deleteAll": "history.html#method-deleteAll", 248 "chrome.history.deleteAll": "history.html#method-deleteAll",
248 "chrome.history.deleteRange": "history.html#method-deleteRange", 249 "chrome.history.deleteRange": "history.html#method-deleteRange",
249 "chrome.history.deleteUrl": "history.html#method-deleteUrl", 250 "chrome.history.deleteUrl": "history.html#method-deleteUrl",
250 "chrome.history.getVisits": "history.html#method-getVisits", 251 "chrome.history.getVisits": "history.html#method-getVisits",
251 "chrome.history.onVisitRemoved": "history.html#event-onVisitRemoved", 252 "chrome.history.onVisitRemoved": "history.html#event-onVisitRemoved",
252 "chrome.history.onVisited": "history.html#event-onVisited", 253 "chrome.history.onVisited": "history.html#event-onVisited",
253 "chrome.history.search": "history.html#method-search", 254 "chrome.history.search": "history.html#method-search",
254 "chrome.i18n.getAcceptLanguages": "i18n.html#method-getAcceptLanguages", 255 "chrome.i18n.getAcceptLanguages": "i18n.html#method-getAcceptLanguages",
255 "chrome.i18n.getMessage": "i18n.html#method-getMessage", 256 "chrome.i18n.getMessage": "i18n.html#method-getMessage",
(...skipping 2528 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 "manifest.json", 2785 "manifest.json",
2785 "popup.html", 2786 "popup.html",
2786 "popup.js", 2787 "popup.js",
2787 "sample.css" 2788 "sample.css"
2788 ], 2789 ],
2789 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2790 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2790 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2791 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2791 } 2792 }
2792 ] 2793 ]
2793 } 2794 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698