summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-301-1/+1
* views: Move some random files from views/ to ui/views/.tfarina@chromium.org2011-11-301-1/+1
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-1/+3
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-2/+2
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-242-6/+6
* Touch constants and dead code removal.saintlou@chromium.org2011-11-232-19/+1
* Build & run unit tests on Aura (Rebase)stevenjb@chromium.org2011-11-231-3/+14
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Update download page to deal with new DANGEROUS_CONTENT state.asanka@chromium.org2011-11-221-3/+29
* Restructure URLRequestSlowDownloadJob to avoid races. rdsmith@chromium.org2011-11-221-5/+3
* Only check for downloads panel in SavePageBrowserTest if not auradavemoore@chromium.org2011-11-221-2/+2
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-2112-164/+170
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-215-24/+36
* Fixed SavePageBrowser test on Aura/Chromeosdavemoore@chromium.org2011-11-181-1/+1
* Fix DownloadTests and change cros/aura to use shelfdavemoore@chromium.org2011-11-182-6/+5
* Revert 110765 - Fix DownloadTests and change cros/aura to use shelfdavemoore@chromium.org2011-11-183-11/+7
* Fix DownloadTests and change cros/aura to use shelfdavemoore@chromium.org2011-11-183-7/+11
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+2
* Propagate the SafeBrowsing download protection verdict to the DownloadItem.noelutz@google.com2011-11-177-74/+84
* Created a DownloadManager interface, for use in unit tests..ahendrickson@chromium.org2011-11-174-12/+10
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-86/+76
* Mark DownloadTest.KnownSize flaky on Linux.joi@chromium.org2011-11-151-0/+4
* Standardize naming of SelectFileDialog implementation files.jamescook@chromium.org2011-11-152-2/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* This CL integrates the new SafeBrowsing download service classnoelutz@google.com2011-11-155-473/+99
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-154-21/+1
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-103-8/+5
* Added a test for searching downloads to avoid repeats of http://crbug.com/102...rdsmith@chromium.org2011-11-101-0/+132
* Move download extension api implementation to download/ dir.tfarina@chromium.org2011-11-043-0/+861
* Remove 'using' from browser_thread.h, and make things compile.joi@chromium.org2011-11-031-0/+2
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-1/+1
* Add unit tests for DownloadItem notification generation.benwells@chromium.org2011-11-031-0/+251
* Refactor loading out of ExtensionService.yoz@chromium.org2011-11-021-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0211-0/+22
* Use a DownloadRequestHandle pointer in construction to allow mocking for tests.rdsmith@chromium.org2011-11-011-5/+7
* Rearrange Should*Download delegate calls to be more useful and intuitive.rdsmith@chromium.org2011-11-012-10/+6
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-294-27/+50
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-288-17/+17
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-282-1/+32
* Revert 107528 - Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-272-32/+1
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-272-1/+32
* Delete code for and references to mini-gallery and theme install bubbles.yoz@chromium.org2011-10-271-6/+0
* Check if SaveAs dialog had multiple file type choices before saving the prefe...keishi@google.com2011-10-261-1/+3
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-251-12/+15
* Make all drag sources not depend on download_util.avi@chromium.org2011-10-252-40/+8
* Fix warning prompting on closing a window that will cancel downloads.rdsmith@chromium.org2011-10-245-404/+556
* DownloadBuffer is used in two different ways, only one of which is used acros...ahendrickson@chromium.org2011-10-211-9/+6
* Fix DownloadCancelled test to be more precise about verifying requests cleared.rdsmith@chromium.org2011-10-201-6/+10