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
...
*
ExternalTabcontainer browser to initial URL
amit@chromium.org
2009-09-11
3
-175
/
+302
*
Disable AutomationProxyVisibleTest.AutocompleteMatchesTest.
phajdan.jr@chromium.org
2009-09-09
1
-4
/
+2
*
Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...
ananta@chromium.org
2009-09-06
1
-7
/
+12
*
Convert std::wstring encoding names to std::string in a bunch of files.
tony@chromium.org
2009-09-04
3
-13
/
+13
*
Chrome side of the fix for uploading histograms sent by automation clients. T...
ananta@chromium.org
2009-09-02
1
-0
/
+5
*
Avoid an automation call which may induce flakiness in some tests.
phajdan.jr@chromium.org
2009-09-01
2
-29
/
+23
*
Explicitly including the redirect status with the AutomationURLResponse info.
tommi@chromium.org
2009-08-31
1
-2
/
+7
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-3
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-1
/
+3
*
Fix another source of flakiness in ErrorPageTest
phajdan.jr@chromium.org
2009-08-26
3
-8
/
+59
*
Move some waiting from AutomationProxy to AutomationProvider.
phajdan.jr@chromium.org
2009-08-21
2
-31
/
+26
*
Disables flaky AutomationProxyVisibleTest.AutocompleteMatchesTest
erg@google.com
2009-08-20
1
-1
/
+5
*
Remove include of IPC headers from headers they crept into. This slows down ...
jam@chromium.org
2009-08-20
2
-1
/
+10
*
Support navigating to absolute index through automation.
amit@chromium.org
2009-08-19
5
-12
/
+70
*
Add automation call to wait for multiple navigations.
phajdan.jr@chromium.org
2009-08-19
4
-12
/
+52
*
Revert "Add automation call to wait for multiple navigations."
phajdan.jr@chromium.org
2009-08-19
4
-47
/
+12
*
Add automation call to wait for multiple navigations.
phajdan.jr@chromium.org
2009-08-19
4
-12
/
+47
*
Cleanup in AutomationProvider's navigation observer.
phajdan.jr@chromium.org
2009-08-18
2
-25
/
+36
*
more linux automation porting: SendKeyPressNotifyWhenDone
estade@chromium.org
2009-08-18
1
-16
/
+0
*
Added support in the ExternalTabContainer for handling the NEW_FOREGROUND_TAB...
ananta@chromium.org
2009-08-14
1
-0
/
+7
*
linux: More automation porting.
estade@chromium.org
2009-08-13
3
-7
/
+19
*
Remove spurious DCHECK in automation handle tracker that was occasionally get...
robertshield@chromium.org
2009-08-13
1
-1
/
+0
*
Added support for the URLRequestAutomationJob object which issues HTTP reques...
ananta@chromium.org
2009-08-12
1
-1
/
+11
*
Checkpoint for event automation porting.
estade@chromium.org
2009-08-12
1
-4
/
+20
*
Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...
phajdan.jr@chromium.org
2009-08-06
1
-1
/
+1
*
Revert of r22559.
aa@chromium.org
2009-08-06
1
-1
/
+1
*
Bunch of Coverity fixes, rather minor severity.
phajdan.jr@chromium.org
2009-08-06
1
-1
/
+1
*
ChromeURLRequestContext fallout
amit@chromium.org
2009-07-30
1
-0
/
+3
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
3
-0
/
+17
*
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
*
Added automation messages and corresponding handlers to support operations like
ananta@chromium.org
2009-07-29
3
-0
/
+54
*
Cause POST data to be marhsaled across the automation interface when using Au...
robertshield@chromium.org
2009-07-29
1
-2
/
+8
*
Remove *.vsprops files that are no longer referenced (or only have
sgk@google.com
2009-07-28
1
-11
/
+0
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
2
-1
/
+11
*
Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky.
phajdan.jr@chromium.org
2009-07-27
1
-2
/
+16
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
5
-9
/
+10
*
Adding handling of target and origin in external tab's postMessage + a unit t...
tommi@chromium.org
2009-07-15
1
-0
/
+45
*
Remove the defunct SetAccelerator message and replace it with an
amit@chromium.org
2009-07-14
7
-69
/
+98
*
Added an async automation message AutomationMsg_PrintAsync to asynchronously ...
ananta@chromium.org
2009-07-13
3
-0
/
+13
*
Remove flakiness-inducing part of AutomationProxyTest.NavigateToURLWithTimeout1.
phajdan.jr@chromium.org
2009-07-10
1
-4
/
+0
*
A prototype of resource loading through automation
amit@chromium.org
2009-07-09
2
-0
/
+101
*
Adds a way to set the boundaries of the browser window through
arv@google.com
2009-07-08
3
-0
/
+23
*
Make two IPC messages async.
stoyan@chromium.org
2009-07-06
1
-4
/
+4
*
Review URL: http://codereview.chromium.org/146114
jshin@chromium.org
2009-06-24
1
-1
/
+1
*
Removes entirely dead code paths related to ConstrainedWindows.
erg@chromium.org
2009-06-16
6
-139
/
+1
*
Fixed 3 tests that failed in hebrew enabled vista
hbono@chromium.org
2009-06-15
4
-1
/
+41
*
Linux: refactor zygote support
agl@chromium.org
2009-06-12
1
-4
/
+4
*
Allow external hosts to handle the context menu and thus be able to customize...
ananta@chromium.org
2009-06-12
3
-0
/
+21
*
Get tab HWND directly as result of CreateExternalTab automation call.
stoyan@chromium.org
2009-06-11
4
-8
/
+14
*
Revert 18109, 18111: Windows UI tests failed.
agl@chromium.org
2009-06-10
1
-4
/
+4
[prev]
[next]