- 038d58d [Downloads/History] Add tab-url and tab-referrer-url to DownloadRow by asanka · 9 years ago
- f6c4058 Convert //content/browser/download from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
- 6150c52 [Downloads] Retain a BlobDataHandle in DownloadUrlParameters. by asanka · 9 years ago
- 4350f6a [Downloads] Rework how hashes are calculated for download files. by asanka · 9 years ago
- eef62b0 [Downloads] Introduce GUIDs for downloads. by asanka · 9 years ago
- d9c162a Add an OriginFilterBuilder class for [white|black]listing origins. by msramek · 9 years ago
- 00b621f [Downloads] Always call DM::StartDownload() for explicit downloads. by asanka · 9 years ago
- 89261da Remove unused DownloadManager:RemoveDownloads(base::Time). by ttr314 · 9 years ago
- 921fabfa Adding support for std::unordered_map for content::IdType<...>. by lukasza · 9 years ago
- 81c2214f [Downloads] ByteStreamReader must be destroyed on its home thread. by asanka · 9 years ago
- 9a07ab33 Destroying URLDownloader on DownloadManager Shutdown by svaldez · 9 years ago
- 36b6aec9 Convert Pass()→std::move() in //content/browser by dcheng · 9 years ago
- b734894 Switch to standard integer types in content/browser/. by avi · 9 years ago
- 0af6896 [Download] Treat RESUMING_INTERNAL as IN_PROGRESS in DownloadItem. by asanka · 9 years ago
- 5a45da8d Revert of [Download] Treat RESUMING_INTERNAL as IN_PROGRESS in DownloadItem. (patchset #2 id:20001 of https://codereview.chromium.org/1544653002/ ) by noel · 9 years ago
- ad29c15 [Download] Treat RESUMING_INTERNAL as IN_PROGRESS in DownloadItem. by asanka · 9 years ago
- 6411415 [Downloads] Factor out request handling logic between DRH and UD. by asanka · 9 years ago
- 6901c90 Adding WebContent-free Download by svaldez · 9 years ago
- eaa4e86 Use If-Range instead of If-Match/If-Unmodified-Since for partial requests. by asanka · 10 years ago
- cb123da5 Cleanup/ Remove unused code from download_manager_impl.cc by limasdf · 10 years ago
- 6df48b2a Remove ScopedVector from ElementsUploadDataStream by olli.raula · 10 years ago
- 6e60c08 Guarantee that non-test instances of ResourceRequestInfoImpl are complete. by rdsmith · 10 years ago
- 81dc54b Support restricting browsing data removal for downloads by origin. by ttr314 · 10 years ago
- 151423e Remove prerender cookie store, part 4. by davidben · 10 years ago
- fbcdc27a favor DCHECK_CURRENTLY_ON for better logs in content/browser/[a-d]* by mostynb · 10 years ago
- 1b32ffb Get rid of net::DO_NOT_PROMPT_FOR_LOGIN by baranovich · 10 years ago
- 47be1d7 Cleanup: Remove some redundant container clear() calls. by thestig · 10 years ago
- d9a2874 [content/browser/download] Convert VLOGs to DVLOGs by anujk.sharma · 11 years ago
- c2282aa Standardize usage of virtual/override/final in content/browser/ by dcheng · 11 years ago
- cbc2b71 Turn UploadDataStream into an abstract class, and split the implentation by mmenke · 11 years ago
- 0673e93 Replacing the OVERRIDE with override and FINAL with final in content/browser/geolocation/[download|loader|quota] by mohan.reddy · 11 years ago
- 0e64856 Add mime type information to the download database by [email protected] · 11 years ago
- b32f9a1 Stop using net::FileStream synchronously in content/browser/donwload by [email protected] · 11 years ago
- d670bbd Allow the content browser client to specify a special cookie store to be by [email protected] · 11 years ago
- a8030a2 Revert 256579 "Allow the content browser client to specify a spe..." by [email protected] · 11 years ago
- a96f4c5 Allow the content browser client to specify a special cookie store to be by [email protected] · 11 years ago
- 1c63da0 Return error to chrome.downloads.removeFile by [email protected] · 11 years ago
- 7f391888 [Download] Return DownloadInterruptReason from OnStartedCallback by [email protected] · 11 years ago
- 8c2fee9 Don't set file_externally_removed_ if DeleteDownloadedFile failed. by [email protected] · 11 years ago
- e87e583 [Downloads] Update origin info after each response. by [email protected] · 11 years ago
- 72b8419d Fix DownloadManager crash when DownloadManagerDelegate isn't set by [email protected] · 11 years ago
- bb1c466 [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY by [email protected] · 12 years ago
- 4159e7f mac: Prepare for -Wunused-functions. by [email protected] · 12 years ago
- c55fabd Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..." by [email protected] · 12 years ago
- 9b37c05 [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY by [email protected] · 12 years ago
- 2ca01e5 [Net] Add a priority parameter to URLRequest's constructor by [email protected] · 12 years ago
- 6065748f Downloads: Avoid some redundant map lookups in DownloadMangerImpl. by [email protected] · 12 years ago
- 24eb517 1) Applies the new malware UI to binaries that change settings by [email protected] · 12 years ago
- 422a7d1 On browser close, the browser checks to see if there are any pending downloads. by [email protected] · 12 years ago
- 96c77a7 net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ctor by [email protected] · 12 years ago
- 492c009 [Downloads] Move client guid for AV scanning of downloaded files to chrome/ by [email protected] · 12 years ago
- 56cd594 [Downloads] Persist ETag and Last-Modified headers. by [email protected] · 12 years ago
- 11325a2 [Downloads] Some UMA for downloads resumption. by [email protected] · 12 years ago
- 95f861e Use a direct include of the message_loop header in content/, part 1. by [email protected] · 12 years ago
- 530047e Persist download ids across sessions by merging them with db_handles. by [email protected] · 12 years ago
- a60346f Move configuration of URLRequest referrer to content/browser/loader. by [email protected] · 12 years ago
- bdf5d6c [Downloads] Remove RDH from DownloadUrlParameters. by [email protected] · 12 years ago
- 803036e0 Remove DownloadItem::Is*() in favor of DI::GetState() by [email protected] · 12 years ago
- 10994d13 Use a direct include of strings headers in content/browser/, part 1. by [email protected] · 12 years ago
- 92f2146 Remove unused DownloadManager::CancelDownload() by [email protected] · 12 years ago
- fe75227 [Downloads] Allow acquiring dangerous download file. by [email protected] · 12 years ago
- eba4a4d BrowserContext should simply own DownloadManager by [email protected] · 12 years ago
- 7b3eeca4 [Downloads] Remove intermediate files when no longer necessary. by [email protected] · 12 years ago
- 89ec81f [Downloads] Add a RESUMING_INTERNAL state to DownloadItem. by [email protected] · 12 years ago
- dd32b127 content: Use base::MessageLoop. by [email protected] · 12 years ago
- 1679869 Fix showing the shelf for downloads started by extensions. by [email protected] · 12 years ago
- 99ecf6e Remove URL fragment from referrer HTTP header (to comply with rfc2616) when opening link using "Open Link in New Tab" option. by [email protected] · 12 years ago
- 8f29835 Regularize setting of the download id on download creation. by [email protected] · 12 years ago
- 40d11e0 Update sys_string_conversions includes in chrome_frame, content, net, and ui. by [email protected] · 12 years ago
- 381af49 Avoid calling OnDownloadCreated() on download resumption. by [email protected] · 12 years ago
- fb48765b Allow removal of interrupted downloads when removing a group of downloads. by [email protected] · 12 years ago
- f8e92b5d Move ByteStream to content/browser by [email protected] · 12 years ago
- 7d3cbc9 [Cleanup] Remove StringPrintf from global namespace by [email protected] · 12 years ago
- dd18a1f Fix a crashing call to GURL::spec() in downloads_api.cc:DownloadItemToJSON() by [email protected] · 12 years ago
- fc179dd1 Partially integrate filename determination with resumption. by [email protected] · 12 years ago
- 237af6d Removed RemoveDownloadItems. by [email protected] · 12 years ago
- b375601 Make the UI an observer of downloads. by [email protected] · 12 years ago
- 2dec8ec Use base namespace for FilePath in content/browser by [email protected] · 12 years ago
- c02087b51 chrome: Kill the base::Passed(foo.Pass()) meme. by [email protected] · 12 years ago
- 87677469 Persist download interrupt reason, both target and current paths, url_chain, and danger type. by [email protected] · 12 years ago
- 0baf592 download: Remove DownloadManager::MockDownloadOpenForTesting by [email protected] · 12 years ago
- 4c544cd download: Delegate file removal check to DownloadManagerDelegate by [email protected] · 12 years ago
- df58aa8 content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED by [email protected] · 12 years ago
- eb42324 Revert 178351 by [email protected] · 12 years ago
- 90fe5e9 content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED by [email protected] · 12 years ago
- ffc0c2d Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDelegate by [email protected] · 12 years ago
- cda7906 Merge DownloadItem::SafetyState and DownloadDangerType by [email protected] · 12 years ago
- 8d68a3e0 Initial CL for Downloads resumption. by [email protected] · 12 years ago
- 9829962 Pull delegate check back into IsDownloadReadyForCompletion so that if by [email protected] · 12 years ago
- c7e94670 content: Kill the base::Passed(foo.Pass()) meme. by [email protected] · 12 years ago
- f288ef0 net: Change argument of URLRequest::set_upload from UploadData to UploadDataStream by [email protected] · 12 years ago
- 678c036 Add content/browser/loader/ for resource loading related classes. by [email protected] · 12 years ago
- fd6ddb8 Remove DownloadManager::active_downloads_ by [email protected] · 13 years ago
- fdae8bf Stop using URLRequest::AppendBytesToUpload from src/content by [email protected] · 13 years ago
- 3d95e54 Make DownloadHistory observe manager, items by [email protected] · 13 years ago
- bde0e4f Various minor cleanups to the download system: by [email protected] · 13 years ago
- 73c4348 Remove DownloadManager::Observer::ModelChanged by [email protected] · 13 years ago
- 49d812e Merge most instances of DownloadSaveInfo into DownloadUrlParams. by [email protected] · 13 years ago
- 3a2b2b5c Minor cleanup in DownloadCreateInfo structure. by [email protected] · 13 years ago
- 3586962 Move download code to the content namespace. by [email protected] · 13 years ago