summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Make sure the service process kills all URLFetcher::Cores on shutdown.willchan@chromium.org2010-10-221-2/+30
* Implement basic X11 screen capture on linux.ajwong@chromium.org2010-10-211-5/+12
* Convert LOG(INFO) to VLOG(1) - chrome/service/.pkasting@chromium.org2010-10-201-4/+3
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-181-2/+6
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-131-38/+5
* 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/+5
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-6/+2
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-2/+6
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-071-2/+14
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-3/+2
* The service process now enables a timebomb on startup to check if its service...sanjeevr@chromium.org2010-10-041-6/+21
* The LSID for Cloud Print can now be supplied on the command line even if Clou...sanjeevr@chromium.org2010-09-141-8/+18
* The Cloud Print proxy now handles auth errors and disables the cloud print pr...sanjeevr@chromium.org2010-09-131-0/+14
* Registered the service process to AutoRun (for Windows) if any service (Cloud...sanjeevr@chromium.org2010-09-011-7/+80
* Use named events instead of lock files for service processhclam@chromium.org2010-08-311-9/+7
* Chromoting: Get screen size locally if it wasn't given in the mouse message.garykac@google.com2010-08-311-4/+4
* Resubmit r56600 - Start/stop service process when browser starts and stophclam@chromium.org2010-08-231-1/+20
* Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes.rvargas@google.com2010-08-181-19/+0
* Start/stop service process when browser starts and stophclam@chromium.org2010-08-181-0/+19
* RemotingDirectoryService to register remoting hosthclam@chromium.org2010-08-181-14/+35
* Gaia authentication for access remoting directory and talkhclam@chromium.org2010-08-171-0/+24
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-13/+25
* Resubmit "Start chromoting host in the service process though a method call"hclam@chromium.org2010-08-101-13/+112
* Revert 55507 - Start chromoting host in the service process though a method ...glen@chromium.org2010-08-101-112/+13
* Start chromoting host in the service process though a method callhclam@chromium.org2010-08-101-13/+112
* Added an IPC server in the service process to listen to commands. This is not...sanjeevr@chromium.org2010-07-311-10/+40
* [chromoting] Use zlib as the default encoder and decoderhclam@chromium.org2010-07-271-2/+2
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-231-2/+1
* Start Chromoting Host Process in Chrome Servicehclam@chromium.org2010-07-011-0/+44
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-5/+5
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-1/+2
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-2/+1
* Added the ability in the service process to save and read state from a prefs ...sanjeevr@chromium.org2010-05-211-6/+9
* Added an implementation of the NetworkChangeNotifierThread interface for the ...sanjeevr@chromium.org2010-05-211-0/+5
* Created a new process type called the service process to host background task...sanjeevr@chromium.org2010-05-121-0/+48