summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test to check that the extension is not repeated in a downloaded f...sidchat@google.com2009-02-111-0/+3
* Port some strings in download/save_package.ccestade@chromium.org2009-02-113-184/+140
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-1/+1
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-1/+1
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-1/+1
* Fix the extension repetition problem with download manager. Enabled the corre...sidchat@google.com2009-02-092-3/+5
* disable download test while sid fixes offlinetc@google.com2009-02-061-1/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-012-13/+17
* Register .crx file handler to install Chrome extensions.mpcomplete@google.com2009-01-301-2/+6
* Make the download manager compile on Linux & Mac.brettw@google.com2009-01-301-7/+1
* Porting in the download manager (plus tiny bits of cleanup).brettw@chromium.org2009-01-304-40/+51
* Disable DownloadTest.UnknownSize because it is flaky.maruel@chromium.org2009-01-291-1/+2
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-295-10/+20
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-1/+3
* revert r8603rvargas@google.com2009-01-245-19/+10
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-245-10/+19
* Fix a bug when saving web pages that have a period in their title.paulg@google.com2009-01-231-0/+4
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-223-4/+4
* Fix two bugs that resulted in misplaced downloads and missingpaulg@google.com2009-01-211-1/+1
* re-enable savepage ui testtc@google.com2009-01-161-2/+1
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-162-2/+2
* Removed a stray string.maruel@chromium.org2009-01-161-1/+1
* Disable the test SavePageTest.CleanFilenameFromPageTitle due to bug 6514.maruel@chromium.org2009-01-161-2/+3
* Remove timeout constants from ui_tests. All tests will nowpaulg@google.com2009-01-161-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-156-16/+16
* More ui_test purify changes.paulg@google.com2009-01-151-4/+5
* Add a UI test to make sure we sanitize the filenametc@google.com2009-01-073-15/+95
* Convert download manager to FilePath.estade@chromium.org2009-01-068-192/+200
* Prevent files saved via the "Save as..." page menu item fromtc@google.com2009-01-065-12/+99
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-057-167/+160
* * switch download manager to using FilePathestade@chromium.org2009-01-057-160/+167
* New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...jcampan@chromium.org2008-12-234-4/+4
* Reverting my CL to fix build bustage.jcampan@chromium.org2008-12-204-4/+4
* This CL moves the different resource handlers from resource_dispatcher_host.c...jcampan@chromium.org2008-12-204-4/+4
* Review URL: http://codereview.chromium.org/14809jcampan@chromium.org2008-12-194-15/+11
* Reverting 7149.jcampan@chromium.org2008-12-174-11/+15
* Revamp of the interstitial pages.jcampan@chromium.org2008-12-174-15/+11
* Cleanup IsExecutableMimeType.abarth@chromium.org2008-12-151-17/+21
* Once we've decided that a path doesn't exist, reserve it by creating an empty...abarth@chromium.org2008-12-122-24/+25
* We should let binary/octet-stream have an EXE extension to fix compat with di...abarth@chromium.org2008-12-052-0/+9
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-042-2/+2
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-031-1/+1
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-031-1/+1
* Fix issue 4829: No file extensions listed when saving imagesfinnur@google.com2008-12-032-20/+24
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-021-1/+1
* Port some files in chrome/browser/ - part 1.deanm@chromium.org2008-11-251-1/+9
* Enable the encoding menu for javascript and css files. jungshik@google.com2008-11-251-1/+4
* Change by Alex Mendes da Costa <alexmdac@google.com>beng@google.com2008-11-192-4/+27
* Adds the ability for save dialogs to take a default extension.sky@google.com2008-11-121-0/+1
* Fixes bug where carpet bombing dialog would come in some situations itsky@google.com2008-11-111-10/+20