| Commit message (Expand) | Author | Age | Files | Lines |
* | Have ChildProcessInfo contain a list of all running child processes (i.e. ins... | jam@chromium.org | 2009-02-13 | 1 | -1/+2 |
* | The Chrome Automation framework is based on a homegrown request response IPC ... | ananta@chromium.org | 2009-02-11 | 1 | -11/+5 |
* | Provide the option for HTTPServer to be created with a specific | sky@google.com | 2009-01-29 | 1 | -1/+1 |
* | Adds switch to ui tests that enable dialogs in slave process. I'm | sky@google.com | 2009-01-23 | 1 | -3/+9 |
* | Backs out 8523 in hopes of a greener tree. | sky@google.com | 2009-01-23 | 1 | -8/+0 |
* | Changes to insure that when in app-mode, links open in the default browser. ... | brg@chromium.com | 2009-01-23 | 1 | -0/+8 |
* | Refactor automation wrappers. Move the methods from AutomationProxy to the ap... | stoyan@chromium.org | 2009-01-21 | 1 | -3/+2 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 6 | -55/+58 |
* | Generate all chrome .vcproj files: | sgk@google.com | 2009-01-17 | 1 | -76/+287 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move all the SSL stuff into its own 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 | 2 | -18/+12 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Add a sleep timeout argument to the ui_test scripts. This will | paulg@google.com | 2009-01-15 | 2 | -1/+13 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | More ui_test purify changes. | paulg@google.com | 2009-01-15 | 1 | -1/+1 |
* | Call logging::InitLogging. The lack of this was causing some hangs (and poss... | erikkay@google.com | 2009-01-13 | 1 | -3/+0 |
* | Pass the test case name to the browser process in order to | paulg@google.com | 2009-01-13 | 2 | -0/+20 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2009-01-08 | 1 | -4/+10 |
* | Butcher some files to make ui_tests run 0 tests on Linux. | evanm@google.com | 2009-01-06 | 4 | -30/+137 |
* | Revert 7508.7509 and 7510 | nsylvain@chromium.org | 2008-12-30 | 1 | -10/+4 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2008-12-30 | 1 | -4/+10 |
* | Change the signature of JSONReader::Read() and related | aa@chromium.org | 2008-12-29 | 1 | -6/+4 |
* | New attempt at landing the resource_dispatcher_host.cc splitting (broke the b... | jcampan@chromium.org | 2008-12-23 | 1 | -1/+1 |
* | Reverting my CL to fix build bustage. | jcampan@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | This CL moves the different resource handlers from resource_dispatcher_host.c... | jcampan@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 1 | -1/+34 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -2/+2 |
* | Initial support for running the ui_tests under Purify on the | paulg@google.com | 2008-12-18 | 4 | -7/+57 |
* | Reverting 7206. | ojan@google.com | 2008-12-18 | 1 | -1/+3 |
* | This test seems to have started passing again. | ojan@google.com | 2008-12-18 | 1 | -3/+1 |
* | Add some initial before unload tests. We still need tests | ojan@google.com | 2008-12-17 | 2 | -0/+10 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 1 | -548/+548 |
* | Add a ui test to make sure the Find box does not go away on Reload but does | finnur@google.com | 2008-12-15 | 2 | -7/+9 |
* | Cleanup, part 1. | pkasting@chromium.org | 2008-12-08 | 1 | -1/+1 |
* | Makes the tab restore service persist closed tabs/windows to disk and | sky@google.com | 2008-12-06 | 2 | -2/+2 |
* | Add error messages to JSONReader and friends. This required a bit of refactor... | aa@chromium.org | 2008-12-05 | 1 | -1/+1 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 1 | -548/+548 |
* | Add a note about a test that's expected to fail if you're not running crash_s... | pkasting@chromium.org | 2008-12-03 | 2 | -4/+11 |
* | Fix up paths now that test_file_util has moved. | deanm@chromium.org | 2008-11-25 | 1 | -1/+1 |
* | Un-duplicate EvictFileFromSystemCache. | deanm@chromium.org | 2008-11-25 | 2 | -5/+0 |
* | Disable inspector UI test. | ojan@google.com | 2008-11-21 | 1 | -1/+2 |
* | Link ui_tests against port.lib (where PlatformDeviceWin::InitializeDC moved). | sgk@google.com | 2008-11-21 | 1 | -0/+1 |
* | Add the flag "--extra-chrome-flags" for all UI tests. | ericroman@google.com | 2008-11-18 | 1 | -0/+8 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 2 | -13/+12 |
* | revert these changes to see if this helps the UI tests. | beng@google.com | 2008-11-13 | 1 | -3/+3 |
* | Disable NPAPITester.SelfDeletePluginInvokeAlert UI test. It doesn't seem to | mpcomplete@google.com | 2008-11-13 | 1 | -1/+1 |
* | Fix http://code.google.com/p/chromium/issues/detail?id=4270. Test case added. | mpcomplete@google.com | 2008-11-12 | 1 | -0/+19 |
* | Removes the old frames. | ben@chromium.org | 2008-11-10 | 1 | -3/+3 |
* | Bandaid patch so that we continue with crosssite navigations instead of clos... | ojan@google.com | 2008-11-06 | 3 | -0/+22 |