summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation
Commit message (Expand)AuthorAgeFilesLines
* Disable ExternalTabTestType.ExternalTabPostMessageTarget, which has been fail...jhawkins@chromium.org2009-10-081-1/+1
* Disable ExternalTabTestType.ExternalTabPostMessageTarget which is failing con...jhawkins@chromium.org2009-10-071-1/+1
* Revert "Revert "Add startup tests that log start script, domcontentloaded, an...tony@chromium.org2009-10-073-0/+16
* Revert "Add startup tests that log start script, domcontentloaded, and onload."mattm@chromium.org2009-10-073-16/+0
* Add startup tests that log start script, domcontentloaded, and onload.tony@chromium.org2009-10-073-0/+16
* Added support for specifying the BrowserFlags DWORD value when we register th...ananta@chromium.org2009-10-062-0/+13
* Landing patch from contributor Thiago Farina.finnur@chromium.org2009-09-303-3/+3
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-293-8/+9
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-283-9/+8
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-283-8/+9
* Update the TabContents::SavePage parameter to take FilePath instead of wstrin...rsesek@chromium.org2009-09-263-6/+5
* Reinstating the AutomationMsg_TabReposition message and related stuff which i...ananta@chromium.org2009-09-234-2/+91
* Automated ui test porting + cleanup:estade@chromium.org2009-09-229-185/+107
* ExternalTabcontainer browser to initial URLamit@chromium.org2009-09-113-175/+302
* Disable AutomationProxyVisibleTest.AutocompleteMatchesTest.phajdan.jr@chromium.org2009-09-091-4/+2
* Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...ananta@chromium.org2009-09-061-7/+12
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-043-13/+13
* Chrome side of the fix for uploading histograms sent by automation clients. T...ananta@chromium.org2009-09-021-0/+5
* Avoid an automation call which may induce flakiness in some tests.phajdan.jr@chromium.org2009-09-012-29/+23
* Explicitly including the redirect status with the AutomationURLResponse info.tommi@chromium.org2009-08-311-2/+7
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+3
* Fix another source of flakiness in ErrorPageTestphajdan.jr@chromium.org2009-08-263-8/+59
* Move some waiting from AutomationProxy to AutomationProvider.phajdan.jr@chromium.org2009-08-212-31/+26
* Disables flaky AutomationProxyVisibleTest.AutocompleteMatchesTesterg@google.com2009-08-201-1/+5
* Remove include of IPC headers from headers they crept into. This slows down ...jam@chromium.org2009-08-202-1/+10
* Support navigating to absolute index through automation.amit@chromium.org2009-08-195-12/+70
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-194-12/+52
* Revert "Add automation call to wait for multiple navigations."phajdan.jr@chromium.org2009-08-194-47/+12
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-194-12/+47
* Cleanup in AutomationProvider's navigation observer.phajdan.jr@chromium.org2009-08-182-25/+36
* more linux automation porting: SendKeyPressNotifyWhenDoneestade@chromium.org2009-08-181-16/+0
* Added support in the ExternalTabContainer for handling the NEW_FOREGROUND_TAB...ananta@chromium.org2009-08-141-0/+7
* linux: More automation porting.estade@chromium.org2009-08-133-7/+19
* Remove spurious DCHECK in automation handle tracker that was occasionally get...robertshield@chromium.org2009-08-131-1/+0
* Added support for the URLRequestAutomationJob object which issues HTTP reques...ananta@chromium.org2009-08-121-1/+11
* Checkpoint for event automation porting.estade@chromium.org2009-08-121-4/+20
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-061-1/+1
* Revert of r22559.aa@chromium.org2009-08-061-1/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+1
* ChromeURLRequestContext falloutamit@chromium.org2009-07-301-0/+3
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-303-0/+17
* Move mock url request classes to a location when browser tests will be able t...phajdan.jr@chromium.org2009-07-301-1/+1
* Added automation messages and corresponding handlers to support operations like ananta@chromium.org2009-07-293-0/+54
* Cause POST data to be marhsaled across the automation interface when using Au...robertshield@chromium.org2009-07-291-2/+8
* Remove *.vsprops files that are no longer referenced (or only havesgk@google.com2009-07-281-11/+0
* Navigation and cookies for Automationamit@chromium.org2009-07-282-1/+11
* Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky.phajdan.jr@chromium.org2009-07-271-2/+16
* Split the IPC code into ipc/agl@chromium.org2009-07-225-9/+10
* Adding handling of target and origin in external tab's postMessage + a unit t...tommi@chromium.org2009-07-151-0/+45