| Commit message (Expand) | Author | Age | Files | Lines |
* | GTTF: Move parts of UITestBase down to UITest. | phajdan.jr@chromium.org | 2010-10-06 | 2 | -346/+348 |
* | Move TestTimeouts from chrome/test to base/test. | sergeyu@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | PPAPITest: disable a test that always times out. | evan@chromium.org | 2010-10-04 | 1 | -1/+2 |
* | Run PPAPI's Var tests | piman@chromium.org | 2010-09-30 | 1 | -0/+4 |
* | Extract common browser command-line flags used by tests. | phajdan.jr@chromium.org | 2010-09-30 | 1 | -8/+2 |
* | GTTF: remove flaky mark from following tests: | phajdan.jr@chromium.org | 2010-09-29 | 1 | -2/+1 |
* | Turn off preconnect for UI tests as well. | jochen@chromium.org | 2010-09-29 | 1 | -0/+3 |
* | dom_checker_uitest: fix three related bugs | evan@chromium.org | 2010-09-29 | 1 | -8/+13 |
* | GTTF: clean up http server launching in ui_tests. | phajdan.jr@chromium.org | 2010-09-28 | 1 | -28/+20 |
* | GTTF: Remove flaky mark from the following tests: | phajdan.jr@chromium.org | 2010-09-28 | 1 | -2/+1 |
* | Remove sleep_timeout from TestTimeouts. | phajdan.jr@chromium.org | 2010-09-28 | 1 | -1/+2 |
* | Mark PPAPITest.URLLoader as flaky. | willchan@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | ui_tests: check the return value of WaitForAppLaunch. | evan@chromium.org | 2010-09-24 | 1 | -1/+2 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 2 | -1/+3 |
* | ifdef out tests that don't apply to the Mac | stuartmorgan@chromium.org | 2010-09-23 | 2 | -0/+9 |
* | Use a scoped temp dir in browser_tests instead of deleting the default user d... | rohitrao@chromium.org | 2010-09-23 | 1 | -15/+3 |
* | Unify the two places we attempt to find the crash count. | evan@chromium.org | 2010-09-22 | 2 | -10/+18 |
* | Add testing of the Chrome Frame user-mode installation to mini_installer_test... | robertshield@chromium.org | 2010-09-16 | 1 | -1/+1 |
* | Revert 57897 - GTTF: Retry launching the browser a few times in UITest. | phajdan.jr@chromium.org | 2010-09-14 | 1 | -37/+8 |
* | Renabling the NPAPIVisiblePluginTester.OpenPopupWindowWithPlugin test. This t... | ananta@chromium.org | 2010-09-13 | 1 | -2/+7 |
* | GTTF: Move UI test timeouts to a centralized place, chrome/test/test_timeouts. | phajdan.jr@chromium.org | 2010-09-10 | 3 | -131/+36 |
* | Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. | phajdan.jr@chromium.org | 2010-09-09 | 1 | -0/+12 |
* | We now expect PPAPITest.URLLoader to pass. | darin@chromium.org | 2010-09-09 | 1 | -2/+1 |
* | Mark PPAPITest.Scrollbar as flaky on Windows as well. | bauerb@chromium.org | 2010-09-09 | 1 | -4/+0 |
* | Make FastShutdown ui test more reliable on linux. | estade@chromium.org | 2010-09-08 | 3 | -72/+19 |
* | GTTF: Make WaitForTabCountToBecome automation call not Sleep. | phajdan.jr@chromium.org | 2010-09-07 | 1 | -1/+1 |
* | Revert 58563 - GTTF: Make WaitForTabCountToBecome automation call not Sleep. | gavinp@chromium.org | 2010-09-04 | 1 | -1/+1 |
* | GTTF: Make WaitForTabCountToBecome automation call not Sleep. | phajdan.jr@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -2/+1 |
* | Unrevert 58354, reland PPAPI with the instance test disabled. | brettw@chromium.org | 2010-09-02 | 1 | -0/+4 |
* | Revert 58328 - Pull new PPAPI, reland 58319 and 58321. | rohitrao@chromium.org | 2010-09-02 | 1 | -4/+0 |
* | Pull new PPAPI, reland 58319 and 58321. | brettw@chromium.org | 2010-09-02 | 1 | -0/+4 |
* | Revert 58321 - Implement ExecuteScript on an instance, add support for runnin... | brettw@chromium.org | 2010-09-02 | 1 | -4/+0 |
* | Implement ExecuteScript on an instance, add support for running the instance | brettw@chromium.org | 2010-09-02 | 1 | -0/+4 |
* | Mark the Graphics2 test as flaky on all platforms since it seems to fail ever... | nsylvain@chromium.org | 2010-09-02 | 1 | -5/+1 |
* | Disable PPAPITest.Graphics2D on linux while I investigate. It's failing | tony@chromium.org | 2010-09-01 | 1 | -0/+5 |
* | GTTF: Retry launching the browser a few times in UITest. | phajdan.jr@chromium.org | 2010-08-30 | 1 | -8/+37 |
* | FBTF: Move some heavy, repeatedly emitted symbols to implementation files. | erg@google.com | 2010-08-30 | 1 | -0/+1 |
* | Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr... | brettw@chromium.org | 2010-08-30 | 1 | -2/+2 |
* | Removing the FAILS prefix on the VerifyHistoryLength3 test as the fix for thi... | ananta@chromium.org | 2010-08-27 | 1 | -3/+1 |
* | GTTF: Extract performance-testing-specific parts of UITestBase to UIPerfTest. | phajdan.jr@chromium.org | 2010-08-26 | 7 | -396/+423 |
* | Fix for the missing plugin message displayed at times on sites like youtube w... | ananta@chromium.org | 2010-08-25 | 1 | -0/+14 |
* | Add support for Pepper charset conversions. | brettw@chromium.org | 2010-08-22 | 1 | -0/+4 |
* | Set state of a new audio stream to Paused until it start to play. Also added ... | sergeyu@chromium.org | 2010-08-21 | 1 | -11/+17 |
* | Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t... | rvargas@google.com | 2010-08-19 | 1 | -12/+0 |
* | Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. | phajdan.jr@chromium.org | 2010-08-19 | 1 | -0/+12 |
* | GTTF: After timeout, all further automation calls should fail immediately. | phajdan.jr@chromium.org | 2010-08-19 | 2 | -2/+11 |
* | 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 |