summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* We should only handle http and https in the URL job created to enable automat...ananta@chromium.org2009-08-211-9/+11
* The HTTP response headers coming back from the automation URL job need to be ...ananta@chromium.org2009-08-201-2/+3
* Linux: more interactive tests porting.estade@chromium.org2009-08-204-61/+115
* Support navigating to absolute index through automation.amit@chromium.org2009-08-192-0/+16
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-1/+3
* Port more browser focus tests to linux.estade@chromium.org2009-08-191-3/+6
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-192-23/+42
* Revert "Add automation call to wait for multiple navigations."phajdan.jr@chromium.org2009-08-192-42/+23
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-192-23/+42
* Cleanup in AutomationProvider's navigation observer.phajdan.jr@chromium.org2009-08-182-97/+43
* more linux automation porting: SendKeyPressNotifyWhenDoneestade@chromium.org2009-08-183-16/+50
* Some personalization cleanup:tim@chromium.org2009-08-151-2/+2
* 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-142-4/+22
* 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-135-35/+93
* 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
* Correcting a possible race between adding and removing automation resource me...robertshield@chromium.org2009-08-132-9/+25
* Implement http auth login dialog for OS X.thakis@chromium.org2009-08-131-1/+1
* Added support for the URLRequestAutomationJob object which issues HTTP reques...ananta@chromium.org2009-08-122-13/+31
* Checkpoint for event automation porting.estade@chromium.org2009-08-124-7/+82
* If URL requests are to be routed through the external host, the ExternalTabCo...ananta@chromium.org2009-08-101-1/+2
* Committing for Siggi based on review:mad@google.com2009-08-084-15/+67
* The UrlRequestAutomationJob::GetResponseInfo function needs to return a valid...ananta@chromium.org2009-08-071-1/+16
* Porting POINT to gfx::Point.thestig@chromium.org2009-08-072-8/+12
* Revert of r22559.aa@chromium.org2009-08-062-2/+2
* Don't run the SetProxyConfig task on the UI thread as it causes a bunch of DC...ananta@chromium.org2009-08-061-14/+2
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-062-2/+2
* Put forwarding function for GetTheme into the automation profile.avi@chromium.org2009-08-031-0/+3
* Adding outbound header filtering to automation HTTP requests.robertshield@chromium.org2009-07-311-2/+30
* ChromeURLRequestContext falloutamit@chromium.org2009-07-301-13/+23
* Add support for moving the mouse so that GetMessagePos would notice.darin@chromium.org2009-07-301-4/+25
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-304-7/+31
* Move mock url request classes to a location when browser tests will be able t...phajdan.jr@chromium.org2009-07-3011-747/+2
* Added automation messages and corresponding handlers to support operations like ananta@chromium.org2009-07-292-33/+123
* Cause POST data to be marhsaled across the automation interface when using Au...robertshield@chromium.org2009-07-291-1/+2
* There are instances where the URLRequestAutomationJob::Kill() function can ge...ananta@chromium.org2009-07-281-2/+4
* Moved the logical dependency on Blacklist from URLRequestContextidanan@chromium.org2009-07-281-1/+0
* Navigation and cookies for Automationamit@chromium.org2009-07-284-3/+341
* Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky.phajdan.jr@chromium.org2009-07-275-16/+130
* Reverting 21588 to make Linux toolkit dbg happy.mhm@chromium.org2009-07-252-13/+12
* Reverting 21593.mhm@chromium.org2009-07-251-3/+2
* Fix Linux Toolkit dbg bustage.mhm@chromium.org2009-07-251-2/+3
* Porting POINT to gfx::Point for automation providermhm@chromium.org2009-07-242-12/+13
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-242-6/+0
* Split the IPC code into ipc/agl@chromium.org2009-07-224-5/+5
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-203-5/+7