summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service/service_process_control_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Tests are timing out, so disabling.zea@chromium.org2011-03-101-10/+10
* Mark CheckPid,DieOnDisconnect,LaunchTwice,MultipleLaunchTasks,SameLaunchTask ...zea@chromium.org2011-03-101-5/+37
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-4/+11
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-7/+10
* Disable forceshutdown.lzheng@chromium.org2011-01-251-1/+3
* Disable ServiceProcessControlBrowserTest.LaunchAndIPC, flakily times outphajdan.jr@chromium.org2011-01-191-1/+3
* Chromoting setup flow: implemented rest of setup flow steps.sergeyu@chromium.org2011-01-061-18/+13
* Fixes for the Remoting setup flow.sergeyu@chromium.org2011-01-061-1/+5
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-5/+5
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-1/+1
* Fixed ServiceProcessControl::Launch to remember the Task supplied to it in a ...sanjeevr@chromium.org2010-10-181-5/+60
* Used process_util methods to wait for the service process to die in the Servi...sanjeevr@chromium.org2010-10-121-33/+23
* Added the service process pid to the shared memory data. This will be used fo...sanjeevr@chromium.org2010-10-121-1/+10
* The IPC channel names and event names used by the service process now append ...sanjeevr@chromium.org2010-10-091-9/+38
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-071-3/+37
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-2/+1
* Enable ServiceProcessControlTest.LaunchTwicehclam@chromium.org2010-09-031-3/+5
* Build fix for browser_testshclam@chromium.org2010-09-021-5/+1
* Don't launch service process if it's already runninghclam@chromium.org2010-09-011-0/+23
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-0/+70