summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/downloads/downloads_api.h
Commit message (Expand)AuthorAgeFilesLines
* Return error to chrome.downloads.removeFilebenjhayden@chromium.org2014-01-171-6/+3
* [Download] Return DownloadInterruptReason from OnStartedCallbackasanka@chromium.org2014-01-141-6/+5
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-211-1/+1
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-281-15/+15
* Proper fix for a hanging bug in chrome.downloads.acceptDanger() on mac.benjhayden@chromium.org2013-10-081-0/+2
* Cleanup: Use std::string& instead of const char* in extension/apilimasdf@gmail.com2013-10-011-1/+1
* Fix a crash in downloads.acceptDanger()benjhayden@chromium.org2013-08-241-0/+7
* Warn when extensions suggest conflicting download filenamesbenjhayden@chromium.org2013-08-101-0/+16
* Remove the host permission check from downloads.download()benjhayden@chromium.org2013-08-071-1/+0
* chrome.downloads.setShelfEnabled(boolean)benjhayden@chromium.org2013-07-311-0/+30
* Require host permissions for downloads.download()benjhayden@chromium.org2013-07-311-0/+1
* Mark files downloaded by extensions.benjhayden@chromium.org2013-07-311-0/+20
* A few minor changes to the chrome.downloads extension APIbenjhayden@chromium.org2013-07-281-13/+61
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-1/+0
* Use a direct include of strings headers in chrome/browser/extensions/, part 1.avi@chromium.org2013-06-111-1/+1
* Make chrome.downloads.onDeterminingFilename take an enum indicating the actio...benjhayden@chromium.org2013-04-091-3/+7
* Implement chrome.downloads.onDeterminingFilename() to allow extensions to par...benjhayden@chromium.org2013-03-031-18/+46
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-1/+1
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-12/+13
* Implement chrome.downloads.acceptDanger()benjhayden@chromium.org2013-01-181-0/+1
* chrome.downloads.DownloadItem.exists indicates to extensions whether a downlo...benjhayden@chromium.org2013-01-141-2/+0
* Update references to the extension messaging APIs and lastError to point tokalman@chromium.org2013-01-081-1/+1
* Implement chrome.downloads.erase()benjhayden@chromium.org2012-12-141-1/+1
* Implement chrome.downloads.open()benjhayden@chromium.org2012-12-071-1/+1
* Removed some dead code from the extensions APIssergiyb@google.com2012-11-201-1/+0
* OnDownloadStarted takes DownloadItem* instead of DownloadIdbenjhayden@chromium.org2012-10-091-1/+1
* Rename HyperbolicDownloadItemNotifer -> AllDownloadItemNotifierbenjhayden@chromium.org2012-09-251-4/+4
* HyperbolicDownloadItemNotifier observes ALL the items!benjhayden@chromium.org2012-09-131-26/+14
* Relandbenjhayden@chromium.org2012-08-091-1/+2
* Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...rdsmith@chromium.org2012-08-061-2/+1
* DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVINGbenjhayden@chromium.org2012-08-031-1/+2
* DownloadManager::Observer::OnDownloadCreatedbenjhayden@chromium.org2012-07-261-1/+5
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-169/+35
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rewrite DownloadsApiTest in C++.benjhayden@chromium.org2012-06-291-3/+9
* Revert 144807 - Rewrite DownloadsApiTest in C++.dmichael@chromium.org2012-06-281-9/+3
* Rewrite DownloadsApiTest in C++.benjhayden@chromium.org2012-06-281-3/+9
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-0/+2
* Move chrome.downloads out of experimental to devbenjhayden@chromium.org2012-06-211-0/+383