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
*
[GTTF] Make UI test framework less crashy by adding more NULL-checks.
phajdan.jr@chromium.org
2010-03-11
1
-31
/
+26
*
Provide a method to specify to the automation interface the dir containing br...
nirnimesh@chromium.org
2010-03-09
1
-0
/
+4
*
Flip the ui_tests to use WebKitTools/Scripts/new-run-webkit-httpd instead
dpranke@chromium.org
2010-03-08
1
-7
/
+5
*
Revert 40768 - Flip the ui_tests framework to use the upstream http_server st...
dpranke@chromium.org
2010-03-05
1
-5
/
+4
*
Flip the ui_tests framework to use the upstream http_server start code
dpranke@chromium.org
2010-03-05
1
-4
/
+5
*
Revert 40603 - Flip the ui_tests framework to use the upstream http_server st...
dpranke@chromium.org
2010-03-04
1
-5
/
+4
*
Flip the ui_tests framework to use the upstream http_server start code
dpranke@chromium.org
2010-03-04
1
-4
/
+5
*
Give UITest ability to have MessageLoopforUI message loop instead of the defa...
stoyan@chromium.org
2010-02-25
1
-0
/
+27
*
Add an WebSocket extension browsertest.
rafaelw@chromium.org
2010-02-25
1
-41
/
+0
*
PyAuto: Fix some methods that assume that they're working on the first window.
nirnimesh@chromium.org
2010-02-23
1
-4
/
+36
*
Revert 39662 - Update various test scripts to use the upstream version of
dpranke@chromium.org
2010-02-23
1
-10
/
+8
*
Update various test scripts to use the upstream version of
dpranke@chromium.org
2010-02-22
1
-8
/
+10
*
Flip the "unique file:// URI origin" flag to on. Add the
cevans@chromium.org
2010-02-18
1
-0
/
+3
*
Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat...
willchan@chromium.org
2010-01-22
1
-1
/
+0
*
Fix path to hard-code http_server python scripts.
dpranke@chromium.org
2010-01-22
1
-0
/
+4
*
PyAuto: Python Interface to Chromium's Automation Proxy.
nirnimesh@chromium.org
2010-01-21
1
-95
/
+110
*
Make running chrome process detection in ui tests more reliable.
phajdan.jr@chromium.org
2010-01-13
1
-19
/
+14
*
Add LayoutTests/websocket/tests/worker support.
ukai@chromium.org
2010-01-13
1
-0
/
+39
*
UITest class should derive from PlatformTest instead of testing::Test
nirnimesh@chromium.org
2009-12-30
1
-1
/
+1
*
Chromium to use upstream WebPageSerializer instead of glue/DomSerializer.
yaar@chromium.org
2009-12-23
1
-0
/
+1
*
Add reference build to tab switching tests.
chase@chromium.org
2009-12-14
1
-0
/
+15
*
Make the commit_charge the important statistic (displayed on the
sgk@google.com
2009-11-21
1
-3
/
+4
*
Convert memory_test to use the common stats-reporting methods in UITest.
sgk@google.com
2009-11-20
1
-101
/
+193
*
Prep for printing common memory stats from page_cycler_tests and memory_test:
sgk@google.com
2009-11-19
1
-0
/
+154
*
Move use_host_network test out of ChromeFrame.
stoyan@chromium.org
2009-11-19
1
-2
/
+2
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-7
/
+6
*
Split the arg to --extra-chrome-flags by spaces before passing to Chrome
nirnimesh@chromium.org
2009-10-20
1
-1
/
+5
*
Deprecate PathService::Get(..., wstring*) and use FilePath instead.
evan@chromium.org
2009-10-19
1
-4
/
+3
*
Have UI tests use a profile where the dates in the segment_usage
tony@chromium.org
2009-10-14
1
-0
/
+28
*
Revert "Revert "Revert "Have UI tests use a profile where the dates in the se...
tony@chromium.org
2009-10-13
1
-28
/
+0
*
Revert "Revert "Have UI tests use a profile where the dates in the segment_us...
tony@chromium.org
2009-10-13
1
-0
/
+28
*
Revert "Have UI tests use a profile where the dates in the segment_usage"
tony@chromium.org
2009-10-13
1
-24
/
+0
*
This is a simple integration test that loads a simple nexe and verifies that ...
gregoryd@google.com
2009-10-13
1
-0
/
+8
*
Have UI tests use a profile where the dates in the segment_usage
tony@chromium.org
2009-10-13
1
-0
/
+24
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
1
-1
/
+1
*
Revert 28796 - This is a simple integration test that loads a simple nexe and...
gregoryd@google.com
2009-10-13
1
-8
/
+0
*
This is a simple integration test that loads a simple nexe and verifies that ...
gregoryd@google.com
2009-10-13
1
-0
/
+8
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
1
-12
/
+12
*
Convert a CopyRecursiveDirNoCache to use FilePaths instead
tony@chromium.org
2009-10-12
1
-1
/
+1
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Revert "Revert "Add startup tests that log start script, domcontentloaded, an...
tony@chromium.org
2009-10-07
1
-1
/
+1
*
Adding a SIGTERM handler for OS_POSIX builds. This is needed so that Chrome ...
cmasone@google.com
2009-10-07
1
-8
/
+5
*
Revert "Add startup tests that log start script, domcontentloaded, and onload."
mattm@chromium.org
2009-10-07
1
-1
/
+1
*
Add startup tests that log start script, domcontentloaded, and onload.
tony@chromium.org
2009-10-07
1
-1
/
+1
*
Fix bug 23303: ui_tests crash Windows 7's shell when running WorkerHttpLayout...
jianli@chromium.org
2009-10-05
1
-0
/
+13
*
Landing patch from contributor Thiago Farina.
finnur@chromium.org
2009-09-30
1
-3
/
+3
*
Make several automation calls more solid. Should help with flakiness.
phajdan.jr@chromium.org
2009-09-23
1
-16
/
+29
*
Speculative patch to fix flakiness in RendererCrashTest.Crash.
phajdan.jr@chromium.org
2009-09-22
1
-0
/
+1
*
Speed up the BrowserEncodingTest.TestEncodingAutoDetect.
jnd@chromium.org
2009-09-22
1
-2
/
+3
*
Break out page load test into its own target on Linux.
estade@chromium.org
2009-09-18
1
-1
/
+7
[next]