| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support dragging a virtual file out of the browser. | jianli@chromium.org | 2010-01-15 | 1 | -11/+48 |
* | Handle extensions correctly when the default download location is not writable | kinuko@chromium.org | 2009-12-25 | 1 | -5/+6 |
* | Give classes with virtual methods virtual protected d'tors instead of non-vir... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+6 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -1/+4 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -4/+1 |
* | Sixth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -1/+4 |
* | Fourth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-02 | 1 | -8/+0 |
* | Fix for bug 10876 that resulted in some refactoring: | rolandsteiner@chromium.org | 2009-10-28 | 1 | -4/+14 |
* | Revert 30168 - Commit patch set from http://codereview.chromium.org/149796 | rolandsteiner@chromium.org | 2009-10-27 | 1 | -14/+4 |
* | Commit patch set from http://codereview.chromium.org/149796 | rolandsteiner@chromium.org | 2009-10-27 | 1 | -4/+14 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -10/+6 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -2/+2 |
* | Change text for extension download UI. | sidchat@chromium.org | 2009-10-09 | 1 | -0/+4 |
* | Two minor fixes to extensions/download manager integration: | aa@chromium.org | 2009-09-22 | 1 | -2/+7 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -6/+0 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -0/+6 |
* | Fix a bug where a download isn't canceled when the user requests it. | paul@chromium.org | 2009-08-05 | 1 | -0/+5 |
* | Implement mimetype sniffing for extensions. | aa@chromium.org | 2009-07-25 | 1 | -0/+5 |
* | Use referrer_url instead of download url to decide whether a | aa@chromium.org | 2009-07-25 | 1 | -1/+7 |
* | Nasty short-term hack to special case display of dialog | aa@chromium.org | 2009-07-22 | 1 | -1/+1 |