summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Test has failed a few times in the current waterfall display. The bug that e...thomasvl@chromium.org2009-10-161-1/+2
* Add DownloadMimeTest to the flaky list.nsylvain@chromium.org2009-10-151-1/+2
* Use FilePath in URLRequestMocks.evan@chromium.org2009-10-143-11/+10
* Make the multiple download request dialog an infobar.estade@chromium.org2009-10-148-188/+209
* Remove the unnecessary conversion to wstring when calling file_util::WriteFile.evan@chromium.org2009-10-131-1/+1
* This patch enables "Save page as" (ctrl+s) for resources located atjamesr@chromium.org2009-10-131-4/+6
* Mark the IcognitoDownload as flaky because it keepsnsylvain@chromium.org2009-10-131-1/+2
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-112-2/+2
* Change text for extension download UI.sidchat@chromium.org2009-10-092-10/+12
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Make on-demand download directory creation safe.estade@chromium.org2009-10-094-20/+39
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-082-5/+8
* One more bad extension.abarth@chromium.org2009-10-081-0/+1
* Add more extensions to our download_exe list.abarth@chromium.org2009-10-071-0/+6
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-1/+17
* Make sure download shelf items and download items don't share names.mhm@chromium.org2009-10-011-1/+1
* Landing patch from contributor Thiago Farina.finnur@chromium.org2009-09-302-2/+2
* Add kMDItemWhereFroms metadata attribute to downloaded files. Combine with qu...pinkerton@chromium.org2009-09-291-3/+5
* Coverity: Initialize all of the member variables in the default constructor.jhawkins@chromium.org2009-09-281-11/+20
* Update the TabContents::SavePage parameter to take FilePath instead of wstrin...rsesek@chromium.org2009-09-261-6/+3
* Remove the context menu item 'Remove from shelf' from download shelfmhm@chromium.org2009-09-262-12/+0
* Create the download folder if it doesn't exist. That is, the actual download ...thestig@chromium.org2009-09-254-49/+84
* Make extension installation work when the "ask for destinationaa@chromium.org2009-09-251-2/+7
* linux: port some of the download manager unit testevan@chromium.org2009-09-251-23/+137
* Coverity: Initialize file_loop_ and io_loop_ in the constructor.jhawkins@chromium.org2009-09-251-0/+2
* linux: drop temp_scaffolding_stubsevan@chromium.org2009-09-251-1/+7
* Coverity: Initialize tab_contents_ and wait_state_ in the constructor.jhawkins@chromium.org2009-09-241-0/+2
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-0/+1
* Coverity: Initialize SavePackageParam::save_type to SAVE_TYPE_UNKNOWN in the ...jhawkins@chromium.org2009-09-231-1/+3
* Implements file contents support in OSExchangeData and DropTargetsky@chromium.org2009-09-232-21/+35
* Coverity: Add a SavePackageType, SAVE_TYPE_UNKNOWN, which represents the stat...jhawkins@chromium.org2009-09-232-2/+6
* Two minor fixes to extensions/download manager integration:aa@chromium.org2009-09-223-17/+37
* Fix coverity issue found in flaky DownloadTest, which should also decrease fl...phajdan.jr@chromium.org2009-09-181-7/+8
* Fix a bug where we access a view after deletion.paul@chromium.org2009-09-182-0/+5
* prefs::kDownloadDefaultDirectory should always be initialized in DownloadMana...thestig@chromium.org2009-09-171-13/+5
* Add pause and resume to Linux download shelf.craig.schlenter@chromium.org2009-09-161-1/+5
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-152-2/+3
* Fix two issues with a downloaded file's extension:paul@chromium.org2009-09-111-0/+3
* Increase number of tries in CheckInternetZoneIdentifier.phajdan.jr@chromium.org2009-09-111-1/+1
* Speculative fix for Mac quarantine crashstuartmorgan@google.com2009-09-102-1/+15
* Sleep and poll (yuck!) in DownloadTest while verifying Internet ZoneIdentifier.phajdan.jr@chromium.org2009-09-031-21/+41
* Add "loading..." message to theme install to counter jank.mirandac@chromium.org2009-09-031-0/+6
* Exclude specific browser_tests that don't yet work on Mac.paul@chromium.org2009-09-021-0/+10
* Disable flakey DownloadTest::ContentDispositiondglazkov@chromium.org2009-09-021-1/+1
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-314-21/+19
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-282-11/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-282-1/+11
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-0/+1
* POSIX doesn't have reserved filenames; so don't worry about a download trying...estade@chromium.org2009-08-261-2/+0
* Try one more time to lock down content sniffing foraa@chromium.org2009-08-251-17/+3