| Commit message (Expand) | Author | Age | Files | Lines |
* | Coverity: Initialize file_loop_ and io_loop_ in the constructor. | jhawkins@chromium.org | 2009-09-25 | 1 | -0/+2 |
* | linux: drop temp_scaffolding_stubs | evan@chromium.org | 2009-09-25 | 1 | -1/+7 |
* | Coverity: Initialize tab_contents_ and wait_state_ in the constructor. | jhawkins@chromium.org | 2009-09-24 | 1 | -0/+2 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 1 | -0/+1 |
* | Coverity: Initialize SavePackageParam::save_type to SAVE_TYPE_UNKNOWN in the ... | jhawkins@chromium.org | 2009-09-23 | 1 | -1/+3 |
* | Implements file contents support in OSExchangeData and DropTarget | sky@chromium.org | 2009-09-23 | 2 | -21/+35 |
* | Coverity: Add a SavePackageType, SAVE_TYPE_UNKNOWN, which represents the stat... | jhawkins@chromium.org | 2009-09-23 | 2 | -2/+6 |
* | Two minor fixes to extensions/download manager integration: | aa@chromium.org | 2009-09-22 | 3 | -17/+37 |
* | Fix coverity issue found in flaky DownloadTest, which should also decrease fl... | phajdan.jr@chromium.org | 2009-09-18 | 1 | -7/+8 |
* | Fix a bug where we access a view after deletion. | paul@chromium.org | 2009-09-18 | 2 | -0/+5 |
* | prefs::kDownloadDefaultDirectory should always be initialized in DownloadMana... | thestig@chromium.org | 2009-09-17 | 1 | -13/+5 |
* | Add pause and resume to Linux download shelf. | craig.schlenter@chromium.org | 2009-09-16 | 1 | -1/+5 |
* | Replace a bunch of hardcoded URLs with constants from url_constants.h | brettw@chromium.org | 2009-09-15 | 2 | -2/+3 |
* | Fix two issues with a downloaded file's extension: | paul@chromium.org | 2009-09-11 | 1 | -0/+3 |
* | Increase number of tries in CheckInternetZoneIdentifier. | phajdan.jr@chromium.org | 2009-09-11 | 1 | -1/+1 |
* | Speculative fix for Mac quarantine crash | stuartmorgan@google.com | 2009-09-10 | 2 | -1/+15 |
* | Sleep and poll (yuck!) in DownloadTest while verifying Internet ZoneIdentifier. | phajdan.jr@chromium.org | 2009-09-03 | 1 | -21/+41 |
* | Add "loading..." message to theme install to counter jank. | mirandac@chromium.org | 2009-09-03 | 1 | -0/+6 |
* | Exclude specific browser_tests that don't yet work on Mac. | paul@chromium.org | 2009-09-02 | 1 | -0/+10 |
* | Disable flakey DownloadTest::ContentDisposition | dglazkov@chromium.org | 2009-09-02 | 1 | -1/+1 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 4 | -21/+19 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 2 | -11/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 2 | -1/+11 |
* | Don't show extension disabled infobar when manually updating | aa@chromium.org | 2009-08-28 | 1 | -0/+1 |
* | POSIX doesn't have reserved filenames; so don't worry about a download trying... | estade@chromium.org | 2009-08-26 | 1 | -2/+0 |
* | Try one more time to lock down content sniffing for | aa@chromium.org | 2009-08-25 | 1 | -17/+3 |
* | Add a UI test for "Encoding" menu. Please see crbug.com/5515 for more details... | jnd@chromium.org | 2009-08-22 | 1 | -18/+10 |
* | Show the extension install UI when the user clicks Reenable for a disabled-on... | mpcomplete@chromium.org | 2009-08-18 | 1 | -0/+1 |
* | Show or open downloaded items on the UI thread for Mac. This is | paul@chromium.org | 2009-08-18 | 6 | -27/+61 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 3 | -3/+3 |
* | Implement drag and drop of downloads for the Mac downloads page. | paul@chromium.org | 2009-08-17 | 2 | -7/+12 |
* | Fix a bug where we can sometimes incorrectly decide a download | aa@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Argh, reverting the change to remove the "crx" file extension | aa@chromium.org | 2009-08-13 | 1 | -3/+17 |
* | Refactors OSExchangeData for easier portability. | sky@chromium.org | 2009-08-12 | 1 | -6/+8 |
* | Remove the temporary hack that considered any file that ended | aa@chromium.org | 2009-08-11 | 1 | -17/+3 |
* | Add "dangerous download" view on OS X, for now for dmg files. Also fix downlo... | thakis@chromium.org | 2009-08-11 | 2 | -14/+6 |
* | Commit patch for Pierre-Antoine LaFayette, original CL: | paul@chromium.org | 2009-08-11 | 1 | -3/+16 |
* | Change "Cancelled" to "Canceled". Original patch by Thiago Farina (see http:... | pkasting@chromium.org | 2009-08-10 | 1 | -2/+2 |
* | Remove the size of a cancelled download in the download shelf. | paul@chromium.org | 2009-08-06 | 1 | -2/+1 |
* | Fix a bug where a download isn't canceled when the user requests it. | paul@chromium.org | 2009-08-05 | 2 | -7/+21 |
* | Clean up SavePage UI test, remove dead code. | phajdan.jr@chromium.org | 2009-08-05 | 1 | -21/+2 |
* | Port more tests from save_page_uitest.cc to save_page_browsertest.cc. | phajdan.jr@chromium.org | 2009-08-04 | 2 | -53/+58 |
* | Include Pause/Resume in the context menu for the item in the download shelf. | mhm@chromium.org | 2009-08-04 | 2 | -0/+16 |
* | Allow cancellable download items to be removable from download shelf. | mhm@chromium.org | 2009-08-03 | 1 | -1/+2 |
* | Reverting 22273. | mhm@chromium.org | 2009-08-03 | 1 | -4/+1 |
* | Allow cancellable download items to be removable from download shelf. | mhm@chromium.org | 2009-08-03 | 1 | -1/+4 |
* | Try again to land: http://codereview.chromium.org/160483 | aa@chromium.org | 2009-08-01 | 1 | -3/+12 |
* | Rollback 22228 | aa@chromium.org | 2009-08-01 | 1 | -12/+3 |
* | Ever closer. Extract a client interface out of CrxInstaller and | aa@chromium.org | 2009-07-31 | 1 | -3/+12 |
* | Convert parts of SavePage UI tests to more reliable browser tests. | phajdan.jr@chromium.org | 2009-07-31 | 3 | -50/+126 |