summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui
Commit message (Expand)AuthorAgeFilesLines
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-5/+5
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-131-5/+6
* Mark scrollbar test flaky on Mac.brettw@chromium.org2010-08-131-3/+3
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-105-0/+5
* CommandLine: Deprecate a function on non-Windows.evan@chromium.org2010-08-091-1/+1
* Take 2: Copy the npapi pepper test plugin during the build so wetony@chromium.org2010-08-075-79/+19
* Add new downloads testsnirnimesh@chromium.org2010-08-072-2/+15
* Revert "Copy the npapi pepper test plugin during the build so we don't"tony@chromium.org2010-08-065-19/+79
* GTTF: Replace DCHECK with EXPECT_TRUE in UITestBase.phajdan.jr@chromium.org2010-08-061-1/+1
* Copy the npapi pepper test plugin during the build so we don'ttony@chromium.org2010-08-065-79/+19
* FBTF: Remove unneeded headers from base/ (part 3)thestig@chromium.org2010-08-061-1/+0
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-062-25/+25
* Mark some flaky and failing tests as such.brettw@chromium.org2010-08-061-2/+5
* Implement the UrlUtil pepper interface. Pull PPAPI to get that interface.brettw@chromium.org2010-08-051-0/+4
* Copy the layout test plugin during a gyp step instead oftony@chromium.org2010-08-052-37/+2
* Better fix for Windows test failure. Delete the old filetony@chromium.org2010-08-051-5/+7
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* Only copy the plugin if it doesn't already exist.tony@chromium.org2010-08-041-3/+5
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-042-23/+23
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-042-23/+23
* Don't delete npapi plugins copied into <(PRODUCT_DIR)/pluginstony@chromium.org2010-08-041-4/+2
* PrependWrapper is platform-specific, so it should take a platform string.evan@chromium.org2010-08-041-1/+1
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-2/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-0/+2
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-2/+2
* Mark PPAPITest.PaintAggregator flakynick@chromium.org2010-08-031-1/+2
* Mark VerifyHistoryLength3 as FAILS.cbentzel@chromium.org2010-08-021-1/+3
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-8/+16
* Remove some wstrings used in ui_test.cc.evan@chromium.org2010-07-303-32/+27
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-2/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-303-7/+8
* Use an integer for the port parameter to the UI test HTTP server.evan@chromium.org2010-07-302-7/+6
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-303-8/+8
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-294-24/+14
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-3/+3
* Enable more PPAPI tests.brettw@chromium.org2010-07-291-10/+0
* Marked Pepper3D test as FAILS since it is failing on buildbots but passes on ...alokp@chromium.org2010-07-281-1/+2
* Enabled pepper3d test. Explicitly specified Mesa renderer to use for the 3d t...alokp@chromium.org2010-07-281-2/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-265-0/+5
* GTTF: Flip PPAPITest.Scrollbar from FAILS to FLAKY on Linux,phajdan.jr@chromium.org2010-07-261-3/+2
* GTTF: flip FastShutdown.SlowTermination from FAILS to FLAKYphajdan.jr@chromium.org2010-07-261-1/+1
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-2/+2
* GTTF: Make ui_tests more reliable by using a temporary profile directoryphajdan.jr@chromium.org2010-07-212-29/+29
* Set url fetch test timeout back to old values. Increase UI test command timeo...thestig@chromium.org2010-07-171-1/+1
* GTTF: increase UITestBase::timeout_ms_ slightly (to 10 minutes) for Dromaeo t...phajdan.jr@chromium.org2010-07-161-1/+1
* Move tests for the layout test plugin to the right fixture.jochen@chromium.org2010-07-162-55/+62
* GTTF: Keep the train fast, lower the UI test timeouts.phajdan.jr@chromium.org2010-07-161-4/+4
* chromeos: except when signing off, disallow closing of last NTP of last non-i...kuan@chromium.org2010-07-141-0/+3
* Output some error text if one of these Wait functions should timeout.darin@chromium.org2010-07-141-7/+32
* Fix some uninitialize variables that caused the URLLoader test todarin@chromium.org2010-07-141-8/+0