summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service/service_process_control.cc
Commit message (Expand)AuthorAgeFilesLines
* Memory leak from cloud printing proxy UI.scottbyer@google.com2010-10-251-9/+14
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+9
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-9/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+9
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-9/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-1/+9
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-1/+1
* Fixed ServiceProcessControl::Launch to remember the Task supplied to it in a ...sanjeevr@chromium.org2010-10-181-27/+54
* 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-121-1/+1
* Added the service process pid to the shared memory data. This will be used fo...sanjeevr@chromium.org2010-10-121-2/+2
* The IPC channel names and event names used by the service process now append ...sanjeevr@chromium.org2010-10-091-7/+11
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-071-0/+22
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-071-13/+13
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-5/+3
* Cloud print proxy management UI.scottbyer@chromium.org2010-09-271-5/+28
* Don't launch service process if it's already runninghclam@chromium.org2010-09-011-18/+14
* Registered the service process to AutoRun (for Windows) if any service (Cloud...sanjeevr@chromium.org2010-09-011-2/+1
* 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-231-3/+16
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-0/+1
* Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes.rvargas@google.com2010-08-181-10/+3
* Start/stop service process when browser starts and stophclam@chromium.org2010-08-181-3/+10
* Gaia authentication for access remoting directory and talkhclam@chromium.org2010-08-171-0/+9
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-0/+212