summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_uitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-7/+8
* fixup for style nitsatwilson@chromium.org2010-08-111-2/+0
* Added support for --no-startup-window flag to launch chrome with no startup w...atwilson@chromium.org2010-08-111-0/+25
* Remove deprecated CommandLine API.evan@chromium.org2010-07-301-2/+1
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-2/+1
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-2/+5
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-4/+2
* Moved code that generates APP_TERMINATING notification into BrowserList so it...atwilson@chromium.org2010-07-201-0/+26
* Add a simple UI test for --app mode.scherkus@chromium.org2010-06-291-1/+28
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* [GTTF] Tests cleanup:phajdan.jr@chromium.org2010-04-081-3/+3
* Mark OtherRedirectsDontForkProcess as FLAKY because it crashed at leastdmazzoni@chromium.org2010-04-021-1/+2
* [GTTF] Unify polling interval in some of the polling functionsphajdan.jr@chromium.org2010-03-301-1/+1
* Marking the PosixSessionEnd test as flaky..ananta@chromium.org2010-03-261-1/+2
* [GTTF] Various ui tests cleanups:phajdan.jr@chromium.org2010-03-261-55/+4
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-3/+3
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-2/+3
* [GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...phajdan.jr@chromium.org2010-03-111-0/+3
* Attempting to reland this CL as this does not seem related to the ui test fai...ananta@chromium.org2010-03-091-0/+42
* Revert "Launching Chrome with a user-data-dir command line switch containing ...mattm@chromium.org2010-03-091-42/+0
* Launching Chrome with a user-data-dir command line switch containing a non AS...ananta@chromium.org2010-03-091-0/+42
* Make several tests more snappy, less sleepy.phajdan.jr@chromium.org2010-02-101-14/+3
* Disable a failing test on chrome os.estade@chromium.org2010-01-211-1/+9
* Remove some obsolete ifdefs that excluded certain tests on linux + mac.estade@chromium.org2010-01-201-6/+0
* Kiosk Mode implementation.mhm@chromium.org2009-11-091-0/+26
* Mark ShowModalDialogTest.BasicTest as FLAKYrafaelw@chromium.org2009-11-031-1/+2
* Reenable PosixSessionEnd test.johnnyg@chromium.org2009-10-311-1/+1
* Temporarily disable PosixSessionEnd test to make sure it's not masking other ...johnnyg@chromium.org2009-10-311-1/+1
* Fix a whole bunch of style nits.erg@google.com2009-10-131-1/+0
* Revert r28745 which disabled nested message loops on Mac, after Mark's fixes.jam@chromium.org2009-10-131-4/+0
* Disable nested message loops in Mac for now. There seems to be a problem wit...jam@chromium.org2009-10-121-0/+4
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Adding a SIGTERM handler for OS_POSIX builds. This is needed so that Chrome ...cmasone@google.com2009-10-071-3/+49
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-291-2/+0
* Automated ui test porting + cleanup:estade@chromium.org2009-09-221-15/+2
* Support running tests under LayoutTests/http/tests/local as local file, in or...jianli@chromium.org2009-09-111-0/+21
* Make ShowModalDialogTest.BasicTest not flaky and re-enable it.phajdan.jr@chromium.org2009-08-241-16/+12
* Disable flaky ShowModalDialogTest.BasicTestphajdan.jr@chromium.org2009-08-211-1/+3
* Renable ShowModalDialogTest test with a longer timeout. Until we have a way ...jam@chromium.org2009-08-191-4/+5
* Disable ShowModalDialogTest.BasicTest. Currently #2 flaky test.phajdan.jr@chromium.org2009-07-281-1/+2
* Make BrowserTest.ThirtyFourTabs not-flakyphajdan.jr@chromium.org2009-07-141-29/+0
* Convert JavascriptAlertActivatesTab to browser_tests framework.phajdan.jr@chromium.org2009-07-101-19/+0
* Fix window.close() not working for modal dialogs.jam@chromium.org2009-07-101-0/+7
* Convert most flakiness-prone Browser UI tests to browser_tests framework.phajdan.jr@chromium.org2009-07-091-76/+0
* Sprinkle some defensiveness into the UI tests so that they don't explode if t...stuartmorgan@chromium.org2009-07-071-0/+4
* Fix showModalDialog regression.jam@chromium.org2009-07-031-0/+25
* Fixed 3 tests that failed in hebrew enabled vistahbono@chromium.org2009-06-151-2/+25
* Coverity underground warfare: check return codecpu@google.com2009-06-011-3/+3
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-11/+11
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1