summaryrefslogtreecommitdiffstats
path: root/chrome/common/service_process_util.h
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* ServiceProcess clean updmaclach@chromium.org2011-03-231-1/+1
* Getting service process on Mac to handle having things moved/changed undernea...dmaclach@chromium.org2011-03-221-9/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-111-2/+2
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-1/+6
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-6/+15
* Make changes sanjeev suggesteddmaclach@chromium.org2011-02-031-3/+7
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-10/+13
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-3/+10
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-211-1/+1
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-131-26/+65
* Added the service process pid to the shared memory data. This will be used fo...sanjeevr@chromium.org2010-10-121-6/+13
* The IPC channel names and event names used by the service process now append ...sanjeevr@chromium.org2010-10-091-6/+24
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-6/+10
* Registered the service process to AutoRun (for Windows) if any service (Cloud...sanjeevr@chromium.org2010-09-011-3/+2
* Use named events instead of lock files for service processhclam@chromium.org2010-08-311-15/+5
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-0/+43