summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* SIGTERM should cause the application to exit on the Mac.mark@chromium.org2009-10-121-1/+1
* Revert "Revert "Add startup tests that log start script, domcontentloaded, an...tony@chromium.org2009-10-071-0/+9
* Revert "Add startup tests that log start script, domcontentloaded, and onload."mattm@chromium.org2009-10-071-9/+0
* Add startup tests that log start script, domcontentloaded, and onload.tony@chromium.org2009-10-071-0/+9
* Added support for specifying the BrowserFlags DWORD value when we register th...ananta@chromium.org2009-10-061-0/+27
* TestOverrideEncoding hanging is because TabProxy::WaitForNavigation can not g...jnd@chromium.org2009-10-041-0/+8
* Landing patch from contributor Thiago Farina.finnur@chromium.org2009-09-301-2/+2
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-2/+3
* Linux: Enable FindInPage automated ui test test.estade@chromium.org2009-09-281-4/+3
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-3/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-2/+3
* Update the TabContents::SavePage parameter to take FilePath instead of wstrin...rsesek@chromium.org2009-09-261-2/+2
* Cut down on flakiness of automated ui tests by changing message sending/waiti...estade@chromium.org2009-09-251-4/+2
* Remove unused tab_contents variable.mattm@chromium.org2009-09-241-1/+0
* Reinstating the AutomationMsg_TabReposition message and related stuff which i...ananta@chromium.org2009-09-231-0/+1
* Automated ui test porting + cleanup:estade@chromium.org2009-09-221-34/+5
* Adding basic window control to the automation provider for the Mac.avi@chromium.org2009-09-211-1/+1
* First part of automated_ui_tests improvements.phajdan.jr@chromium.org2009-09-161-0/+21
* Revert "First part of automated_ui_tests improvements."phajdan.jr@chromium.org2009-09-151-21/+0
* First part of automated_ui_tests improvements.phajdan.jr@chromium.org2009-09-151-0/+21
* Changing a NOTREACHED() to a DLOG as StopAsync can be called before a view ha...tommi@chromium.org2009-09-141-1/+3
* Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...ananta@chromium.org2009-09-061-0/+3
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-2/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Move observers out of automation_provider.cc to declutter the file.phajdan.jr@chromium.org2009-08-281-746/+1
* AutomationProvider: Implement GetBrowserForWindow() on mac and linux views.estade@chromium.org2009-08-261-0/+22
* Fix another source of flakiness in ErrorPageTestphajdan.jr@chromium.org2009-08-261-0/+40
* More interactive test porting for Linux.estade@chromium.org2009-08-211-6/+51
* Implement SetWindowBounds and SetWindowVisible in AutomationProvider for Linux.jhawkins@chromium.org2009-08-211-561/+18
* Move some waiting from AutomationProxy to AutomationProvider.phajdan.jr@chromium.org2009-08-211-0/+105
* Linux: more interactive tests porting.estade@chromium.org2009-08-201-17/+57
* Support navigating to absolute index through automation.amit@chromium.org2009-08-191-0/+14
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-17/+32
* Revert "Add automation call to wait for multiple navigations."phajdan.jr@chromium.org2009-08-191-32/+17
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-17/+32
* Cleanup in AutomationProvider's navigation observer.phajdan.jr@chromium.org2009-08-181-88/+42
* Fix TabDraggingTest.Tab2OutOfTabStrip, which I broke by changing browser_trac...estade@chromium.org2009-08-141-2/+3
* Added support in the ExternalTabContainer for handling the NEW_FOREGROUND_TAB...ananta@chromium.org2009-08-141-4/+19
* Revert some of my automation provider changes. Maybe it's possible that GetRe...estade@chromium.org2009-08-141-8/+8
* I changed an OS_WIN to TOOLKIT_VIEWS. The buildbot doesn't like it. Why don't...estade@chromium.org2009-08-131-2/+1
* linux: More automation porting.estade@chromium.org2009-08-131-22/+22
* Reland r23357 since it doesn't seem to be the cause of unit testtony@chromium.org2009-08-131-1/+1
* Revert "Renames the NavigationEntry::display_url() to virtual_url()."tony@chromium.org2009-08-131-1/+1
* Renames the NavigationEntry::display_url() to virtual_url().tony@chromium.org2009-08-131-1/+1
* Implement http auth login dialog for OS X.thakis@chromium.org2009-08-131-1/+1
* Checkpoint for event automation porting.estade@chromium.org2009-08-121-1/+19
* Porting POINT to gfx::Point.thestig@chromium.org2009-08-071-6/+6
* Revert of r22559.aa@chromium.org2009-08-061-1/+1