index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
download
/
download_uitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Undisable tests that were disabled because of the leaked processes issue.
phajdan.jr@chromium.org
2010-11-30
1
-16
/
+15
*
Initial conversion of download unit test to browser test with enhanced
rdsmith@google.com
2010-11-24
1
-63
/
+2
*
BUG=43066
ahendrickson@chromium.org
2010-11-09
1
-6
/
+24
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
DownloadTest: disable just the tests that are timing out.
evan@chromium.org
2010-10-04
1
-6
/
+6
*
Undisable download UI tests. We shouldn't leak processes now if they fail.
phajdan.jr@chromium.org
2010-09-30
1
-16
/
+16
*
GTTF: Disable all download tests, they are broken just so much.
phajdan.jr@chromium.org
2010-09-01
1
-14
/
+46
*
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
*
Fix DownloadTest.NewWindow
bauerb@chromium.org
2010-08-03
1
-1
/
+1
*
Only close a newly opened download tab if there's more than one tab.
bauerb@chromium.org
2010-08-03
1
-0
/
+20
*
Disable the CloseNewTab / DontCloseNewTab tests because
nsylvain@chromium.org
2010-07-24
1
-9
/
+9
*
Disable some failing ui tests on MacOS
asargent@chromium.org
2010-07-23
1
-1
/
+8
*
Re-enable some disabled tests that pass locally.
estade@chromium.org
2010-05-27
1
-2
/
+2
*
Call Browser::InProgressDownloadResponse asynchronously on Mac.
bauerb@chromium.org
2010-05-24
1
-0
/
+21
*
Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."
bauerb@chromium.org
2010-05-11
1
-13
/
+12
*
Reland r46681: Use IPC to wait for download in DownloadTest.
bauerb@chromium.org
2010-05-11
1
-12
/
+13
*
Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use...
bauerb@chromium.org
2010-05-07
1
-13
/
+12
*
Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa...
bauerb@chromium.org
2010-05-07
1
-12
/
+13
*
Mark all DownloadTest.[Dont]CloseNewTab* tests as flaky.
bauerb@chromium.org
2010-05-04
1
-6
/
+10
*
Mark DownloadTest.CloseNewTab1 as flaky.
bauerb@chromium.org
2010-05-03
1
-1
/
+2
*
Close a newly opened (by cmd-clicking on a link) tab if it resulted in a down...
bauerb@chromium.org
2010-04-21
1
-0
/
+140
*
[GTTF] Tests cleanup:
phajdan.jr@chromium.org
2010-04-08
1
-28
/
+10
*
[GTTF] Make automation framework more solid by making sure that
phajdan.jr@chromium.org
2010-03-16
1
-4
/
+4
*
[GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...
phajdan.jr@chromium.org
2010-03-11
1
-8
/
+8
*
Mark download tests as flaky on all platform, just the sad truth.
phajdan.jr@chromium.org
2010-02-10
1
-21
/
+17
*
Fix a bug in DownloadFile::Rename where we need to seek to the end of the file.
jianli@chromium.org
2010-02-10
1
-1
/
+1
*
Disable DownloadTest.DownloadMimeType for now.
jianli@chromium.org
2010-02-10
1
-1
/
+1
*
Mark all tests in the DownloadTest suite as flaky under Windows (as discussed...
rolandsteiner@chromium.org
2009-11-10
1
-5
/
+19
*
Disable DownloadTest.PerWindowShelf because of flakiness.
mirandac@chromium.org
2009-10-30
1
-1
/
+2
*
Unflaky tests.
thakis@chromium.org
2009-10-29
1
-4
/
+2
*
Test has failed a few times in the current waterfall display. The bug that e...
thomasvl@chromium.org
2009-10-16
1
-1
/
+2
*
Add DownloadMimeTest to the flaky list.
nsylvain@chromium.org
2009-10-15
1
-1
/
+2
*
Use FilePath in URLRequestMocks.
evan@chromium.org
2009-10-14
1
-6
/
+5
*
Mark the IcognitoDownload as flaky because it keeps
nsylvain@chromium.org
2009-10-13
1
-1
/
+2
*
Landing patch from contributor Thiago Farina.
finnur@chromium.org
2009-09-30
1
-1
/
+1
*
Fix coverity issue found in flaky DownloadTest, which should also decrease fl...
phajdan.jr@chromium.org
2009-09-18
1
-7
/
+8
*
Replace a bunch of hardcoded URLs with constants from url_constants.h
brettw@chromium.org
2009-09-15
1
-1
/
+1
*
Increase number of tries in CheckInternetZoneIdentifier.
phajdan.jr@chromium.org
2009-09-11
1
-1
/
+1
*
Sleep and poll (yuck!) in DownloadTest while verifying Internet ZoneIdentifier.
phajdan.jr@chromium.org
2009-09-03
1
-21
/
+41
*
Disable flakey DownloadTest::ContentDisposition
dglazkov@chromium.org
2009-09-02
1
-1
/
+1
*
Move mock url request classes to a location when browser tests will be able t...
phajdan.jr@chromium.org
2009-07-30
1
-2
/
+2
*
Re-enable previously flaky download ui tests. I can't reproduce the failures....
estade@chromium.org
2009-07-13
1
-21
/
+5
*
Sprinkle some defensiveness into the UI tests so that they don't explode if t...
stuartmorgan@chromium.org
2009-07-07
1
-3
/
+3
*
Fix for reverted cl http://codereview.chromium.org/147123
davemoore@chromium.org
2009-06-27
1
-0
/
+1
*
The following 3 ui tests have been flaky on Linux.
jshin@chromium.org
2009-06-26
1
-3
/
+8
*
Disable PerWindowShelf test on Linux because it's flaky
jshin@chromium.org
2009-06-24
1
-1
/
+4
*
Disable some UI tests on Linux due to crashiness and/or flakiness:
mpcomplete@google.com
2009-06-19
1
-2
/
+11
*
Add a UI test for downloading in incognito mode.
paul@chromium.org
2009-06-16
1
-1
/
+43
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
1
-13
/
+53
[next]