| Commit message (Expand) | Author | Age | Files | Lines |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -5/+5 |
* | CommandLine: eliminate wstring-accepting AppendLooseValue | evan@chromium.org | 2010-08-13 | 1 | -5/+6 |
* | Mark scrollbar test flaky on Mac. | brettw@chromium.org | 2010-08-13 | 1 | -3/+3 |
* | FBTF: Clean up some headers in tab_contents_delegate.h. | erg@google.com | 2010-08-10 | 5 | -0/+5 |
* | CommandLine: Deprecate a function on non-Windows. | evan@chromium.org | 2010-08-09 | 1 | -1/+1 |
* | Take 2: Copy the npapi pepper test plugin during the build so we | tony@chromium.org | 2010-08-07 | 5 | -79/+19 |
* | Add new downloads tests | nirnimesh@chromium.org | 2010-08-07 | 2 | -2/+15 |
* | Revert "Copy the npapi pepper test plugin during the build so we don't" | tony@chromium.org | 2010-08-06 | 5 | -19/+79 |
* | GTTF: Replace DCHECK with EXPECT_TRUE in UITestBase. | phajdan.jr@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | Copy the npapi pepper test plugin during the build so we don't | tony@chromium.org | 2010-08-06 | 5 | -79/+19 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-06 | 2 | -25/+25 |
* | Mark some flaky and failing tests as such. | brettw@chromium.org | 2010-08-06 | 1 | -2/+5 |
* | Implement the UrlUtil pepper interface. Pull PPAPI to get that interface. | brettw@chromium.org | 2010-08-05 | 1 | -0/+4 |
* | Copy the layout test plugin during a gyp step instead of | tony@chromium.org | 2010-08-05 | 2 | -37/+2 |
* | Better fix for Windows test failure. Delete the old file | tony@chromium.org | 2010-08-05 | 1 | -5/+7 |
* | base: rename Environment::HasEnv to Environment::HasVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Only copy the plugin if it doesn't already exist. | tony@chromium.org | 2010-08-04 | 1 | -3/+5 |
* | Revert "Remove GetSwitchValue() from chrome/* where easy." | evan@chromium.org | 2010-08-04 | 2 | -23/+23 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-04 | 2 | -23/+23 |
* | Don't delete npapi plugins copied into <(PRODUCT_DIR)/plugins | tony@chromium.org | 2010-08-04 | 1 | -4/+2 |
* | PrependWrapper is platform-specific, so it should take a platform string. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 2 | -0/+2 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Mark PPAPITest.PaintAggregator flaky | nick@chromium.org | 2010-08-03 | 1 | -1/+2 |
* | Mark VerifyHistoryLength3 as FAILS. | cbentzel@chromium.org | 2010-08-02 | 1 | -1/+3 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -8/+16 |
* | Remove some wstrings used in ui_test.cc. | evan@chromium.org | 2010-07-30 | 3 | -32/+27 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 3 | -7/+8 |
* | Use an integer for the port parameter to the UI test HTTP server. | evan@chromium.org | 2010-07-30 | 2 | -7/+6 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 3 | -8/+8 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 4 | -24/+14 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -3/+3 |
* | Enable more PPAPI tests. | brettw@chromium.org | 2010-07-29 | 1 | -10/+0 |
* | Marked Pepper3D test as FAILS since it is failing on buildbots but passes on ... | alokp@chromium.org | 2010-07-28 | 1 | -1/+2 |
* | Enabled pepper3d test. Explicitly specified Mesa renderer to use for the 3d t... | alokp@chromium.org | 2010-07-28 | 1 | -2/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 5 | -0/+5 |
* | GTTF: Flip PPAPITest.Scrollbar from FAILS to FLAKY on Linux, | phajdan.jr@chromium.org | 2010-07-26 | 1 | -3/+2 |
* | GTTF: flip FastShutdown.SlowTermination from FAILS to FLAKY | phajdan.jr@chromium.org | 2010-07-26 | 1 | -1/+1 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -2/+2 |
* | GTTF: Make ui_tests more reliable by using a temporary profile directory | phajdan.jr@chromium.org | 2010-07-21 | 2 | -29/+29 |
* | Set url fetch test timeout back to old values. Increase UI test command timeo... | thestig@chromium.org | 2010-07-17 | 1 | -1/+1 |
* | GTTF: increase UITestBase::timeout_ms_ slightly (to 10 minutes) for Dromaeo t... | phajdan.jr@chromium.org | 2010-07-16 | 1 | -1/+1 |
* | Move tests for the layout test plugin to the right fixture. | jochen@chromium.org | 2010-07-16 | 2 | -55/+62 |
* | GTTF: Keep the train fast, lower the UI test timeouts. | phajdan.jr@chromium.org | 2010-07-16 | 1 | -4/+4 |
* | chromeos: except when signing off, disallow closing of last NTP of last non-i... | kuan@chromium.org | 2010-07-14 | 1 | -0/+3 |
* | Output some error text if one of these Wait functions should timeout. | darin@chromium.org | 2010-07-14 | 1 | -7/+32 |
* | Fix some uninitialize variables that caused the URLLoader test to | darin@chromium.org | 2010-07-14 | 1 | -8/+0 |