summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Service process fixes for Linux.scottbyer@chromium.org2011-03-031-0/+9
* Revert 76612 - Service process fixes for Linux.scottbyer@chromium.org2011-03-021-9/+0
* Service process fixes for Linux.scottbyer@chromium.org2011-03-021-0/+9
* Fixes service_process.cc when not using ENABLE_REMOTING flag.bulach@chromium.org2011-02-281-0/+2
* Added a command-line option to disable adding the service process to autorun....sanjeevr@chromium.org2011-02-261-1/+3
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-3/+1
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-5/+7
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-1/+8
* Initialize media library on service process startup.wez@chromium.org2011-02-181-3/+23
* Added code to restart the service process in the event of a crash.sanjeevr@chromium.org2011-02-151-1/+44
* Fix service process crash when chromoting is enabled and browser shuts down.hclam@chromium.org2011-02-081-7/+17
* Make changes sanjeev suggesteddmaclach@chromium.org2011-02-031-1/+1
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-2/+5
* Fix bustage by updating header includes.ben@chromium.org2011-01-201-2/+2
* Code to send diagnostic messages about cloud print proxy. Currently diagnosti...sanjeevr@chromium.org2011-01-201-8/+31
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-231-155/+14
* Stop the chromoting_contextdmaclach@chromium.org2010-12-211-0/+4
* HostConfig interface updates.sergeyu@chromium.org2010-12-161-19/+5
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-10/+10
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-4/+4
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-2/+2
* Move creation of capturer, input stub into ChromotingHosthclam@chromium.org2010-11-171-36/+1
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-171-3/+6
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-5/+8
* Fix build failure with -Dremoting=0phajdan.jr@chromium.org2010-11-051-0/+2
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-5/+1
* 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