| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PageLoadTest.Reliability which I broke in my previous checkin to make the | brettw@chromium.org | 2009-04-28 | 1 | -5/+1 |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Convert Windows Sleep to PlatformThread::Sleep | evan@chromium.org | 2009-04-28 | 1 | -3/+3 |
* | Add spaces in reliability log output to make it | huanr@chromium.org | 2009-04-16 | 1 | -1/+1 |
* | Remove deprecated version of UITest::DieFileDie(). | thestig@chromium.org | 2009-04-16 | 1 | -1/+1 |
* | Replace chrome_process_filter with chrome_process_util. | estade@chromium.org | 2009-04-09 | 1 | -0/+12 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -180/+0 |
* | Updating test log inputs to include accumulative test duration at different s... | ace@chromium.org | 2009-03-24 | 1 | -10/+18 |
* | Make PageLoadTest.Reliability faster and potentially less flaky in usage 1: | patrick@chromium.org | 2009-03-24 | 1 | -16/+33 |
* | Adding test log creation to page load test runner. | ace@chromium.org | 2009-03-20 | 1 | -12/+38 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 3 | -3/+0 |
* | Add FilePath setter/getter to pref service. Change callers to use it rather t... | estade@chromium.org | 2009-03-04 | 1 | -2/+2 |
* | - Fix command line parsing for reliability_tests. | huanr@chromium.org | 2009-01-22 | 2 | -2/+8 |
* | Refactor automation wrappers. Move the methods from AutomationProxy to the ap... | stoyan@chromium.org | 2009-01-21 | 1 | -2/+1 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | Generate all chrome .vcproj files: | sgk@google.com | 2009-01-17 | 1 | -23/+108 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Remove timeout constants from ui_tests. All tests will now | paulg@google.com | 2009-01-16 | 1 | -5/+3 |
* | Call logging::InitLogging. The lack of this was causing some hangs (and poss... | erikkay@google.com | 2009-01-13 | 1 | -3/+0 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 1 | -1/+23 |
* | 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 | -214/+214 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 1 | -214/+214 |
* | Add a note about a test that's expected to fail if you're not running crash_s... | pkasting@chromium.org | 2008-12-03 | 1 | -1/+1 |
* | Un-duplicate EvictFileFromSystemCache. | deanm@chromium.org | 2008-11-25 | 2 | -5/+0 |
* | Next round of SCons changes: | sgk@google.com | 2008-11-14 | 2 | -76/+74 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -1/+1 |
* | Accumulated SCons changes for Windows chrome build, round II: | sgk@google.com | 2008-10-30 | 1 | -18/+16 |
* | Revert r4205 to track down buildbot unit_tests failure. | sgk@google.com | 2008-10-30 | 1 | -16/+18 |
* | Accumulated SCons changes for Windows chrome build and other | sgk@google.com | 2008-10-30 | 1 | -18/+16 |
* | Using $CHROME_SRC_DIR in place of hash/.. | bradnelson@google.com | 2008-10-22 | 1 | -1/+1 |
* | Adding savedebuglog flag to reliability test. When the flag is | huanr@chromium.org | 2008-10-09 | 1 | -2/+66 |
* | Roll the third_party/icu38 revision in DEPS to have SCons build libicu, | sgk@google.com | 2008-09-26 | 1 | -1/+1 |
* | Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... | maruel@google.com | 2008-09-24 | 1 | -0/+2 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 1 | -28/+4 |
* | fix build bustage | darin@google.com | 2008-08-26 | 2 | -5/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 4 | -112/+16 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -1/+1 |
* | 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 | -104/+104 |
* | Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and... | maruel@google.com | 2008-08-13 | 1 | -0/+1 |
* | Cross-platform: Let SCons abstract library names by getting rid of .lib suff... | sgk@google.com | 2008-08-04 | 1 | -16/+17 |
* | Pull the block of common Windows system libraries that we link with everywher... | sgk@google.com | 2008-08-04 | 1 | -24/+3 |
* | Convert chrome SConscript files to psuedo-builder calls. | sgk@google.com | 2008-08-03 | 1 | -1/+1 |
* | Adds new class AtExitManager which manages the dtors of all singletons. | cpu@google.com | 2008-08-01 | 1 | -0/+5 |
* | Initial cleanups en route to coalescing the get-it-built cut-and-paste from v... | sgk@google.com | 2008-07-31 | 1 | -2/+0 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 6 | -0/+1068 |