summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Make changes sanjeev suggesteddmaclach@chromium.org2011-02-031-2/+0
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-18/+19
* Initialized CrApplication for the service process.sanjeevr@chromium.org2011-01-291-0/+8
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-1/+1
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-131-1/+2
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-0/+5
* The service process now enables a timebomb on startup to check if its service...sanjeevr@chromium.org2010-10-041-1/+5
* The LSID for Cloud Print can now be supplied on the command line even if Clou...sanjeevr@chromium.org2010-09-141-9/+1
* Resubmit r56600 - Start/stop service process when browser starts and stophclam@chromium.org2010-08-231-0/+5
* Resubmit "Start chromoting host in the service process though a method call"hclam@chromium.org2010-08-101-57/+1
* Revert 55507 - Start chromoting host in the service process though a method ...glen@chromium.org2010-08-101-1/+57
* Start chromoting host in the service process though a method callhclam@chromium.org2010-08-101-57/+1
* Rename --enable-chromoting to --enable-remotinghclam@chromium.org2010-08-051-2/+1
* Added an IPC server in the service process to listen to commands. This is not...sanjeevr@chromium.org2010-07-311-21/+3
* Created a host for running the utility process as a child of the service proc...sanjeevr@chromium.org2010-07-201-0/+8
* Start Chromoting Host Process in Chrome Servicehclam@chromium.org2010-07-011-0/+55
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-2/+1
* Added the ability in the service process to save and read state from a prefs ...sanjeevr@chromium.org2010-05-211-4/+23
* Created a new process type called the service process to host background task...sanjeevr@chromium.org2010-05-121-0/+34