summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Remove wstring from l10n_util. Part 2.avi@chromium.org2010-12-284-34/+35
* Create the DownloadItem earlier in the download process.ahendrickson@chromium.org2010-12-236-16/+115
* Extra cleanup/debugging inspired by issue 66676rdsmith@chromium.org2010-12-232-23/+68
* Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPath.tfarina@chromium.org2010-12-231-1/+1
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-1/+1
* Tweak dangerous list based on (hopefully) final round of discussions. I thinkcevans@chromium.org2010-12-221-3/+3
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+0
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-172-4/+2
* Added clearing of downloads_ set on RemoveDownloadsBetween pathway.rdsmith@chromium.org2010-12-151-4/+15
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-151-0/+1
* Change menus on OSX to update the icon dynamically.atwilson@chromium.org2010-12-152-2/+2
* Fix the last scoped_refptr misuses in NewRunnableMethod.willchan@chromium.org2010-12-151-1/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-142-4/+4
* Reland part of r62043 that got reverted.willchan@chromium.org2010-12-141-3/+4
* Even more virtual method deinlining.erg@google.com2010-12-132-1/+5
* Create a new container to own downloads in DownloadManager.rdsmith@google.com2010-12-103-122/+109
* Cleanup: Remove unneeded includes of tab_contents.h.thestig@chromium.org2010-12-091-1/+0
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-3/+6
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-3/+3
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-068-260/+313
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-3/+1
* Fix the Visual Studio 2005 build.darin@chromium.org2010-12-031-1/+1
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-031-0/+1
* Move:ben@chromium.org2010-12-028-8/+8
* Move browser/cocoa to browser/ui/cocoaben@chromium.org2010-12-012-2/+2
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* Undisable tests that were disabled because of the leaked processes issue.phajdan.jr@chromium.org2010-11-301-16/+15
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-301-1/+0
* Revert 67544 - Track permissions granted to extensions in prefsarv@chromium.org2010-11-291-0/+1
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-291-1/+0
* Revert 67500 - Adds a section to the extension preferences to store the recog...jstritar@chromium.org2010-11-291-0/+1
* Adds a section to the extension preferences to store the recognized permissio...jstritar@chromium.org2010-11-281-1/+0
* Revert "Revert "Finish wiring up chrome.app.install().""aa@chromium.org2010-11-261-3/+1
* Logging downloads.ahendrickson@chromium.org2010-11-248-2/+139
* Change DownloadMimeType from FLAKY to DISABLED.rdsmith@google.com2010-11-241-5/+3
* Initial conversion of download unit test to browser test with enhancedrdsmith@google.com2010-11-244-63/+347
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-241-13/+5
* Revert "Finish wiring up chrome.app.install()."aa@chromium.org2010-11-231-1/+3
* Finish wiring up chrome.app.install().aa@chromium.org2010-11-231-3/+1
* Downloads: Do not suggest filenames that are too long.thestig@chromium.org2010-11-231-4/+30
* REGRESSION: Show correct exe icon in the downloadshelfkinuko@chromium.org2010-11-192-10/+10
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-164-4/+4
* Return a speed of 0 if a download is paused from DownloadItem, instead of che...zork@chromium.org2010-11-152-11/+6
* Crash fix: Don't use const-ref parameter for an async callback.jhawkins@chromium.org2010-11-112-2/+2
* DownloadItem::NeedsRename should not return true for dangerous downloads.kinuko@chromium.org2010-11-104-31/+50
* First round of audits to make sure 'app' is displayed instead of 'extension' ...andybons@chromium.org2010-11-101-64/+48
* Set the download rate to 0B/s if the download is paused.zork@chromium.org2010-11-101-4/+10
* BUG=43066ahendrickson@chromium.org2010-11-093-12/+58
* Initialize download path_uniquifier for saved download history items.kinuko@chromium.org2010-11-091-0/+1
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-083-3/+3