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
/
test
/
ui
/
ui_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-4
/
+4
*
Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...
jam@chromium.org
2010-12-23
1
-2
/
+2
*
Revert 68944 - Revert "Add named testing interface."
nirnimesh@chromium.org
2010-12-23
1
-21
/
+39
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
1
-1
/
+1
*
Rename WebKitTools->Tools.
tonyg@chromium.org
2010-12-18
1
-1
/
+1
*
Revert "Add named testing interface."
phajdan.jr@chromium.org
2010-12-11
1
-39
/
+21
*
Add named testing interface. This allows you to connect to a pre-existing Chr...
nirnimesh@chromium.org
2010-11-24
1
-21
/
+39
*
Revert 66840 - Add named testing interface. This allows you to connect to a p...
kkania@chromium.org
2010-11-20
1
-39
/
+21
*
Add named testing interface. This allows you to connect to a pre-existing Chr...
nirnimesh@chromium.org
2010-11-19
1
-21
/
+39
*
Revert 66350 - Add named testing interface. This allows you to connect to a p...
nirnimesh@chromium.org
2010-11-17
1
-39
/
+21
*
Add named testing interface. This allows you to connect to a pre-existing Chr...
nirnimesh@chromium.org
2010-11-17
1
-21
/
+39
*
Group cmdline settings in UI test and in_process_browser_test.
lzheng@chromium.org
2010-11-16
1
-34
/
+39
*
Restrict file protocol on chromeos to certain whitelisted directories. Disabl...
achuith@chromium.org
2010-11-11
1
-0
/
+3
*
Part 2 of reapplying r64637.
erg@google.com
2010-11-10
1
-1
/
+1
*
Moved --use-gl=osmesa to UITest::SetUp so it is not visible to pyautolib.
apatrick@chromium.org
2010-11-10
1
-8
/
+11
*
Moved --use-gl=osmesa switch out of test_launcher_utils.
apatrick@chromium.org
2010-11-10
1
-0
/
+10
*
BUG=43066
ahendrickson@chromium.org
2010-11-09
1
-4
/
+26
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
Revert "Refactor automation messages." due to mysterious problems on mac.
erg@google.com
2010-11-01
1
-1
/
+1
*
Refactor automation messages.
erg@google.com
2010-11-01
1
-1
/
+1
*
Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...
stoyan@chromium.org
2010-10-21
1
-4
/
+0
*
Relanding 61718.
apatrick@chromium.org
2010-10-21
1
-0
/
+4
*
Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.
mattm@chromium.org
2010-10-21
1
-2
/
+2
*
Convert LOG(INFO) to VLOG(1) - chrome/test/.
pkasting@chromium.org
2010-10-20
1
-4
/
+3
*
GTTF: Move more parts of UITestBase down to UITest.
phajdan.jr@chromium.org
2010-10-15
1
-50
/
+49
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-2
/
+2
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Record startup time closer to where the browser really started
nirnimesh@chromium.org
2010-10-12
1
-3
/
+2
*
GTTF: Move parts of UITestBase down to UITest.
phajdan.jr@chromium.org
2010-10-06
1
-267
/
+268
*
Extract common browser command-line flags used by tests.
phajdan.jr@chromium.org
2010-09-30
1
-8
/
+2
*
Turn off preconnect for UI tests as well.
jochen@chromium.org
2010-09-29
1
-0
/
+3
*
GTTF: clean up http server launching in ui_tests.
phajdan.jr@chromium.org
2010-09-28
1
-28
/
+20
*
ui_tests: check the return value of WaitForAppLaunch.
evan@chromium.org
2010-09-24
1
-1
/
+2
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
ifdef out tests that don't apply to the Mac
stuartmorgan@chromium.org
2010-09-23
1
-0
/
+2
*
Use a scoped temp dir in browser_tests instead of deleting the default user d...
rohitrao@chromium.org
2010-09-23
1
-15
/
+3
*
Unify the two places we attempt to find the crash count.
evan@chromium.org
2010-09-22
1
-10
/
+15
*
Revert 57897 - GTTF: Retry launching the browser a few times in UITest.
phajdan.jr@chromium.org
2010-09-14
1
-37
/
+8
*
GTTF: Move UI test timeouts to a centralized place, chrome/test/test_timeouts.
phajdan.jr@chromium.org
2010-09-10
1
-93
/
+17
*
Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.
phajdan.jr@chromium.org
2010-09-09
1
-0
/
+12
*
Make FastShutdown ui test more reliable on linux.
estade@chromium.org
2010-09-08
1
-11
/
+15
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-2
/
+1
*
GTTF: Retry launching the browser a few times in UITest.
phajdan.jr@chromium.org
2010-08-30
1
-8
/
+37
*
GTTF: Extract performance-testing-specific parts of UITestBase to UIPerfTest.
phajdan.jr@chromium.org
2010-08-26
1
-316
/
+0
*
Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...
rvargas@google.com
2010-08-19
1
-12
/
+0
*
Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.
phajdan.jr@chromium.org
2010-08-19
1
-0
/
+12
*
GTTF: After timeout, all further automation calls should fail immediately.
phajdan.jr@chromium.org
2010-08-19
1
-2
/
+9
*
CommandLine: eliminate wstring-accepting AppendLooseValue
evan@chromium.org
2010-08-13
1
-5
/
+6
*
Add new downloads tests
nirnimesh@chromium.org
2010-08-07
1
-0
/
+11
*
GTTF: Replace DCHECK with EXPECT_TRUE in UITestBase.
phajdan.jr@chromium.org
2010-08-06
1
-1
/
+1
[next]