summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-081-2/+8
* Allow reentrant tasks on window close in in-proc browser test framework. Dis...kkania@chromium.org2009-11-231-0/+9
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-051-2/+2
* Add support for getting the real process id from within the suid sandbox. The...thestig@chromium.org2009-11-041-0/+28
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-1/+3
* The ParseFeed test was testing too much in one test, hitting the overall limi...finnur@chromium.org2009-10-151-2/+6
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Add SetUpTestFixtureTest/TearDownTestFixtureTest methods to InProcessBrowserT...tim@chromium.org2009-09-231-0/+3
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-3/+3
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-16/+11
* Improves a code block in in_process_browser_test, avoids the use of FilePath:...avi@chromium.org2009-09-101-6/+5
* Disable external DNS resolutions for in-process tests.phajdan.jr@chromium.org2009-09-021-5/+3
* Revert r24606-24607. The tree didn't like them. :(phajdan.jr@chromium.org2009-08-271-0/+3
* Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.phajdan.jr@chromium.org2009-08-271-3/+0
* Turn tips on by default, and turn off tip loading during UI testing.mirandac@chromium.org2009-08-261-4/+2
* Original Changelist being moved to this new location. Refer Original CL # 110...tejasshah@google.com2009-08-211-3/+0
* Revert "Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test...phajdan.jr@chromium.org2009-08-201-0/+3
* Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.phajdan.jr@chromium.org2009-08-201-3/+0
* Convert parts of errorpage_uitest.cc to be not flaky.phajdan.jr@chromium.org2009-08-151-0/+5
* Make user data dir deletion optional for InProcessBrowserTests.tim@chromium.org2009-08-071-1/+5
* Enable url request mocks in browser tests.phajdan.jr@chromium.org2009-07-311-0/+4
* Remove duplication of DieFileDie, and move it to proper location.phajdan.jr@chromium.org2009-07-301-21/+6
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-0/+2
* 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