summaryrefslogtreecommitdiffstats
path: root/content/browser/download
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't override application/octet-stream MIME type.asanka@chromium.org2013-07-231-0/+25
* Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of ...jam@chromium.org2013-07-231-5/+0
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-188-8/+8
* Adding a first prototype of guest mode.jwd@chromium.org2013-07-171-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-164-7/+7
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-154-5/+5
* 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-1221-295/+211
* Move PathExists to base namespace.brettw@chromium.org2013-07-117-53/+53
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-0918-18/+18
* Get rid of the SpeechRecognitionPreferences interface. It only had one method...jam@chromium.org2013-07-091-2/+0
* Move Copy* into the base namespace.brettw@chromium.org2013-07-092-2/+2
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-014-7/+7
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-288-10/+10
* Move configuration of URLRequest referrer to content/browser/loader.darin@chromium.org2013-06-251-5/+1
* [Downloads] Move UpdateObservers out of TransitionTo in DownloadItemImplasanka@chromium.org2013-06-253-29/+44
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-1/+1
* [Downloads] Make DownloadTestObserverTerminal condition on IsDoneasanka@chromium.org2013-06-211-4/+15
* [Downloads] Remove RDH from DownloadUrlParameters.asanka@chromium.org2013-06-211-1/+1
* 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-157-77/+47
* Make content use base namespace for Values.brettw@chromium.org2013-06-141-14/+13
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-132-13/+15
* Allow continuation after download is interrupted before initial rename.asanka@chromium.org2013-06-122-1/+74
* DownloadResourceHandler should consider more 2XX codes to be success.benjhayden@chromium.org2013-06-121-6/+8
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-113-3/+3
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-1117-19/+19
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-076-6/+6
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-1/+1
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-8/+0
* Use DownloadItem::IsDone to check for terminal downloads.asanka@chromium.org2013-06-063-14/+28
* Remove unused DownloadManager::CancelDownload()asanka@chromium.org2013-06-052-8/+0
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-2/+4
* [Downloads] Handle filename determination for resumed downloads.asanka@chromium.org2013-06-031-12/+13
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-025-19/+19