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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 9617010: Move chrome.downloads out of experimental to dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 6281eb2182b16730dec0dc4fdab7736c7cf2c1ec..a6284af1d7b7948ae74ca870449d894d24ab9913 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -96,6 +96,15 @@
"chrome.devtools.panels.ExtensionSidebarPane.setPage": "devtools.panels.html#method-ExtensionSidebarPane-setPage",
"chrome.devtools.panels.create": "devtools.panels.html#method-create",
"chrome.devtools.panels.setOpenResourceHandler": "devtools.panels.html#method-setOpenResourceHandler",
+ "chrome.downloads.cancel": "downloads.html#method-cancel",
+ "chrome.downloads.download": "downloads.html#method-download",
+ "chrome.downloads.getFileIcon": "downloads.html#method-getFileIcon",
+ "chrome.downloads.onChanged": "downloads.html#event-onChanged",
+ "chrome.downloads.onCreated": "downloads.html#event-onCreated",
+ "chrome.downloads.onErased": "downloads.html#event-onErased",
+ "chrome.downloads.pause": "downloads.html#method-pause",
+ "chrome.downloads.resume": "downloads.html#method-resume",
+ "chrome.downloads.search": "downloads.html#method-search",
"chrome.events.Event.addListener": "events.html#method-Event-addListener",
"chrome.events.Event.addRules": "events.html#method-Event-addRules",
"chrome.events.Event.getRules": "events.html#method-Event-getRules",
@@ -133,7 +142,6 @@
"chrome.experimental.discovery.removeSuggestion": "experimental.discovery.html#method-removeSuggestion",
"chrome.experimental.discovery.suggest": "experimental.discovery.html#method-suggest",
"chrome.experimental.dns.resolve": "experimental.dns.html#method-resolve",
- "chrome.experimental.downloads.download": "experimental.downloads.html#method-download",
"chrome.experimental.fontSettings.clearDefaultCharacterSet": "experimental.fontSettings.html#method-clearDefaultCharacterSet",
"chrome.experimental.fontSettings.clearDefaultFixedFontSize": "experimental.fontSettings.html#method-clearDefaultFixedFontSize",
"chrome.experimental.fontSettings.clearDefaultFontSize": "experimental.fontSettings.html#method-clearDefaultFontSize",
@@ -247,6 +255,8 @@
"chrome.extension.setUpdateUrlData": "extension.html#method-setUpdateUrlData",
"chrome.fileBrowserHandler.onExecute": "fileBrowserHandler.html#event-onExecute",
"chrome.fileBrowserHandler.selectFile": "fileBrowserHandler.html#method-selectFile",
+ "chrome.fileSystem.getDisplayPath": "fileSystem.html#method-getDisplayPath",
+ "chrome.fileSystem.getWritableFileEntry": "fileSystem.html#method-getWritableFileEntry",
"chrome.history.addUrl": "history.html#method-addUrl",
"chrome.history.deleteAll": "history.html#method-deleteAll",
"chrome.history.deleteRange": "history.html#method-deleteRange",
@@ -1066,7 +1076,7 @@
},
{
"api_calls": [
- "chrome.experimental.downloads.download",
+ "chrome.downloads.download",
"chrome.tabs.executeScript",
"chrome.tabs.query",
"chrome.windows.get",
@@ -1088,14 +1098,14 @@
"http://",
"https://"
],
- "search_string": "DOWNLOAD SELECTED LINKS SELECT LINKS ON A PAGE AND DOWNLOAD THEM. BROWSER_ACTION EXPERIMENTAL TABS CHROME.EXPERIMENTAL.DOWNLOADS.DOWNLOAD CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.WINDOWS.GET CHROME.WINDOWS.GETCURRENT",
+ "search_string": "DOWNLOAD SELECTED LINKS SELECT LINKS ON A PAGE AND DOWNLOAD THEM. BROWSER_ACTION EXPERIMENTAL TABS CHROME.DOWNLOADS.DOWNLOAD CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.WINDOWS.GET CHROME.WINDOWS.GETCURRENT",
"source_files": [
"manifest.json",
"popup.html",
"popup.js",
"send_links.js"
],
- "source_hash": "9e80e668e1605243ca746022842e5d33b7d467ba",
+ "source_hash": "5d2781d8cb399f87803a944c33098f399db176b8",
"zip_path": "examples/api/downloads/download_links.zip"
},
{
@@ -2141,10 +2151,9 @@
"manifest.json",
"page_cycler.css",
"page_cycler.html",
- "page_cycler.js",
- "ui_page_cycler.js"
+ "page_cycler.js"
],
- "source_hash": "959ddab802b06128d041e2aa4d2437f005e81c4d",
+ "source_hash": "504348bff562ac22fafc405d58870f0acd61f004",
"zip_path": "examples/api/record/page_cycler.zip"
},
{
@@ -2804,4 +2813,4 @@
"zip_path": "examples/api/extension/isAllowedAccess.zip"
}
]
-}
+}

Powered by Google App Engine
This is Rietveld 408576698