summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_uitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Undisable tests that were disabled because of the leaked processes issue.phajdan.jr@chromium.org2010-11-301-16/+15
* Initial conversion of download unit test to browser test with enhancedrdsmith@google.com2010-11-241-63/+2
* BUG=43066ahendrickson@chromium.org2010-11-091-6/+24
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* DownloadTest: disable just the tests that are timing out.evan@chromium.org2010-10-041-6/+6
* Undisable download UI tests. We shouldn't leak processes now if they fail.phajdan.jr@chromium.org2010-09-301-16/+16
* GTTF: Disable all download tests, they are broken just so much.phajdan.jr@chromium.org2010-09-011-14/+46
* Disable DownloadTest.NewWindow everywhere.tim@chromium.org2010-09-011-8/+2
* Disabling the DownloadTest.NewWindow for linux as it seems to consistently fa...ananta@chromium.org2010-08-311-1/+1
* Fix DownloadTest.NewWindowbauerb@chromium.org2010-08-031-1/+1
* Only close a newly opened download tab if there's more than one tab.bauerb@chromium.org2010-08-031-0/+20
* Disable the CloseNewTab / DontCloseNewTab tests becausensylvain@chromium.org2010-07-241-9/+9
* Disable some failing ui tests on MacOSasargent@chromium.org2010-07-231-1/+8
* Re-enable some disabled tests that pass locally.estade@chromium.org2010-05-271-2/+2
* Call Browser::InProgressDownloadResponse asynchronously on Mac.bauerb@chromium.org2010-05-241-0/+21
* Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."bauerb@chromium.org2010-05-111-13/+12
* Reland r46681: Use IPC to wait for download in DownloadTest.bauerb@chromium.org2010-05-111-12/+13
* Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use...bauerb@chromium.org2010-05-071-13/+12
* Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa...bauerb@chromium.org2010-05-071-12/+13
* Mark all DownloadTest.[Dont]CloseNewTab* tests as flaky.bauerb@chromium.org2010-05-041-6/+10
* Mark DownloadTest.CloseNewTab1 as flaky.bauerb@chromium.org2010-05-031-1/+2
* Close a newly opened (by cmd-clicking on a link) tab if it resulted in a down...bauerb@chromium.org2010-04-211-0/+140
* [GTTF] Tests cleanup:phajdan.jr@chromium.org2010-04-081-28/+10
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-4/+4
* [GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...phajdan.jr@chromium.org2010-03-111-8/+8
* Mark download tests as flaky on all platform, just the sad truth.phajdan.jr@chromium.org2010-02-101-21/+17
* Fix a bug in DownloadFile::Rename where we need to seek to the end of the file.jianli@chromium.org2010-02-101-1/+1
* Disable DownloadTest.DownloadMimeType for now.jianli@chromium.org2010-02-101-1/+1
* Mark all tests in the DownloadTest suite as flaky under Windows (as discussed...rolandsteiner@chromium.org2009-11-101-5/+19
* Disable DownloadTest.PerWindowShelf because of flakiness.mirandac@chromium.org2009-10-301-1/+2
* Unflaky tests.thakis@chromium.org2009-10-291-4/+2
* Test has failed a few times in the current waterfall display. The bug that e...thomasvl@chromium.org2009-10-161-1/+2
* Add DownloadMimeTest to the flaky list.nsylvain@chromium.org2009-10-151-1/+2
* Use FilePath in URLRequestMocks.evan@chromium.org2009-10-141-6/+5
* Mark the IcognitoDownload as flaky because it keepsnsylvain@chromium.org2009-10-131-1/+2
* Landing patch from contributor Thiago Farina.finnur@chromium.org2009-09-301-1/+1
* Fix coverity issue found in flaky DownloadTest, which should also decrease fl...phajdan.jr@chromium.org2009-09-181-7/+8
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-1/+1
* Increase number of tries in CheckInternetZoneIdentifier.phajdan.jr@chromium.org2009-09-111-1/+1
* Sleep and poll (yuck!) in DownloadTest while verifying Internet ZoneIdentifier.phajdan.jr@chromium.org2009-09-031-21/+41
* Disable flakey DownloadTest::ContentDispositiondglazkov@chromium.org2009-09-021-1/+1
* Move mock url request classes to a location when browser tests will be able t...phajdan.jr@chromium.org2009-07-301-2/+2
* Re-enable previously flaky download ui tests. I can't reproduce the failures....estade@chromium.org2009-07-131-21/+5
* Sprinkle some defensiveness into the UI tests so that they don't explode if t...stuartmorgan@chromium.org2009-07-071-3/+3
* Fix for reverted cl http://codereview.chromium.org/147123davemoore@chromium.org2009-06-271-0/+1
* The following 3 ui tests have been flaky on Linux.jshin@chromium.org2009-06-261-3/+8
* Disable PerWindowShelf test on Linux because it's flakyjshin@chromium.org2009-06-241-1/+4
* Disable some UI tests on Linux due to crashiness and/or flakiness:mpcomplete@google.com2009-06-191-2/+11
* Add a UI test for downloading in incognito mode.paul@chromium.org2009-06-161-1/+43
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-13/+53