summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix port disconnect so that it's refcounted. This fixes a bug where a channelmpcomplete@chromium.org2009-07-271-3/+4
* Disable the tips service by default.arv@google.com2009-07-251-1/+4
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-9/+10
* Quick fix to stop interactive_ui_tests from hanging; no tip service fetching ...mirandac@chromium.org2009-07-131-0/+2
* Review URL: http://codereview.chromium.org/155360tejasshah@google.com2009-07-101-4/+10
* This CL prevents the first run UI from showing in the browser tests, as it wo...jcampan@chromium.org2009-07-091-0/+3
* Add some logging to a flakey browsertest to debug.aa@chromium.org2009-07-081-0/+5
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-041-0/+1
* Adds time-out to browser-tests to prevent a hanging test from hanging the ent...jcampan@chromium.org2009-07-011-0/+25
* On Linux, the path to the exe is used to fork renderer processes.jcampan@chromium.org2009-06-251-0/+16
* Makes sure we close all browsers, not just the active ones.jcampan@chromium.org2009-06-231-3/+2
* Close all browsers during InProcessBrowserTest cleanup, not just the main one.erikkay@google.com2009-06-161-21/+5
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-051-2/+7
* honor index in createTab()rafaelw@chromium.org2009-05-061-1/+2
* Fix issue 11006 - any plugin process started by InProcessBrowserTest wastim@chromium.org2009-04-301-8/+9
* Relanding this: jcampan@chromium.org2009-04-281-11/+0
* Reverting my change it breaks release compilation on Windows.jcampan@chromium.org2009-04-271-0/+11
* This patch adds a new kind of tests: browser tests.jcampan@chromium.org2009-04-271-11/+0
* Create a ChromeProcessUtil for the Mac, and enable it in the tests.avi@google.com2009-04-231-1/+1
* Stop using and remove deprecated file_util::TrimFilename().thestig@chromium.org2009-04-211-1/+3
* 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
* Hook up extension events to the json parser, and change the extension messagempcomplete@google.com2009-04-131-0/+2
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-101-6/+9
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-091-9/+6
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-091-6/+9
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-3/+12
* Adjustments in chrome_test_suite external dns lookups detection code:phajdan.jr@chromium.org2009-04-071-4/+6
* Move code to allow dns queries (and accompanyingaa@chromium.org2009-04-031-0/+9
* Run ExtensionViewTest in single-process mode to try to make it less flaky.mpcomplete@google.com2009-03-121-1/+11
* Reverting 11467.mpcomplete@google.com2009-03-111-5/+1
* Try to make ExtensionViewTest less flaky by running it in single-process mode.mpcomplete@google.com2009-03-111-1/+5
* 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-2/+14
* Reverting 10318.jcampan@chromium.org2009-02-251-14/+2
* Landing again the move of browser focus UI tests to in process.jcampan@chromium.org2009-02-251-2/+14
* Reverting 10295.jcampan@chromium.org2009-02-241-14/+2
* Converted the browser focus interactive ui tests to be in process.jcampan@chromium.org2009-02-241-2/+14
* Add Recycle() method to scoped autorelease pool to allow cleaning out any junkpinkerton@chromium.org2009-02-091-1/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-2/+4
* Provides the ability to write a unit test that brings up a browser. Assky@google.com2009-01-301-0/+179