summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui_test_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Small clean-up to not expose base::Process from RenderProcesHost, and instead...jam@chromium.org2009-11-131-1/+1
* GMocking Externaltab tests.stoyan@google.com2009-11-041-0/+23
* DevTools: fix and enable DevToolsExtensionDebugTest.TestContentScriptIsPresent.yurys@google.com2009-10-271-1/+1
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-2/+2
* Add a browser test for extensions autoupdate.asargent@chromium.org2009-10-141-0/+10
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* The focus would only be restored properly the first time thejcampan@chromium.org2009-10-021-0/+60
* Coverity: Initialize dialog_ in the constructor.jhawkins@chromium.org2009-09-301-1/+3
* This CL makes the browser focus tests faster by replacingjcampan@chromium.org2009-09-181-0/+11
* This CL adds a test to insure we are not regressing on http://crbug.com/19941jcampan@chromium.org2009-09-151-11/+19
* Convert parts of errorpage_uitest.cc to be not flaky.phajdan.jr@chromium.org2009-08-151-9/+17
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-3/+5
* The focus would be messed-up when reloading a crashed tab, also causing accel...jcampan@chromium.org2009-07-291-0/+31
* Convert JavascriptAlertActivatesTab to browser_tests framework.phajdan.jr@chromium.org2009-07-101-0/+40
* Convert crash recovery tests to browser test framework, which should reduce f...phajdan.jr@chromium.org2009-07-081-1/+22
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-041-12/+14
* reenable RenderViewHostManager browertest, add DownloadsCompleteObserver to u...rafaelw@chromium.org2009-07-021-0/+99
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-051-1/+7
* Fix crash as a result of my previous change to fix the memory leak in WebCach...jam@chromium.org2009-05-221-0/+12
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* Migrating the SSL UI tests to be browser tests.jcampan@chromium.org2009-04-291-32/+85
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-2/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-1/+1
* Reverting 14005.brettw@chromium.org2009-04-181-1/+1
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-1/+1
* Fix 10573: Dismissing Find-in page doesn't set focusfinnur@chromium.org2009-04-171-1/+40
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-101-5/+26
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-091-26/+5
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-091-5/+26
* Move widget related files into views/widgetben@chromium.org2009-03-171-1/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Trying again to land this CL that makes the browser focus UI tests in process.jcampan@chromium.org2009-02-251-1/+3
* Reverting 10318.jcampan@chromium.org2009-02-251-3/+1
* Landing again the move of browser focus UI tests to in process.jcampan@chromium.org2009-02-251-1/+3
* Reverting 10295.jcampan@chromium.org2009-02-241-3/+1
* Converted the browser focus interactive ui tests to be in process.jcampan@chromium.org2009-02-241-1/+3
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-5/+6
* Provides the ability to write a unit test that brings up a browser. Assky@google.com2009-01-301-0/+77