summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_ipc_server.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-10/+0
* Added wipeout functionality when Cloud Print Connector get disabled by user i...gene@chromium.org2012-05-041-2/+5
* Virtual Cloud Print Driver for Mac.abeera@google.com2011-08-151-0/+13
* Created an IPC method to enable the cloud print proxy using robot OAuth2 cred...sanjeevr@chromium.org2011-05-131-0/+12
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-111-15/+6
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-101-40/+1
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* Mac/Linux proxy fix.scottbyer@chromium.org2011-03-071-0/+5
* Mac print proxy out from flag.scottbyer@chromium.org2011-03-051-0/+5
* Tear down service IPC channel before creating a new one.wez@chromium.org2011-03-041-0/+1
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-5/+13
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-1/+1
* Show remoting host status on the advanced options page.sergeyu@chromium.org2011-01-141-2/+8
* Chromoting setup flow: implemented rest of setup flow steps.sergeyu@chromium.org2011-01-061-5/+0
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-231-10/+30
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-071-1/+10
* The service process now enables a timebomb on startup to check if its service...sanjeevr@chromium.org2010-10-041-2/+10
* Cloud print proxy management UI.scottbyer@chromium.org2010-09-271-3/+5
* Recreate the channel when an IPC client to the service process (typically a b...sanjeevr@chromium.org2010-09-221-6/+14
* Added a sync IPC method to check the enabled state of the cloud print proxy.sanjeevr@chromium.org2010-09-161-0/+7
* Gaia authentication for access remoting directory and talkhclam@chromium.org2010-08-171-0/+12
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-0/+9
* Added an IPC server in the service process to listen to commands. This is not...sanjeevr@chromium.org2010-07-311-0/+85