summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.h
Commit message (Expand)AuthorAgeFilesLines
* Remove #pragma once from chrome/serviceajwong@chromium.org2012-07-111-1/+0
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-141-0/+8
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-5/+1
* Add OVERRIDE to chrome/service/.avi@chromium.org2011-11-191-2/+2
* Make the mac service process handling code clean itself up properly as far as...dmaclach@chromium.org2011-08-251-0/+8
* Virtual Cloud Print Driver for Mac.abeera@google.com2011-08-151-0/+5
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-101-18/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Getting service process on Mac to handle having things moved/changed undernea...dmaclach@chromium.org2011-03-221-2/+6
* Move media library path resolution into Chrome path provider.wez@chromium.org2011-03-171-0/+4
* Service process fixes for Linux.scottbyer@chromium.org2011-03-031-0/+5
* Revert 76612 - Service process fixes for Linux.scottbyer@chromium.org2011-03-021-5/+0
* Service process fixes for Linux.scottbyer@chromium.org2011-03-021-0/+5
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-1/+0
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-0/+2
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-1/+2
* Fix service process crash when chromoting is enabled and browser shuts down.hclam@chromium.org2011-02-081-2/+2
* Code to send diagnostic messages about cloud print proxy. Currently diagnosti...sanjeevr@chromium.org2011-01-201-2/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-231-62/+14
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-2/+2
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-131-3/+0
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-071-0/+15
* The service process now enables a timebomb on startup to check if its service...sanjeevr@chromium.org2010-10-041-2/+5
* The LSID for Cloud Print can now be supplied on the command line even if Clou...sanjeevr@chromium.org2010-09-141-1/+3
* The Cloud Print proxy now handles auth errors and disables the cloud print pr...sanjeevr@chromium.org2010-09-131-0/+2
* Registered the service process to AutoRun (for Windows) if any service (Cloud...sanjeevr@chromium.org2010-09-011-2/+20
* RemotingDirectoryService to register remoting hosthclam@chromium.org2010-08-181-1/+8
* Gaia authentication for access remoting directory and talkhclam@chromium.org2010-08-171-1/+15
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-1/+4
* Resubmit "Start chromoting host in the service process though a method call"hclam@chromium.org2010-08-101-6/+44
* Revert 55507 - Start chromoting host in the service process though a method ...glen@chromium.org2010-08-101-44/+6
* Start chromoting host in the service process though a method callhclam@chromium.org2010-08-101-6/+44
* Added an IPC server in the service process to listen to commands. This is not...sanjeevr@chromium.org2010-07-311-4/+16
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Start Chromoting Host Process in Chrome Servicehclam@chromium.org2010-07-011-0/+11
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-6/+4
* Added the ability in the service process to save and read state from a prefs ...sanjeevr@chromium.org2010-05-211-2/+5
* Added an implementation of the NetworkChangeNotifierThread interface for the ...sanjeevr@chromium.org2010-05-211-1/+7
* Created a new process type called the service process to host background task...sanjeevr@chromium.org2010-05-121-0/+57