summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Remove iOS ifdefs in src/chrome.jam2016-02-245-23/+12
* net: move IsLocalhost() function into url_util.htfarina2016-02-232-2/+0
* Replace DidGetUserGesture with DidGetUserInteraction in the download request ...dominickn2016-02-233-16/+45
* [Downloads] Do not store error responses during resumption.asanka2016-02-202-100/+99
* [Downloads] Always call DM::StartDownload() for explicit downloads.asanka2016-02-193-285/+193
* Make the download request limiter listen to content settings changes.dominickn2016-02-152-10/+133
* Permissions: remove user gesture handling in Permission Bubble.mlamouri2016-02-102-10/+0
* Remove HostDesktopType from Browser::CreateParamsscottmg2016-02-094-9/+5
* Fix crash in DownloadResourceThrottle on Androidclamy2016-02-091-4/+6
* Fix download danger prompt buttons/actions.estade2016-02-091-0/+3
* If a download has no webContents, don't prompt infobarqinmin2016-02-042-9/+52
* Turn support_drive flag into support_virtual_path enum.hirono2016-02-042-2/+4
* Unify test mocks for permission bubbles.hcarmona2016-02-041-143/+118
* Save-Page-As-Complete-Html: Rewriting of srcdoc attribute.lukasza2016-02-031-17/+0
* Remove HostDesktopType from FindLastActive[WithProfile]scottmg2016-02-032-6/+3
* Add UMA stats to track CTR of download danger prompt by danger type and file ...jialiul2016-02-023-2/+62
* Update chrome for new prefs location.brettw2016-02-0214-17/+17
* Remove BrowserIteratorscottmg2016-01-281-3/+2
* Ensure content settings aren't persisted in the guest profileraymes2016-01-281-1/+3
* Remove HostDesktopType from BrowserList::GetInstance()scottmg2016-01-281-2/+1
* Change PermissionBubbleRequest::GetRequestingHostname to GetOriginjohnme2016-01-272-5/+5
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-1/+1
* Save-Page-As-Complete-Html: Each frame links to a distinct local file.lukasza2016-01-251-3/+5
* Disabling SaveHTMLOnlyTabDestroy on ChromeOS due to flakiness.lukasza2016-01-251-1/+7
* Add .vhdx file extension for SB download pingsnparker2016-01-191-0/+1
* Move database_manager from c/b/safe_browsing to components/safe_browsing_db.Daniel Cheng2016-01-131-1/+1
* [SafeBrowsing] Always prompt for some file types.asanka2016-01-1210-848/+940
* Add download pings for: .rels, .msg, .eml. Add UMA for .rtf.nparker2016-01-121-0/+10
* - Removing x-x509-user-cert mime-type handling for non-Android systems.svaldez2016-01-123-2/+36
* Fill download_verdict field in the ClientSafeBrowsingRequestReport based on d...jialiul2016-01-113-25/+64
* Componentize IDS_CANCEL, IDS_DONE and IDS_OK.droger2016-01-071-0/+1
* Remove unused DownloadQuery::Skip().dbeam2016-01-063-51/+6
* Global conversion of Pass()→std::move(): CrOS editiondcheng2015-12-313-8/+10
* OOPIFs: Deduplicating MHTML parts across frames.lukasza2015-12-301-4/+1
* Add method for identifying different InfoBarsdfalcantara2015-12-302-0/+6
* Convert Pass()→std::move() in //chrome (Android edition)dcheng2015-12-301-3/+3
* Convert Pass()→std::move() in //chromedcheng2015-12-279-40/+52
* Switch to standard integer types in chrome/browser/, part 1 of 4.avi2015-12-2665-118/+219
* [download] DownloadTest.Resumption_Automatic should check final path.asanka2015-12-221-0/+10
* [download] Make DownloadItemObserver be owned by DownloadItem.asanka2015-12-221-5/+20
* Replace RE2 import with a dependencybattre2015-12-211-1/+1
* Enable download resumption by default.asanka2015-12-193-24/+26
* Fix to emit all attributes when rewriting links in PageSerializer.lukasza2015-12-181-6/+21
* [Download Notification] Add 'Copy to clipboard' buttonyoshiki2015-12-174-0/+138
* [Extensions] Don't use ExtensionInstallPrompt subclasses for auto-confirmationrdevlin.cronin2015-12-171-68/+12
* OOPIFs: Transitioning MHTML generation from view-oriented to frame-oriented.lukasza2015-12-141-15/+7
* [Extensions] Clean up ExtensionInstallPrompt::ConfirmFoo methodsrdevlin.cronin2015-12-121-6/+8
* Remove kint32max.avi2015-12-101-4/+7
* Tweaking WebPageSerializerImpl to emit a BOM for UTF16/32.lukasza2015-12-101-8/+59
* Allowing multiple SaveItems to have same URLs.lukasza2015-12-091-3/+14