summaryrefslogtreecommitdiffstats
path: root/content/browser/download/save_package.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* Refactor MHTMLGenerator to allow getting sending the data to a file descriptor.qsr@chromium.org2013-08-281-1/+1
* content: Remove usage of deprecated FilePath::FromWStringHack() function.tfarina@chromium.org2013-08-271-4/+2
* Fix uninitialized fields in constructors.etienneb@chromium.org2013-08-141-2/+2
* Fix potential uninitialized variable.etienneb@chromium.org2013-08-021-1/+1
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-181-1/+1
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-2/+2
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-4/+14
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Remove DownloadItem::Is*() in favor of DI::GetState()caio.de.oliveira.filho@intel.com2013-06-151-5/+5
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Get rid of DownloadItemImpl::UpdateProgress()caio.de.oliveira.filho@intel.com2013-05-151-6/+10
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-1/+1
* content: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-121-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+10
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-10/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+10
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Make the UI an observer of downloads.asanka@chromium.org2013-03-061-0/+28
* SavePackageFilePickerChromeOS should only force MHTML when saving HTML, not w...benjhayden@chromium.org2013-03-021-0/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-51/+55
* content: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-151-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-15/+16
* content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHEDphajdan.jr@chromium.org2013-01-241-10/+1
* Revert 178351cpu@chromium.org2013-01-231-1/+10
* content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHEDphajdan.jr@chromium.org2013-01-231-10/+1
* Fix crash with mismatched vector sizes.cevans@chromium.org2013-01-111-1/+3
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-1/+1
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-1/+0
* Duplicate file names for 'Save Page As' does not handle case-only differences...MHX348@motorola.com2012-11-151-2/+8
* Avoid interpreting initial navigation as a download if the download rdsmith@chromium.org2012-11-051-0/+2
* Move download code to the content namespace.jam@chromium.org2012-10-261-53/+44
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-3/+4
* Clean up last half of download flow, simplifying delegate interface, and movi...rdsmith@chromium.org2012-10-171-2/+6
* Protect against touching download item from "SavePackage" after observation h...rdsmith@chromium.org2012-09-241-9/+11
* Use the user's preferred downloads directory for creating the initial downloa...asanka@chromium.org2012-09-151-1/+2
* Make the SavePackage use of the fake download item cleaner around cancellation.rdsmith@chromium.org2012-09-121-13/+43
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-46/+15
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-15/+46
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-46/+15
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-15/+46
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-46/+15
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-15/+46
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-6/+5
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-5/+6
* Kill DownloadItem::IsOtr()benjhayden@chromium.org2012-08-141-1/+0
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-6/+5
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-5/+6