summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Show the filebrowse ui rather than the download shelf in chromeos.xiyuan@chromium.org2010-02-051-3/+12
* BSD port: another chunk of chrome/browser ifdef cleaningpvalchev@google.com2010-02-032-11/+11
* Add temporary download progress overlay to the dock icon for the Mac (real UI...avi@chromium.org2010-02-014-0/+58
* Replace GtkFileChooser with file browser for ChromeOSxiyuan@chromium.org2010-01-292-0/+115
* Add infobar warning user of extension install failure when trying to install ...estade@chromium.org2010-01-261-5/+25
* Default to FOLDERID_Downloads on Windows Vista/7 when safe.dimich@google.com2010-01-251-0/+6
* Don't accidentally add downloads with db_handle = kUninitializedHandle, which...thestig@chromium.org2010-01-212-13/+32
* Initialize is_extension_install_ properly.craig.schlenter@chromium.org2010-01-201-0/+1
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-1512-52/+480
* Fix by gdk (Garret Kelly)rolandsteiner@chromium.org2010-01-132-4/+6
* Handle extensions correctly when the default download location is not writablekinuko@chromium.org2009-12-253-34/+25
* Chromium to use upstream WebPageSerializer instead of glue/DomSerializer.yaar@chromium.org2009-12-231-6/+6
* Only show gray LOADING dialog for Themes.rafaelw@chromium.org2009-12-161-1/+2
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-162-2/+14
* Minor cleanup; remove deprecate file_util function and some obsolete TODOs.estade@chromium.org2009-12-091-6/+1
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-2/+2
* Remove IsPrefRegistered function from PrefService API and fix the callers totony@chromium.org2009-12-071-2/+2
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-2/+2
* Reverts r4177, reimplements a fix for bug 3417. Adding UpdateObservers to Dow...avi@chromium.org2009-12-042-1/+3
* Enable browser_tests: SavePageBrowserTest.FileNameFromPageTitle & SavePageBro...thomasvl@chromium.org2009-12-041-10/+0
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-137-12/+13
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-112-2/+3
* Mark all tests in the DownloadTest suite as flaky under Windows (as discussed...rolandsteiner@chromium.org2009-11-101-5/+19
* Basic wiring to enable downloads for CF's host browser network stack. A nota...tommi@chromium.org2009-11-073-0/+13
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-065-6/+19
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-065-19/+6
* If the download manager setting "prompt for a location for each downloaded fi...aa@chromium.org2009-11-061-3/+3
* Sixth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-065-6/+19
* Enable localization of default downloaded filename.tony@chromium.org2009-11-042-3/+14
* Add first class support for user scripts.aa@chromium.org2009-11-041-10/+34
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-033-25/+19
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-025-225/+147
* Clean up temp scaffolding stubs some. It can be mac only now.estade@chromium.org2009-11-021-2/+0
* Disable DownloadTest.PerWindowShelf because of flakiness.mirandac@chromium.org2009-10-301-1/+2
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-1/+0
* Unflaky tests.thakis@chromium.org2009-10-291-4/+2
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-282-84/+64
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-284-40/+58
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-274-58/+40
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-274-40/+58
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-273-52/+43
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-238-35/+53
* Disable system suspend while downloading files on win32.mark@chromium.org2009-10-232-1/+6
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-222-15/+10
* A few more #ifdefs for platform-specific behaviors to port this test to mac.mark@chromium.org2009-10-221-52/+79
* 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