summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service
Commit message (Expand)AuthorAgeFilesLines
* Used process_util methods to wait for the service process to die in the Servi...sanjeevr@chromium.org2010-10-121-33/+23
* Fix crash on launch when remoting lab is turned on on Windows.scottbyer@chromium.org2010-10-121-0/+8
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-122-2/+2
* Added the service process pid to the shared memory data. This will be used fo...sanjeevr@chromium.org2010-10-122-3/+12
* The IPC channel names and event names used by the service process now append ...sanjeevr@chromium.org2010-10-092-16/+49
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-073-4/+70
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-072-14/+14
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-055-22/+10
* Cloud print proxy management UI.scottbyer@chromium.org2010-09-272-6/+46
* 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-013-25/+42
* Registered the service process to AutoRun (for Windows) if any service (Cloud...sanjeevr@chromium.org2010-09-011-2/+1
* Don't shutdown service process when browser shuts downhclam@chromium.org2010-09-011-6/+2
* Use named events instead of lock files for service processhclam@chromium.org2010-08-311-6/+0
* Resubmit r56600 - Start/stop service process when browser starts and stophclam@chromium.org2010-08-232-3/+22
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-0/+1
* Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes.rvargas@google.com2010-08-182-16/+3
* Start/stop service process when browser starts and stophclam@chromium.org2010-08-182-3/+16
* Gaia authentication for access remoting directory and talkhclam@chromium.org2010-08-172-0/+15
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-125-0/+488