summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-231-1/+1
* Move ByteStream to content/browserzork@chromium.org2013-03-2111-1148/+8
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-184-8/+8
* Fix a crashing call to GURL::spec() in downloads_api.cc:DownloadItemToJSON()benjhayden@chromium.org2013-03-162-6/+8
* Partially integrate filename determination with resumption.rdsmith@chromium.org2013-03-167-133/+737
* Removed RemoveDownloadItems.rdsmith@chromium.org2013-03-152-34/+18
* Reland r187230: Implement the Stream registry in contentzork@chromium.org2013-03-131-0/+3
* Revert 187230zork@chromium.org2013-03-111-3/+0
* Implement the Stream registry in contentzork@chromium.org2013-03-111-0/+3
* Make the UI an observer of downloads.asanka@chromium.org2013-03-0610-137/+99
* SavePackageFilePickerChromeOS should only force MHTML when saving HTML, not w...benjhayden@chromium.org2013-03-021-0/+4
* Make downloads interrupted by crashes show up correctly after reboot.rdsmith@chromium.org2013-02-281-5/+5
* Remove the race between error and success pathways on error.rdsmith@chromium.org2013-02-251-9/+14
* Move test_web_contents.* from content\browser\web_contents to content\test, s...jam@chromium.org2013-02-251-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-2422-24/+24
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-51/+55
* Replace all FilePath with base::FilePath in content.brettw@chromium.org2013-02-161-1/+1
* content: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-152-2/+2
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-125-8/+8
* 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-0742-354/+375
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-1/+1
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-1/+1
* chrome: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2013-02-041-1/+1
* Persist download interrupt reason, both target and current paths, url_chain, ...rdsmith@chromium.org2013-02-036-29/+63
* Add FilePath to base namespace.brettw@chromium.org2013-02-027-27/+47
* Sync csd.proto with server-side version.mattm@chromium.org2013-02-012-2/+4
* download: Remove DownloadManager::MockDownloadOpenForTestinghashimoto@chromium.org2013-01-302-11/+2
* Don't allow '\0' characters in FilePath.aedla@chromium.org2013-01-281-1/+1
* download: Delegate file removal check to DownloadManagerDelegatehashimoto@chromium.org2013-01-252-29/+16
* content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHEDphajdan.jr@chromium.org2013-01-243-10/+10
* Revert 178351cpu@chromium.org2013-01-233-10/+10
* content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHEDphajdan.jr@chromium.org2013-01-233-10/+10
* Synchronize sending of RST between server and client to avoid dropping bytes.rdsmith@chromium.org2013-01-225-38/+64
* Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDe...hashimoto@chromium.org2013-01-217-26/+33
* Add has_user_gesture to netlog.rdsmith@chromium.org2013-01-181-0/+1
* Merge DownloadItem::SafetyState and DownloadDangerTyperdsmith@chromium.org2013-01-178-68/+22
* Android: Fix compile errors in content_browsertestsnileshagrawal@chromium.org2013-01-151-0/+1
* Revert IsPartialDownload definition so that shutdown doesn't try rdsmith@chromium.org2013-01-151-5/+12
* Make content::PowerSaveBlocker publichashimoto@chromium.org2013-01-155-9/+9
* Re-enable DownloadContentTest.ResumeInterruptedDownload on platforms other th...nick@chromium.org2013-01-151-2/+6
* Disable DownloadContentTest.ResumeInterruptedDownload on account of its appar...nick@chromium.org2013-01-141-1/+3
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-1219-143/+812
* Fix crash with mismatched vector sizes.cevans@chromium.org2013-01-111-1/+3
* Tweak comments and put in tests for not ignoring safe browsing results.rdsmith@chromium.org2013-01-082-2/+157
* Remove the DownloadItem::TogglePause() interface.rdsmith@chromium.org2013-01-074-14/+23
* Pull delegate check back into IsDownloadReadyForCompletion so that ifrdsmith@chromium.org2013-01-036-33/+25
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-031-3/+4
* Fix context menu actions for interrupted and in-progress downloadsasanka@chromium.org2012-12-272-38/+145
* Minor cleanup: make a method pure virtualmichaeln@chromium.org2012-12-204-0/+18