summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary Profile parameter from GetPopup.mirandac@chromium.org2011-06-241-1/+1
* Revert 90228 - Next round of checks to figure out what invariant is failing.rdsmith@chromium.org2011-06-231-4/+0
* Get rid of a few FilePath tmp objects/copies.achuith@chromium.org2011-06-231-3/+3
* Next round of checks to figure out what invariant is failing.rdsmith@chromium.org2011-06-231-0/+4
* Switch to GetConstrainingContentsWrapper.avi@chromium.org2011-06-233-43/+38
* Localize strings, speeds.avi@chromium.org2011-06-223-15/+16
* Coverity: Null returns and negative returnskmadhusu@chromium.org2011-06-221-0/+1
* Coverity Fixlet - PASS_BY_VALUEscr@chromium.org2011-06-222-3/+3
* Test download manager fetching CRXes.skerner@chromium.org2011-06-228-73/+445
* Rename chrome/browser/cocoa to chrome/browser/mac.mark@chromium.org2011-06-201-1/+1
* Make sure that the download is shown in the browser window of the correct pro...mirandac@chromium.org2011-06-201-1/+1
* Revert 89496 - Test download manager fetching CRXes.cevans@chromium.org2011-06-208-442/+73
* Treat ERR_CONNECTION_CLOSED as a succesful download.cbentzel@chromium.org2011-06-181-1/+6
* Added more UMA logging for interrupted downloads.ahendrickson@chromium.org2011-06-173-8/+55
* Test download manager fetching CRXes.skerner@chromium.org2011-06-178-73/+442
* New assertion checks for DownloadItem <-> DownloadManager queue consistency.rdsmith@chromium.org2011-06-163-9/+37
* Re-land:ben@chromium.org2011-06-161-1/+1
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-1/+1
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-1/+1
* Detect removed files and reflect the state in chrome://downloads and the down...haraken@google.com2011-06-158-14/+234
* Add GRP to the dangerous file list.cevans@chromium.org2011-06-151-0/+1
* Remove most of the remaining test dependencies (other than chrome/test).jam@chromium.org2011-06-144-5/+5
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-143-0/+283
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.thestig@chromium.org2011-06-142-2/+2
* Move ui/gfx/image* to ui/gfx/image/.rsesek@chromium.org2011-06-131-1/+1
* Put in CHECK() statements confirm DownloadItem threading and destruction.rdsmith@chromium.org2011-06-103-3/+108
* Change DownloadProcessHandle to be more of an encapsulated class.rdsmith@chromium.org2011-06-0917-221/+223
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-081-2/+2
* roll clang 131935:132017thakis@chromium.org2011-06-082-2/+2
* Revert 88142 to fix sync_integration_tests offline.msw@chromium.org2011-06-071-2/+2
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-071-2/+2
* Show that CRX unpacking is happening in the download shelfskerner@chromium.org2011-06-065-32/+112
* Better support for dangerous and in progress downloads, style cleanup.achuith@chromium.org2011-06-022-4/+8
* Added 2 new Download.Counts enums START_COUNT and INTERRUPTED_COUNT to comple...benjhayden@chromium.org2011-06-024-7/+41
* Remove last safebrowsing references from content.jam@chromium.org2011-06-022-2/+3
* SafeBrowsing: Include hash in digest malware hit pingback.mattm@chromium.org2011-05-313-9/+115
* Revert 87302 - Show that CRX unpacking is happening in the download shelfphajdan.jr@chromium.org2011-05-315-123/+25
* Fix AutoOpen test to be correct on ChromeOS.rdsmith@chromium.org2011-05-311-1/+1
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-0/+1
* Fix AutoOpen test to be correct on ChromeOS. rdsmith@chromium.org2011-05-311-54/+39
* Clang fix.skerner@chromium.org2011-05-311-1/+1
* Show that CRX unpacking is happening in the download shelfskerner@chromium.org2011-05-315-25/+123
* Make sure we remove observers in drag-download.jianli@chromium.org2011-05-272-12/+29
* Disable DownloadTest.AutoOpen on CrOS.rdsmith@chromium.org2011-05-261-1/+7
* Fix auto-open behavior for Downloads.rdsmith@chromium.org2011-05-263-9/+95
* Change GetVisitCountToHost() to GetVisibleVisitCountToHost(), and restrict it...pkasting@chromium.org2011-05-251-7/+7
* Fix leak of callback object in r86518.pkasting@chromium.org2011-05-252-1/+11
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-252-2/+2
* For downloads requiring a user gesture, also require the user to have visited...pkasting@chromium.org2011-05-2410-55/+111
* Fixed memory leaks in download manager unit tests.ahendrickson@chromium.org2011-05-241-31/+33