summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Merge 245174 "A misplaced break statement is screwing up Downloa..."felt@chromium.org2014-01-211-1/+1
* Merge 244774 "Add UMA metric for all malicious download warnings"felt@chromium.org2014-01-213-0/+21
* [Downloads] Update origin info after each response.asanka@chromium.org2013-12-136-6/+81
* Get rid of includes to ui_export.h outside of ui/base/.tfarina@chromium.org2013-12-081-1/+0
* Move TestRenderFrameHost, TestRenderViewHost and TestBackingStore to content\...jam@chromium.org2013-12-051-1/+1
* Fix DownloadManager crash when DownloadManagerDelegate isn't setli.yin@intel.com2013-12-051-1/+1
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-042-2/+2
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-035-11/+11
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-035-5/+5
* Move temp file functions to base namespace.brettw@chromium.org2013-12-034-8/+6
* [Downloads] Don't store or use validators unless they are strong.asanka@chromium.org2013-11-261-6/+9
* Fix leaks in DragDownloadFile tests.earthdok@chromium.org2013-11-251-8/+5
* LOG(INFO) -> VLOG(0) in content/scottmg@chromium.org2013-11-231-1/+1
* [Downloads] Cleanup DownloadResourceHandlerasanka@chromium.org2013-11-226-86/+62
* Make ResourceHandler::OnResponseCompleted take a defer output parameter.davidben@chromium.org2013-11-184-11/+12
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-141-1/+1
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-7/+0
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."scherkus@chromium.org2013-11-041-1/+1
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-041-1/+1
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-1/+2
* We want to know which dangerous file types are causing the DANGEROUS_FILE war...felt@chromium.org2013-10-313-7/+168
* Cancel MIDI permission request infobar on MIDIAccess stop.kkimlabs@chromium.org2013-10-301-1/+7
* Downloads: Avoid some redundant map lookups in DownloadMangerImpl.thestig@chromium.org2013-10-291-8/+7
* 1) Applies the new malware UI to binaries that change settingsfelt@chromium.org2013-10-271-1/+3
* On browser close, the browser checks to see if there are any pending downloads.felt@chromium.org2013-10-212-0/+15
* Clean up ResourceHandler API.creis@chromium.org2013-10-154-28/+31
* Revert 227318 "Clean up ResourceHandler API."creis@chromium.org2013-10-084-31/+28
* Clean up ResourceHandler API.creis@chromium.org2013-10-074-28/+31
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-5/+0
* Make ResourceHandlers stateless with respect to child/routing/request IDs.creis@chromium.org2013-09-252-16/+12
* net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...hashimoto@chromium.org2013-09-241-1/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-303-7/+6
* Refactor MHTMLGenerator to allow getting sending the data to a file descriptor.qsr@chromium.org2013-08-285-39/+71
* content: Remove usage of deprecated FilePath::FromWStringHack() function.tfarina@chromium.org2013-08-271-4/+2
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-1/+1
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-204-9/+9
* Fix uninitialized fields in constructors.etienneb@chromium.org2013-08-144-4/+7
* Correctly update cookie policy URL for downloads.jochen@chromium.org2013-08-143-1/+43
* Content changes for GetURL refactor.nasko@chromium.org2013-08-131-1/+1
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-1011-3/+57
* [Download] Deprecate WRITE_SIZE_COUNT and WRITE_LOOP_COUNT UMA enums.asanka@chromium.org2013-08-092-7/+8
* [Downloads] Persist ETag and Last-Modified headers.asanka@chromium.org2013-08-086-0/+24
* MHTMLGenerationManager handles the death of a render process.qsr@chromium.org2013-08-062-2/+41
* Fix potential uninitialized variable.etienneb@chromium.org2013-08-021-1/+1
* Make ByteStream independent from DownloadInterruptReasontyoshino@chromium.org2013-08-022-2/+3
* [Downloads] Some UMA for downloads resumption.asanka@chromium.org2013-07-307-8/+34
* A few minor changes to the chrome.downloads extension APIbenjhayden@chromium.org2013-07-282-0/+15
* Warn users about potentially unwanted downloads.asanka@chromium.org2013-07-242-1/+3
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+1