summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_manager_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Towards moving guest management to chrome: Introduce GuestViewManagerfsamuel@chromium.org2014-05-061-0/+2
* [Media] Add user gesture reporting for API calls to midi and media streams.gbillock@chromium.org2014-03-281-1/+2
* Safebrowsing download protection: include tab url chain & referrer.mattm@chromium.org2014-03-251-0/+2
* Web MIDI: make naming convention be consistenttoyoshim@chromium.org2014-02-041-3/+3
* Return error to chrome.downloads.removeFilebenjhayden@chromium.org2014-01-171-1/+1
* Dismiss EME infobar when WebMediaPlayer is destroyed.kkimlabs@chromium.org2014-01-081-0/+10
* Don't set file_externally_removed_ if DeleteDownloadedFile failed.benjhayden@chromium.org2013-12-171-1/+1
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-1/+1
* Cancel MIDI permission request infobar on MIDIAccess stop.kkimlabs@chromium.org2013-10-301-1/+7
* Fix uninitialized fields in constructors.etienneb@chromium.org2013-08-141-1/+2
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-101-2/+9
* [Downloads] Persist ETag and Last-Modified headers.asanka@chromium.org2013-08-081-0/+6
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-181-1/+1
* Adding a first prototype of guest mode.jwd@chromium.org2013-07-171-1/+1
* Web MIDI: add RequestMIDISysExPermission to BrowserContexttoyoshim@chromium.org2013-07-121-0/+5
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-38/+33
* Get rid of the SpeechRecognitionPreferences interface. It only had one method...jam@chromium.org2013-07-091-2/+0
* Remove DownloadItem::Is*() in favor of DI::GetState()caio.de.oliveira.filho@intel.com2013-06-151-24/+10
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Use DownloadItem::IsDone to check for terminal downloads.asanka@chromium.org2013-06-061-1/+1
* [Downloads] Allow acquiring dangerous download file.asanka@chromium.org2013-05-291-6/+4
* BrowserContext should simply own DownloadManagercaio.de.oliveira.filho@intel.com2013-05-291-5/+5
* Remove DownloadItem::GetUserVerifiedFilePath()asanka@chromium.org2013-05-221-1/+0
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-141-3/+2
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Fix showing the shelf for downloads started by extensions.benjhayden@chromium.org2013-04-231-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+3
* Clean up entries left by crashes in the DownloadDB.rdsmith@chromium.org2013-04-081-1/+1
* Regularize setting of the download id on download creation. rdsmith@chromium.org2013-03-281-6/+8
* Avoid calling OnDownloadCreated() on download resumption.rdsmith@chromium.org2013-03-281-3/+2
* Allow removal of interrupted downloads when removing a group of downloads.rdsmith@chromium.org2013-03-241-0/+46
* Move ByteStream to content/browserzork@chromium.org2013-03-211-1/+1
* Make the UI an observer of downloads.asanka@chromium.org2013-03-061-16/+2
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. pauljensen@chromium.org2013-02-081-3/+0
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-30/+30
* Persist download interrupt reason, both target and current paths, url_chain, ...rdsmith@chromium.org2013-02-031-5/+14
* Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDe...hashimoto@chromium.org2013-01-211-1/+0
* Merge DownloadItem::SafetyState and DownloadDangerTyperdsmith@chromium.org2013-01-171-3/+2
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-8/+8
* Remove the DownloadItem::TogglePause() interface.rdsmith@chromium.org2013-01-071-1/+0
* Make MaybeCompleteDownload private.rdsmith@chromium.org2012-11-301-5/+0
* Remove DownloadManager::active_downloads_benjhayden@chromium.org2012-11-271-16/+2
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-54/+33
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-2/+2
* Various minor cleanups to the download system:rdsmith@chromium.org2012-11-081-3/+2