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
/
save_page_uitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-1
/
+1
*
Move the save file code from chrome to content. This is just a file move so t...
jam@chromium.org
2011-07-14
1
-1
/
+1
*
Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.
darin@chromium.org
2011-06-27
1
-1
/
+2
*
Remove most of the remaining test dependencies (other than chrome/test).
jam@chromium.org
2011-06-14
1
-1
/
+1
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-1
/
+1
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+1
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-1
/
+1
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-2
/
+1
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."
bauerb@chromium.org
2010-05-11
1
-1
/
+1
*
Reland r46681: Use IPC to wait for download in DownloadTest.
bauerb@chromium.org
2010-05-11
1
-1
/
+1
*
Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use...
bauerb@chromium.org
2010-05-07
1
-1
/
+1
*
Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa...
bauerb@chromium.org
2010-05-07
1
-1
/
+1
*
Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun...
thestig@chromium.org
2010-03-31
1
-7
/
+12
*
[GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...
phajdan.jr@chromium.org
2010-03-11
1
-0
/
+1
*
Use FilePath in URLRequestMocks.
evan@chromium.org
2009-10-14
1
-2
/
+2
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Landing patch from contributor Thiago Farina.
finnur@chromium.org
2009-09-30
1
-1
/
+1
*
Add a UI test for "Encoding" menu. Please see crbug.com/5515 for more details...
jnd@chromium.org
2009-08-22
1
-18
/
+10
*
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
1
-48
/
+0
*
Convert parts of SavePage UI tests to more reliable browser tests.
phajdan.jr@chromium.org
2009-07-31
1
-50
/
+0
*
Remove duplication of DieFileDie, and move it to proper location.
phajdan.jr@chromium.org
2009-07-30
1
-7
/
+8
*
Move mock url request classes to a location when browser tests will be able t...
phajdan.jr@chromium.org
2009-07-30
1
-1
/
+1
*
Re-enable save page ui tests. I could not get these to fail. I will watch the...
estade@chromium.org
2009-07-14
1
-14
/
+3
*
Sprinkle some defensiveness into the UI tests so that they don't explode if t...
stuartmorgan@chromium.org
2009-07-07
1
-0
/
+5
*
Make default extension for downloading html "html" rather than "htm" on non-w...
estade@chromium.org
2009-07-07
1
-1
/
+6
*
The following 3 ui tests have been flaky on Linux.
jshin@chromium.org
2009-06-26
1
-1
/
+4
*
Disable some UI tests on Linux due to crashiness and/or flakiness:
mpcomplete@google.com
2009-06-19
1
-2
/
+12
*
Issue 3791: SavePageTest.* is crap
idanan@chromium.org
2009-06-11
1
-14
/
+20
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
1
-5
/
+8
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-7
/
+7
*
Ensure proper extension when saving an HTML page.
estade@chromium.org
2009-05-19
1
-10
/
+4
*
Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d...
pinkerton@chromium.org
2009-04-22
1
-4
/
+4
*
Implement chrome_proces_util for linux and enable download ui test.
estade@chromium.org
2009-04-14
1
-2
/
+17
*
UI test portage, second try.
estade@chromium.org
2009-04-09
1
-49
/
+63
*
back out r13442
estade@chromium.org
2009-04-09
1
-63
/
+49
*
UI test string portage.
estade@chromium.org
2009-04-09
1
-49
/
+63
*
Mechanic change based on comment from previous code review.
huanr@chromium.org
2009-03-31
1
-2
/
+2
*
re-enable savepage ui test
tc@google.com
2009-01-16
1
-2
/
+1
*
Removed a stray string.
maruel@chromium.org
2009-01-16
1
-1
/
+1
*
Disable the test SavePageTest.CleanFilenameFromPageTitle due to bug 6514.
maruel@chromium.org
2009-01-16
1
-2
/
+3
*
Remove timeout constants from ui_tests. All tests will now
paulg@google.com
2009-01-16
1
-1
/
+1
*
Add a UI test to make sure we sanitize the filename
tc@google.com
2009-01-07
1
-0
/
+56
*
Get rid of kPathSeparator on windows. Port some wstring function to take File...
estade@chromium.org
2008-12-04
1
-1
/
+1
*
Begin the first small step towards using FilePath everywhere:
evanm@google.com
2008-10-30
1
-1
/
+1
*
Move the Save Page code to the browser/download/ directory.
paulg@google.com
2008-09-14
1
-0
/
+112