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
/
automation
Commit message (
Expand
)
Author
Age
Files
Lines
*
In ChromeDriver, allow user to specify location of Chrome executable.
hnguyen@chromium.org
2011-05-17
2
-22
/
+29
*
In ChromeDriver, add support for WebDriver's alert commands.
kkania@chromium.org
2011-05-16
2
-0
/
+50
*
iwyu: Include stringprintf.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-11
1
-9
/
+9
*
Add an alternative way to specify extra chrome flags via env for testing
nirnimesh@chromium.org
2011-05-11
1
-2
/
+13
*
Browser::Type cleanup.
jianli@chromium.org
2011-05-05
4
-4
/
+23
*
Revert 84115 - automation: Rename AutocompleteEdit to Omnibox in a couple of ...
tfarina@chromium.org
2011-05-04
2
-14
/
+16
*
automation: Rename AutocompleteEdit to Omnibox in a couple of methods.
tfarina@chromium.org
2011-05-04
2
-16
/
+14
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
1
-1
/
+1
*
Implementing webdriver advanced controls APIs for chromedriver.
kkania@chromium.org
2011-04-27
2
-0
/
+75
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
4
-4
/
+4
*
Removing command_execution_timeout_ms in favor of action_max_timeout_ms.
hnguyen@chromium.org
2011-04-11
7
-26
/
+44
*
Introduce a ChromeDriver automation version constant and a JSON request
kkania@chromium.org
2011-04-07
2
-0
/
+16
*
Remove extension automation support that was used only by CEEE.
joi@chromium.org
2011-04-06
4
-42
/
+0
*
GTTF: Detect browser crashes on shutdown in UI tests.
phajdan.jr@chromium.org
2011-04-06
2
-35
/
+46
*
Revert 80472 - GTTF: Detect browser crashes on shutdown in UI tests.Previousl...
phajdan.jr@chromium.org
2011-04-05
2
-39
/
+35
*
GTTF: Detect browser crashes on shutdown in UI tests.
phajdan.jr@chromium.org
2011-04-05
2
-35
/
+39
*
Allow webdriver users to choose between sending the key events when
timothe@chromium.org
2011-03-31
2
-0
/
+25
*
Send screenshots back to the client for debigging
jmikhail@google.com
2011-03-29
4
-38
/
+35
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
12
-24
/
+24
*
Return the full cookie details in TestingAutomationProvider and pass around
kkania@chromium.org
2011-03-26
2
-2
/
+76
*
Run the Worker tests for resolveLocalFileSystemURL that were added
adamk@chromium.org
2011-03-25
1
-1
/
+4
*
Move app/app_switches to ui/gfx/gl/gl_switches.
backer@chromium.org
2011-03-21
1
-1
/
+0
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Removed 'off the record' references from ExternalTabSettings and ProfileIODat...
vipul.bhasin@gmail.com
2011-03-17
1
-2
/
+2
*
fav icon -> favicon. Pass 12/12: all the rest
avi@chromium.org
2011-03-16
2
-4
/
+4
*
Move some chrome\common code to content in preparation for moving chrome\gpu.
jam@chromium.org
2011-03-11
1
-1
/
+1
*
Move ChildProcessHost and ChildProcessInfo to content.
jam@chromium.org
2011-03-09
1
-1
/
+1
*
Convert ChromeDriver to use only the JSON automation interface.
kkania@chromium.org
2011-03-08
2
-10
/
+475
*
ui_tests: use proper API for getting tab title
evan@chromium.org
2011-03-04
1
-9
/
+5
*
Add a NavigateToURL automation method which uses the JSON interface. Use it i...
kkania@chromium.org
2011-03-03
3
-3
/
+133
*
Re-land 76080 [which ncarter reverted in 76110. It was not the culprit.]
nick@chromium.org
2011-02-25
1
-2
/
+20
*
[Reason for revert: might be a factor in XP-only failures UITestCanLaunchWith...
nick@chromium.org
2011-02-25
1
-20
/
+2
*
Make NamedProxyLauncher connections more robust to errors. It now clears the ...
dtu@chromium.org
2011-02-25
1
-2
/
+20
*
Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes...
ananta@chromium.org
2011-02-24
1
-2
/
+5
*
Implements the mouse commands for webdriver.
jmikhail@google.com
2011-02-22
1
-1
/
+1
*
Allow the reliability tests to run more than on URL in JS stress mode
sgjesse@google.com
2011-02-22
1
-1
/
+1
*
Implement the target locator commands for ChromeDriver.
kkania@chromium.org
2011-02-17
2
-0
/
+29
*
Switch DOMAutomationTest.FindByXPath from FLAKY to DISABLED.
rsesek@chromium.org
2011-02-17
1
-1
/
+1
*
Re-mark DOMAutomationTest.FindByXPath as FLAKY on Windows.
rsesek@chromium.org
2011-02-16
1
-1
/
+7
*
Implement Value command in ChromeDriver.
kkania@chromium.org
2011-02-13
1
-3
/
+5
*
Mark DomAutomationTest.FindByText as flaky on Windows
jshin@chromium.org
2011-02-11
1
-1
/
+7
*
GTTF: Prefetch the browser with a longer timeout before running browser tests.
phajdan.jr@chromium.org
2011-02-11
1
-18
/
+0
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-3
/
+1
*
Move Event files into views/events
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Check for existence of testing channel even if ProxyLauncher is not launching...
dtu@chromium.org
2011-02-09
1
-5
/
+5
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
6
-99
/
+84
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
6
-84
/
+99
*
Cleanup:
pkasting@chromium.org
2011-02-08
2
-8
/
+8
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
5
-6
/
+6
*
- Add ChromeOS login and lock screen automation hooks.
dtu@chromium.org
2011-02-01
3
-1
/
+14
[next]