summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Remove DownloadService::OnManagerCreated; it's no longer used.rdsmith@chromium.org2012-11-122-25/+0
* browser: Move FindLastActiveWithProfile() into chrome namespace.tfarina@chromium.org2012-11-122-2/+2
* Various minor cleanups to the download system:rdsmith@chromium.org2012-11-082-14/+13
* Don't use web intents to handle downloaded office files on Chrome OS.tbarzic@chromium.org2012-11-082-54/+4
* Remove DownloadManager::Observer::ModelChangedbenjhayden@chromium.org2012-11-071-10/+3
* aura: Add flag to indicate if a drag session is started with touch or mouse.varunjain@chromium.org2012-11-061-1/+4
* Merge most instances of DownloadSaveInfo into DownloadUrlParams.rdsmith@chromium.org2012-11-061-23/+6
* Modify SaveFileManager::CancelSave to handle file finished case.rdsmith@chromium.org2012-11-051-3/+1
* Avoid interpreting initial navigation as a download if the download rdsmith@chromium.org2012-11-051-25/+65
* Remove TabContents from TabModalConfirmDialog.avi@chromium.org2012-11-021-1/+1
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-302-0/+3
* Adding mof files to the list of dangerous files for Windows. cdn@chromium.org2012-10-291-0/+1
* Handle the case where IAttachmentExecute::Save() deletes a downloaded file.asanka@chromium.org2012-10-292-0/+20
* [WebIntents, QuickOffice]groby@chromium.org2012-10-241-2/+13
* Revert 163405 - Re-enable SavePageBrowserTest.SaveHTMLOnlyTabDestroy.rdsmith@chromium.org2012-10-231-1/+3
* Non-functional change to simply have Downloads query Prefs for the charset wh...pauljensen@chromium.org2012-10-231-3/+7
* Re-enable SavePageBrowserTest.SaveHTMLOnlyTabDestroy.rdsmith@chromium.org2012-10-221-3/+1
* Have ExtensionInstallPrompt take a WebContentssail@chromium.org2012-10-212-18/+20
* Remove alias from ChromeRenderViewHostTestHarness.avi@chromium.org2012-10-192-15/+15
* Chrome in Windows 8 metro mode should display download complete notifications...ananta@chromium.org2012-10-181-0/+16
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-9/+18
* Remove TabContents from DownloadRequestLimiterTest.avi@chromium.org2012-10-182-18/+16
* Clean up last half of download flow, simplifying delegate interface, and movi...rdsmith@chromium.org2012-10-172-13/+4
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-17/+22
* Replace extension_switch_utils.h with feature_switch.h.aa@chromium.org2012-10-135-14/+12
* Don't use web intents for rss feeds.gbillock@chromium.org2012-10-122-6/+4
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-1/+1
* drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drivesatorux@chromium.org2012-10-125-15/+15
* Making ShowExtensionInstallDialog a callbacksail@chromium.org2012-10-121-2/+6
* drive: Rename chrome/browser/chromeos/gdata to chrome/browser/chromeos/drivesatorux@chromium.org2012-10-115-9/+9
* Mac Web Intents Part 11: Progress viewsail@chromium.org2012-10-112-40/+68
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-6/+7
* Shift EnsureNoPendingDownloads() implementation into tests.rdsmith@chromium.org2012-10-101-12/+8
* Don't show downloads from web intents picker in shelfsail@chromium.org2012-10-103-0/+65
* Add functionality to the Windows 8 notification display functionality to invo...ananta@chromium.org2012-10-101-3/+17
* OnDownloadStarted takes DownloadItem* instead of DownloadIdbenjhayden@chromium.org2012-10-091-2/+2
* Unskip these tests because they pass now.abarth@chromium.org2012-10-041-2/+1
* No need to kClear_Mode a layer right after its created, as that will automati...reed@google.com2012-10-041-8/+4
* WebKit merge 130314:130368yurys@chromium.org2012-10-041-1/+2
* Add desktop type context to most existing instances of FindTabbedBrowser.robertshield@chromium.org2012-10-041-1/+3
* Enable unit tests for fullscreen controller.scheib@chromium.org2012-10-023-32/+72
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-9/+2
* Fix SavePageAsMHTMLBrowserTestbenjhayden@chromium.org2012-09-282-10/+12
* Fix download item status string for downloads that are scheduled to be opened...asanka@chromium.org2012-09-273-187/+453
* Fix sorting downloads on chrome://downloads.benjhayden@chromium.org2012-09-261-1/+7
* chrome: Add TabModalConfirmDialog interface.tfarina@chromium.org2012-09-261-2/+2
* Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo...benjhayden@chromium.org2012-09-253-18/+31
* Rename HyperbolicDownloadItemNotifer -> AllDownloadItemNotifierbenjhayden@chromium.org2012-09-255-43/+43
* Remove .dmg from the list of dangerous file extensions for Mac OS X.palmer@chromium.org2012-09-251-3/+9
* Move cancelable_request.cc/h to chrome/browser/common.kaiwang@chromium.org2012-09-222-2/+2