summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-142-6/+6
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-3/+24
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-4/+4
* rollback unintended changedarin@google.com2008-09-291-1/+1
* Add a command line switch for fastback work.darin@google.com2008-09-291-1/+1
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-261-3/+3
* Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...brettw@google.com2008-09-251-3/+5
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-243-3/+185
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-1/+1
* Fix interactive UI tests...beng@google.com2008-09-141-2/+0
* Move the Save Page code to the browser/download/ directory.paulg@google.com2008-09-141-1/+1
* Move the download code to new directories:paulg@google.com2008-09-131-1/+1
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-102-20/+15
* Readding UI test I pulled yesterday; hopefully the bots will like it more now...finnur@google.com2008-09-052-0/+27
* No code change, just changing a comment (a nit from my previous review). This...finnur@google.com2008-08-281-3/+3
* Adding a test to catch regressions where the Find box moves when you open and...finnur@google.com2008-08-282-62/+89
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-4/+4
* Adding a UI test to catch the crash described in issue 1341577.This test is d...finnur@google.com2008-08-272-11/+25
* Use a more compact license header in source files.license.bot2008-08-2421-590/+84
* Code review changes. Incorporated all the suggestions from previous review. joshia@google.com2008-08-212-9/+8
* The automation system can be torn down before all of the notification observersdarin@google.com2008-08-191-0/+5
* Factor the SSL state out of the main NavigationEntry into a helper class. Thisbrettw@google.com2008-08-191-2/+2
* Fix build break.iyengar@google.com2008-08-151-0/+33
* Added support for PostMessage from the automation framework toiyengar@google.com2008-08-151-0/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+2
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-153-33/+21
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b9...sidchat@google.com2008-08-142-2/+15
* Make the FindInPageController implement its own delegate interface forbrettw@google.com2008-08-141-0/+8
* First, this removes the dependency of NavigationController on thebrettw@google.com2008-08-131-1/+1
* Move RenderViewHost management out of WebContents into a newbrettw@google.com2008-08-121-1/+1
* A set of tests to exercise chrome menus as well as parts of bookmarksky@google.com2008-08-112-20/+236
* Adding an interactive UI test to catch when switching between two tabs (both ...finnur@google.com2008-08-062-9/+26
* Another attempt at this CL.jcampan@google.com2008-08-042-0/+22
* Reverting my last commit, it seems to cause regression on the page cycler tests.jcampan@google.com2008-08-042-22/+0
* Added testing of Chromium dialogs to the automated ui tests.jcampan@google.com2008-08-042-0/+22
* Automation provider should send real windows messages to the window when simu...beng@google.com2008-08-011-8/+33
* Move BrowserToolbarView to the frames (XPFrame/VistaFrame).beng@google.com2008-07-311-0/+1
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-313-9/+9
* Rename ChromeFrame->BrowserWindowbeng@google.com2008-07-301-3/+3
* Try to cut down on some unnecessary dependencies. Remove any unused includes...deanm@google.com2008-07-284-2/+2
* Add chrome to the repository.initial.commit2008-07-2621-0/+4308