summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation
Commit message (Expand)AuthorAgeFilesLines
* Take 2 at this. The only change between this and the first is to add the GetT...sky@chromium.org2009-10-275-6/+67
* Revert 30194 - Makes session restore on Chrome OS restore popups.sky@chromium.org2009-10-275-60/+8
* Makes session restore on Chrome OS restore popups.sky@chromium.org2009-10-275-8/+60
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-2/+2
* Enhance extension UI testing by enabling you to select which extensionjoi@chromium.org2009-10-233-6/+21
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-203-0/+51
* Assigning INFINITE (which is 0xFFFFFFFF) to an int, is not a very good idea...mad@chromium.org2009-10-191-1/+5
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-194-6/+14
* Mark some disabled tests as flaky to increase test coverage.phajdan.jr@chromium.org2009-10-161-1/+2
* Use FilePath in URLRequestMocks.evan@chromium.org2009-10-141-2/+2
* This CL is for the needs of ChromeFrame.stoyan@google.com2009-10-131-0/+6
* This is a second attempt at submitting this changelist. The original one wasmarkus@chromium.org2009-10-131-1/+3
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-112-6/+6
* 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