| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the download file's hash against safebrowsing database. Report the malw... | lzheng@chromium.org | 2011-03-09 | 1 | -1/+7 |
* | Cleanup: Use more specific friend struct / make destructors non-public for cl... | thestig@chromium.org | 2011-03-07 | 1 | -1/+1 |
* | Add files saved using 'Save page as' to the download history. | rdsmith@chromium.org | 2011-03-03 | 1 | -0/+4 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Enable url check in download_manager, with a simple UI (it may need polish). ... | lzheng@chromium.org | 2011-02-26 | 1 | -2/+4 |
* | Carnitas: move browser/shell_dialogs.{h,cc} to browser/ui | estade@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | Added DownloadFile unit tests. | ahendrickson@chromium.org | 2011-02-02 | 1 | -4/+4 |
* | Put history insertion for downloads processing inline. | rdsmith@chromium.org | 2011-01-23 | 1 | -8/+11 |
* | Adding active_downloads_ map. | ahendrickson@chromium.org | 2011-01-11 | 1 | -5/+14 |
* | Create the DownloadItem earlier in the download process. | ahendrickson@chromium.org | 2010-12-23 | 1 | -1/+4 |
* | Extra cleanup/debugging inspired by issue 66676 | rdsmith@chromium.org | 2010-12-23 | 1 | -10/+19 |
* | Create a new container to own downloads in DownloadManager. | rdsmith@google.com | 2010-12-10 | 1 | -30/+25 |
* | Initial conversion of download unit test to browser test with enhanced | rdsmith@google.com | 2010-11-24 | 1 | -0/+4 |
* | Crash fix: Don't use const-ref parameter for an async callback. | jhawkins@chromium.org | 2010-11-11 | 1 | -1/+1 |
* | DownloadItem::NeedsRename should not return true for dangerous downloads. | kinuko@chromium.org | 2010-11-10 | 1 | -8/+8 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-08 | 1 | -1/+2 |
* | Rename ChromeThread to BrowserThread Final Part: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part18: | tfarina@chromium.org | 2010-10-11 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part10: | tfarina@chromium.org | 2010-10-09 | 1 | -1/+1 |
* | Fix DCHECK assertion failures in DownloadStatusUpdater. | phajdan.jr@chromium.org | 2010-10-06 | 1 | -1/+2 |
* | Create the default download directory when a download is starting. | phajdan.jr@chromium.org | 2010-10-05 | 1 | -1/+2 |
* | Create DownloadStatusUpdater to keep track of download progress | phajdan.jr@chromium.org | 2010-09-27 | 1 | -5/+15 |
* | Fix leak of a DownloadItem in SavePackage::Init. | phajdan.jr@chromium.org | 2010-09-24 | 1 | -1/+2 |
* | Regression fix: keep the download shelf visible when multiple sites are saved. | phajdan.jr@chromium.org | 2010-09-21 | 1 | -0/+7 |
* | GTTF: download cleanup, rename things to be more accurate. | phajdan.jr@chromium.org | 2010-09-10 | 1 | -15/+3 |
* | GTTF: Clean up DownloadFileManager | phajdan.jr@chromium.org | 2010-09-10 | 1 | -3/+3 |
* | Remove risky DISABLE_RUNNABLE_METHOD_REFCOUNT macro from DownloadManager. | phajdan.jr@chromium.org | 2010-09-03 | 1 | -0/+7 |
* | Make sure DownloadManager is shut down on the UI thread. | phajdan.jr@chromium.org | 2010-09-02 | 1 | -3/+7 |
* | GTTF: Extract all preferences-related code from DownloadManager to DownloadPr... | phajdan.jr@chromium.org | 2010-08-30 | 1 | -38/+5 |
* | Makes the download shelf auto-close after the user opens all downloads | sky@chromium.org | 2010-08-26 | 1 | -3/+2 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Regression fix: Downloads page in Incognito mode works fine now. | phajdan.jr@chromium.org | 2010-08-16 | 1 | -5/+8 |
* | Clean up download code: | phajdan.jr@chromium.org | 2010-08-05 | 1 | -46/+0 |
* | Download code cleanup patch of death: | phajdan.jr@chromium.org | 2010-07-29 | 1 | -65/+16 |
* | Download code cleanup: | phajdan.jr@chromium.org | 2010-07-27 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Download code cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -0/+2 |
* | Rename the download to its final name only after the download is finished | kinuko@chromium.org | 2010-07-21 | 1 | -3/+7 |
* | Download code cleanup: | phajdan.jr@chromium.org | 2010-07-20 | 1 | -5/+0 |
* | Download code cleanup: split big files into smaller one. | phajdan.jr@chromium.org | 2010-07-16 | 1 | -289/+5 |
* | Disallow apps with the wrong content type header. | skerner@chromium.org | 2010-06-25 | 1 | -2/+10 |
* | Land dhg's CL 2109011 | xiyuan@chromium.org | 2010-05-21 | 1 | -0/+4 |
* | Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ... | georgey@chromium.org | 2010-04-30 | 1 | -0/+5 |
* | Get rid of more calls to FromWStringHack. | tony@chromium.org | 2010-04-26 | 1 | -4/+2 |
* | Fixing extension install case. Changing the file browser to only get the lis... | dhg@chromium.org | 2010-03-08 | 1 | -0/+4 |
* | This change makes incognito downloads show up in the downloads page of an inc... | estade@chromium.org | 2010-02-24 | 1 | -4/+47 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Refactor DragDownloadFile so that it can be used by both Windows and MacOSX. | jianli@chromium.org | 2010-02-10 | 1 | -1/+2 |
* | Add temporary download progress overlay to the dock icon for the Mac (real UI... | avi@chromium.org | 2010-02-01 | 1 | -0/+3 |
* | Don't accidentally add downloads with db_handle = kUninitializedHandle, which... | thestig@chromium.org | 2010-01-21 | 1 | -4/+18 |