| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dependency on //content from history DownloadDatabase | sdefresne | 2015-01-12 | 1 | -9/+10 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 1 | -1/+1 |
* | [content/browser/download] Convert VLOGs to DVLOGs | anujk.sharma | 2014-11-07 | 1 | -10/+10 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-30 | 1 | -3/+3 |
* | Roll src/third_party/icu 8ac906f:d8b2a9d7 (svn 292317:292476) | jshin | 2014-10-22 | 1 | -8/+0 |
* | Standardize usage of virtual/override/final in chrome/browser/download/ | dcheng | 2014-10-21 | 1 | -20/+19 |
* | Prepare for ISO-8859-1 to windows-1252 switch | jshin | 2014-10-17 | 1 | -0/+8 |
* | Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. | dcheng | 2014-10-16 | 1 | -3/+2 |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* | mostynb | 2014-10-13 | 1 | -11/+11 |
* | Move url_request_mock_http_job to net/test/url_request/ | xunjieli | 2014-09-10 | 1 | -3/+6 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | Make ".html" always the default extension for save-as-html feature. | kinaba@chromium.org | 2014-06-28 | 1 | -6/+1 |
* | Move about://-related constants from //content to //url | blundell@chromium.org | 2014-06-10 | 1 | -1/+1 |
* | Gardening: Mark also SaveHTMLOnlyTabDestroy disabled on windows as other test... | hayato@chromium.org | 2014-04-15 | 1 | -2/+7 |
* | Move some functions in test_file_util to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -2/+2 |
* | Remove a few dead fields. | thakis@chromium.org | 2014-01-15 | 1 | -1/+0 |
* | [Downloads] Make ChromeDownloadManagerDelegate owned by DownloadService. | asanka@chromium.org | 2013-12-13 | 1 | -9/+9 |
* | linux_aura: Reenable download browsertests. | erg@chromium.org | 2013-12-12 | 1 | -13/+6 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | chrome.downloads.setShelfEnabled(boolean) | benjhayden@chromium.org | 2013-07-31 | 1 | -2/+3 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -9/+9 |
* | Persist download ids across sessions by merging them with db_handles. | benjhayden@chromium.org | 2013-07-12 | 1 | -8/+27 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -16/+16 |
* | Merge SavePackageFilePicker{,ChromeOS} | benjhayden@chromium.org | 2013-05-30 | 1 | -18/+9 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -4/+4 |
* | Use DownloadItem::GetState() in c/b/{download,extensions} | caio.de.oliveira.filho@intel.com | 2013-05-24 | 1 | -1/+1 |
* | content: Move two more url constants into content namespace. | tfarina@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | base/prefs: Remove the public/ directory and move the files to //base/prefs. | tfarina@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | SavePackageFilePickerChromeOS should only force MHTML when saving HTML, not w... | benjhayden@chromium.org | 2013-03-02 | 1 | -0/+24 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Enable browser_tests on linux_aura. | erg@chromium.org | 2013-02-23 | 1 | -6/+12 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -39/+37 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -6/+6 |
* | Persist download interrupt reason, both target and current paths, url_chain, ... | rdsmith@chromium.org | 2013-02-03 | 1 | -4/+9 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-29 | 1 | -2/+3 |
* | content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED | phajdan.jr@chromium.org | 2013-01-24 | 1 | -20/+93 |
* | Revert 178351 | cpu@chromium.org | 2013-01-23 | 1 | -93/+20 |
* | content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED | phajdan.jr@chromium.org | 2013-01-23 | 1 | -20/+93 |
* | Disable the failing linux aura browser tests so that it can be enabled on the... | jam@chromium.org | 2012-12-19 | 1 | -1/+2 |
* | Move PrefMember to base/prefs/public now that it has no bad dependencies. | joi@chromium.org | 2012-12-12 | 1 | -1/+1 |
* | Mark lots of SavePageBrowserTests disabled on Windows because of many flaky f... | yoz@chromium.org | 2012-11-21 | 1 | -8/+49 |
* | Make DownloadHistory observe manager, items | benjhayden@chromium.org | 2012-11-20 | 1 | -220/+191 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | Modify SaveFileManager::CancelSave to handle file finished case. | rdsmith@chromium.org | 2012-11-05 | 1 | -3/+1 |
* | Avoid interpreting initial navigation as a download if the download | rdsmith@chromium.org | 2012-11-05 | 1 | -25/+65 |
* | Move remaining content test code into the content namespace. | jam@chromium.org | 2012-10-30 | 1 | -0/+1 |
* | Revert 163405 - Re-enable SavePageBrowserTest.SaveHTMLOnlyTabDestroy. | rdsmith@chromium.org | 2012-10-23 | 1 | -1/+3 |
* | Re-enable SavePageBrowserTest.SaveHTMLOnlyTabDestroy. | rdsmith@chromium.org | 2012-10-22 | 1 | -3/+1 |