| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 63469 - Fill in the list of file extensions which are PDF-related. | cevans@chromium.org | 2010-10-22 | 1 | -0/+6 |
* | Merge 63158 - Modified the file extension filters for downloads to add some e... | cevans@chromium.org | 2010-10-22 | 2 | -17/+21 |
* | Merge 62419 - Don't change the extension of resources being downloaded, | rvargas@google.com | 2010-10-14 | 2 | -45/+14 |
* | Rename ChromeThread to BrowserThread Part18: | tfarina@chromium.org | 2010-10-11 | 16 | -16/+16 |
* | Rename ChromeThread to BrowserThread Part10: | tfarina@chromium.org | 2010-10-09 | 17 | -193/+194 |
* | Revert 61899 for breaking cookes on file:// URLs. | willchan@chromium.org | 2010-10-08 | 4 | -36/+21 |
* | use webstore extent to verify gallery downloads | erikkay@chromium.org | 2010-10-08 | 3 | -11/+22 |
* | restrict install of gallery-hosted apps from the gallery | erikkay@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | Fix instances of passing raw pointers to RefCounted objects in tasks. | willchan@chromium.org | 2010-10-08 | 4 | -21/+36 |
* | Remove all FIXMEs in browser/ | estade@chromium.org | 2010-10-07 | 2 | -6/+6 |
* | Fix DCHECK assertion failures in DownloadStatusUpdater. | phajdan.jr@chromium.org | 2010-10-06 | 6 | -15/+22 |
* | Create the default download directory when a download is starting. | phajdan.jr@chromium.org | 2010-10-05 | 2 | -3/+15 |
* | DownloadTest: disable just the tests that are timing out. | evan@chromium.org | 2010-10-04 | 1 | -6/+6 |
* | Added a check to see if the SaveFileDefaultDirectory exists, if not it uses t... | tony@chromium.org | 2010-10-01 | 1 | -18/+35 |
* | Make chrome aware of text/x-sh mime type. | estade@chromium.org | 2010-09-30 | 2 | -2/+10 |
* | Don't change the extension for downloads that already have benign extensions. | estade@chromium.org | 2010-09-30 | 3 | -71/+13 |
* | Undisable download UI tests. We shouldn't leak processes now if they fail. | phajdan.jr@chromium.org | 2010-09-30 | 1 | -16/+16 |
* | GTTF: remove flaky mark from following tests: | phajdan.jr@chromium.org | 2010-09-29 | 2 | -4/+2 |
* | Fixing downloading when off the record. | dhg@chromium.org | 2010-09-28 | 1 | -0/+7 |
* | GTTF: Remove flaky mark from the following tests: | phajdan.jr@chromium.org | 2010-09-28 | 1 | -2/+1 |
* | Create DownloadStatusUpdater to keep track of download progress | phajdan.jr@chromium.org | 2010-09-27 | 7 | -35/+361 |
* | Revert 60035 - Make sure the application icon is up to date | phajdan.jr@chromium.org | 2010-09-24 | 1 | -4/+0 |
* | Fix leak of a DownloadItem in SavePackage::Init. | phajdan.jr@chromium.org | 2010-09-24 | 2 | -3/+12 |
* | Revert 60362 - Downloads: Don't create the default download directory on star... | phajdan.jr@chromium.org | 2010-09-24 | 1 | -5/+0 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 2 | -0/+2 |
* | Downloads: Don't create the default download directory on startup. | thestig@chromium.org | 2010-09-23 | 1 | -0/+5 |
* | Do not create download directory on startup, except on ChromeOS. | phajdan.jr@chromium.org | 2010-09-23 | 1 | -0/+2 |
* | Fix a bunch of clang warnings/errors. | thakis@chromium.org | 2010-09-21 | 1 | -9/+0 |
* | Make sure the application icon is up to date | phajdan.jr@chromium.org | 2010-09-21 | 1 | -0/+4 |
* | Regression fix: keep the download shelf visible when multiple sites are saved. | phajdan.jr@chromium.org | 2010-09-21 | 3 | -8/+16 |
* | Regression fix: cancel all downloads when shutting down DownloadManager. | phajdan.jr@chromium.org | 2010-09-13 | 3 | -9/+12 |
* | FBTF: Move ctors/dtors into cc files. | erg@google.com | 2010-09-13 | 9 | -7/+43 |
* | GTTF: download cleanup, rename things to be more accurate. | phajdan.jr@chromium.org | 2010-09-10 | 8 | -160/+83 |
* | GTTF: Clean up DownloadFileManager | phajdan.jr@chromium.org | 2010-09-10 | 11 | -260/+153 |
* | Implement gallery install API | rafaelw@chromium.org | 2010-09-09 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 8) | thestig@chromium.org | 2010-09-08 | 2 | -3/+1 |
* | Revert 58196 - GTTF: Clean up DownloadFileManager | phajdan.jr@chromium.org | 2010-09-07 | 10 | -129/+255 |
* | Revert 58374 - Fix a race condition after my latest download cleanup change. | phajdan.jr@chromium.org | 2010-09-07 | 2 | -17/+0 |
* | Remove risky DISABLE_RUNNABLE_METHOD_REFCOUNT macro from DownloadManager. | phajdan.jr@chromium.org | 2010-09-03 | 2 | -6/+18 |
* | FBTF: Reaplly the TabRestoreService::Observer into its own file commit. | erg@google.com | 2010-09-02 | 1 | -0/+1 |
* | Make sure DownloadManager is shut down on the UI thread. | phajdan.jr@chromium.org | 2010-09-02 | 1 | -3/+7 |
* | Fix a race condition after my latest download cleanup change. | phajdan.jr@chromium.org | 2010-09-02 | 2 | -0/+17 |
* | Revert "FBTF: Move the TabRestoreService::Observer into its own file." | erg@google.com | 2010-09-01 | 1 | -1/+0 |
* | FBTF: Move the TabRestoreService::Observer into its own file. | erg@google.com | 2010-09-01 | 1 | -0/+1 |
* | GTTF: Disable all download tests, they are broken just so much. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -14/+46 |
* | GTTF: Clean up DownloadFileManager | phajdan.jr@chromium.org | 2010-09-01 | 10 | -255/+129 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 2 | -0/+4 |
* | Reverting to see if this fixes linux ui tests hang. Just a shot in the dark a... | ananta@chromium.org | 2010-09-01 | 10 | -129/+255 |
* | Disable DownloadTest.NewWindow everywhere. | tim@chromium.org | 2010-09-01 | 1 | -8/+2 |
* | Disabling the DownloadTest.NewWindow for linux as it seems to consistently fa... | ananta@chromium.org | 2010-08-31 | 1 | -1/+1 |