summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Disable failing ARM linux tests.sbc@chromium.org2013-05-101-3/+4
* Revert 199284 "[Downloads] Clear current_path_ when deleting int..."asanka@chromium.org2013-05-091-3/+4
* [Downloads] Clear current_path_ when deleting intermediate file.asanka@chromium.org2013-05-091-4/+3
* [Downloads] Switch callers of GetFullPath() to GetTargetFilePath()asanka@chromium.org2013-05-092-20/+44
* [Mac] Deal with empty GetFullPath() in download status updater.asanka@chromium.org2013-05-081-5/+3
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-083-6/+6
* Disables on mac DownloadTest.DownloadTest_PercentComplete as itssky@chromium.org2013-05-071-1/+8
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-071-1/+1
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-064-24/+37
* Sanitize directory names from chrome.downloads.onDeterminingFilename.benjhayden@chromium.org2013-05-0510-115/+224
* Change GetProfileToUse method from Profile to content::BrowserContextphajdan.jr@chromium.org2013-05-032-3/+6
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-1/+1
* Move download filename determination into a separate class.asanka@chromium.org2013-05-0215-1484/+2836
* Revert 197518 "Move download filename determination into a separ..."timurrrr@chromium.org2013-05-0115-2830/+1484
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-016-18/+14
* Move download filename determination into a separate class. asanka@chromium.org2013-05-0115-1484/+2830
* Migrate chrome/browser/download/download_query.cc to RE2 regex enginebenjhayden@chromium.org2013-04-301-11/+5
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-262-3/+4
* drive: Rename drive_file_sytem_util to file_system_utilsatorux@chromium.org2013-04-263-3/+3
* Add handler to handle dangerous download itemsqinmin@chromium.org2013-04-241-0/+5
* drive: Rename DriveDownloadHandler to DownloadHandlersatorux@chromium.org2013-04-243-17/+17
* Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.pkasting@chromium.org2013-04-231-9/+6
* Adding a call to support download initiated context menuqinmin@chromium.org2013-04-161-4/+4
* Make chrome.downloads.onDeterminingFilename take an enum indicating the actio...benjhayden@chromium.org2013-04-096-69/+119
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-12/+16
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-093-16/+12
* Really fix build after r193020.dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-12/+16
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-2/+5
* permissionrequest API for guest Download.lazyboy@chromium.org2013-04-032-15/+54
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-2/+2
* [Mac] DownloadShelf should be notified when autoclosing.asanka@chromium.org2013-04-016-9/+22
* Add user.js to dangerous file extensionsdavidben@chromium.org2013-03-311-0/+3
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-284-4/+4
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-214-4/+4
* Don't consider extension downloads from whitelisted sources dangerous.mnissler@chromium.org2013-03-204-21/+43
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-195-6/+6
* Fix OS_MACOS typos. Should be OS_MACOSX.dalecurtis@google.com2013-03-191-1/+1
* Rename {drag_source,drop_target}.{cc,h} to {drag_source,drop_target}_win.{cc,h}.erg@chromium.org2013-03-191-2/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-182-5/+8
* content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of c...phajdan.jr@chromium.org2013-03-181-1/+0
* Disable DownloadTest_History on chromeosbenjhayden@chromium.org2013-03-161-1/+6
* Rewrite downloads pyauto functional tests as browser_tests.benjhayden@chromium.org2013-03-161-5/+457
* Delete items of the launcher jump list upon pressing Shift clickskuhne@chromium.org2013-03-133-4/+4
* Eliminate redundant pref save in ~DownloadPrefs()asanka@chromium.org2013-03-121-1/+0
* testMultipleDownloadsInfobar pyauto test to browser test.pshenoy@chromium.org2013-03-121-0/+53
* Change var blah_blah -> blahBlah.dbeam@chromium.org2013-03-111-1/+1
* Make the UI an observer of downloads.asanka@chromium.org2013-03-0610-26/+442
* Introduce //components/user_prefs.joi@chromium.org2013-03-062-2/+2
* Implement chrome.downloads.onDeterminingFilename() to allow extensions to par...benjhayden@chromium.org2013-03-034-23/+139