| Commit message (Expand) | Author | Age | Files | Lines |
* | Add automation call to wait for multiple navigations. | phajdan.jr@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Revert "Add automation call to wait for multiple navigations." | phajdan.jr@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Add automation call to wait for multiple navigations. | phajdan.jr@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Don't grant unnecessary handle privileges in OpenProcessHandle. | phajdan.jr@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Start to get memory test compiling on mac & linux. | thomasvl@chromium.org | 2009-06-15 | 1 | -20/+43 |
* | Re-enable memory tests now that bug 13078 is fixed. | tc@google.com | 2009-06-04 | 1 | -2/+2 |
* | Convert various chrome tests to gyp generation: | sgk@chromium.org | 2009-06-04 | 1 | -218/+0 |
* | Disable memory tests that are failing after recent webkit merges. | tc@google.com | 2009-05-29 | 1 | -2/+2 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 1 | -4/+4 |
* | Yet more deprecation of the wstring version of PathService::Get() for UI tests. | thestig@chromium.org | 2009-05-02 | 1 | -3/+3 |
* | Convert Windows Sleep to PlatformThread::Sleep | evan@chromium.org | 2009-04-28 | 1 | -3/+3 |
* | Re-enable memory tests and remove the fixed crash from the known crashes. | levin@chromium.org | 2009-04-24 | 1 | -3/+3 |
* | More post webkit merge misery. | levin@chromium.org | 2009-04-23 | 1 | -3/+3 |
* | Remove deprecated version of UITest::DieFileDie(). | thestig@chromium.org | 2009-04-16 | 1 | -2/+2 |
* | Replace chrome_process_filter with chrome_process_util. | estade@chromium.org | 2009-04-09 | 2 | -27/+34 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -166/+0 |
* | Make startup_tests print results on Linux. | phajdan.jr@chromium.org | 2009-03-18 | 1 | -37/+37 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -8/+7 |
* | Generate all chrome .vcproj files: | sgk@google.com | 2009-01-17 | 1 | -20/+101 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 1 | -1/+21 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -1/+1 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 1 | -206/+206 |
* | A few changes to make the memory test a little better. | mbelshe@google.com | 2008-12-15 | 1 | -12/+26 |
* | Un-duplicate EvictFileFromSystemCache. | deanm@chromium.org | 2008-11-25 | 2 | -9/+0 |
* | Next round of SCons changes: | sgk@google.com | 2008-11-14 | 1 | -25/+18 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -4/+4 |
* | Accumulated SCons changes for Windows chrome build, round II: | sgk@google.com | 2008-10-30 | 1 | -0/+1 |
* | Revert r4205 to track down buildbot unit_tests failure. | sgk@google.com | 2008-10-30 | 1 | -1/+0 |
* | Accumulated SCons changes for Windows chrome build and other | sgk@google.com | 2008-10-30 | 1 | -0/+1 |
* | Using $CHROME_SRC_DIR in place of hash/.. | bradnelson@google.com | 2008-10-22 | 1 | -1/+1 |
* | Roll the third_party/icu38 revision in DEPS to have SCons build libicu, | sgk@google.com | 2008-09-26 | 1 | -1/+1 |
* | Rename legacy methods that were in CamelCase to unix_hacker. | erg@google.com | 2008-09-17 | 1 | -426/+426 |
* | Create a copy of the test directory before using it. | mbelshe@google.com | 2008-09-16 | 1 | -10/+52 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 1 | -28/+4 |
* | Make the user data directory configurable from the cmdline | mbelshe@google.com | 2008-08-29 | 1 | -7/+12 |
* | Enable logging on memory tests for debugging. | mbelshe@google.com | 2008-08-28 | 1 | -0/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -396/+372 |
* | Fix one bug in the URL list. | mbelshe@google.com | 2008-08-21 | 1 | -2/+7 |
* | Add a new PrintResult() method that outputs perf-test results in a particular | pamg@google.com | 2008-08-19 | 2 | -35/+48 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -12/+12 |
* | Add a helper method to SConscript.main for adding .pdb files to the | tc@google.com | 2008-08-13 | 1 | -3/+1 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 1 | -98/+98 |
* | Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and... | maruel@google.com | 2008-08-13 | 1 | -0/+1 |
* | Add new memory_test.exe to SCons build. | sgk@google.com | 2008-08-05 | 1 | -0/+97 |
* | Initial version of a chrome memory test. This is not yet done; as it still | mbelshe@google.com | 2008-08-05 | 2 | -0/+597 |