summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* 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
* A crasher would happen if you donwload an exe and the download has completed ...jcampan@chromium.org2008-11-071-1/+2
* Tell the user that HTML documents can harm their computer because they can. abarth@chromium.org2008-11-052-3/+10
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-8/+5
* Rolling backabarth@chromium.org2008-11-041-8/+1
* Tell the user that HTML documents can harm their computer because they can. abarth@chromium.org2008-11-041-1/+8
* Fix a bug where languages that have a long string for thepaulg@google.com2008-10-312-2/+28
* Background:nsylvain@chromium.org2008-10-311-1/+5
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-302-5/+6
* Remove downloads from the completed dangerous downloads listpaulg@google.com2008-10-301-0/+6
* Fix for Save Page downloads not notifying their observers on completion.glen@chromium.org2008-10-291-0/+1
* Do not localize the name of 'download' directory. Chrome's UI languages can bejungshik@google.com2008-10-282-6/+5
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-4/+5
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-276-11/+19
* We were still warning about a dangerous download when the user has picked the...jcampan@chromium.org2008-10-171-2/+8
* Adds the anti-carpet bombing dialog. More specifically a newsky@google.com2008-10-173-0/+812
* Fix bug 3470, where the download tab would show the temporary name for danger...jcampan@chromium.org2008-10-173-21/+64
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-162-4/+4
* Change the prefix for unconfirmed, potentially dangerous downloads mal@chromium.org2008-10-161-1/+1
* Fix a crasher when shutting down with a pending dangerous download.jcampan@chromium.org2008-10-151-2/+4
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-107-45/+304