summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in chrome/.avi2015-12-261-0/+1
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Use ServiceIPCServer::MessageHandler in CloudPrintMessageHandler.mvanouwerkerk2015-07-281-4/+6
* Client interface for ServiceIPCServer. ServiceProcess implements it.mvanouwerkerk2015-07-201-13/+9
* Clean up ServiceIPCServer and make it more testable.mvanouwerkerk2015-07-171-1/+1
* ServiceProcess: replace thread getters with task runner getters.mvanouwerkerk2015-07-161-20/+13
* chrome: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-101-6/+6
* Remove --check-cloud-print-connector-policyvitalybuka2015-04-151-6/+0
* Standardize usage of virtual/override/final in chrome/dcheng2014-10-211-3/+3
* Replacing the OVERRIDE with override and FINAL with final in chrome/servicemohan.reddy2014-10-071-2/+2
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-4/+5
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-2/+2
* Move common cloud print code from service/cloud_print to common/cloud_print.chenyu@chromium.org2012-12-031-3/+3
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-0/+2
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-2/+0
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-0/+2
* Removed dead code.vitalybuka@chromium.org2012-10-051-4/+0
* 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