summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_ipc_server.h
Commit message (Expand)AuthorAgeFilesLines
* Use service process to collect printers.vitalybuka@chromium.org2014-03-271-0/+1
* Collect metrics data from service process.vitalybuka@chromium.org2013-10-241-0/+4
* Removed LCID authentication from cloud print and cloud print setup dialog.vitalybuka@chromium.org2013-06-191-1/+0
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+3
* Changed cloud print private API to pass all page settings as single object.vitalybuka@chromium.org2013-04-181-2/+7
* New Cloud Print Private API.vitalybuka@chromium.org2012-10-081-1/+4
* Removed dead code.vitalybuka@chromium.org2012-10-051-2/+0
* Rename IPC::Channel and IPC::Sender in src/chrome.brettw@chromium.org2012-06-151-5/+5
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-141-1/+3
* Add OVERRIDE to chrome/service/.avi@chromium.org2011-11-191-1/+1
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-161-4/+4
* Virtual Cloud Print Driver for Mac.abeera@google.com2011-08-151-0/+2
* Created an IPC method to enable the cloud print proxy using robot OAuth2 cred...sanjeevr@chromium.org2011-05-131-0/+4
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-111-3/+1
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-101-13/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-2/+3
* Show remoting host status on the advanced options page.sergeyu@chromium.org2011-01-141-0/+5
* Chromoting setup flow: implemented rest of setup flow steps.sergeyu@chromium.org2011-01-061-1/+0
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-231-4/+9
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-071-0/+1
* The service process now enables a timebomb on startup to check if its service...sanjeevr@chromium.org2010-10-041-0/+5
* Cloud print proxy management UI.scottbyer@chromium.org2010-09-271-1/+1
* Recreate the channel when an IPC client to the service process (typically a b...sanjeevr@chromium.org2010-09-221-0/+3
* Added a sync IPC method to check the enabled state of the cloud print proxy.sanjeevr@chromium.org2010-09-161-0/+2
* Gaia authentication for access remoting directory and talkhclam@chromium.org2010-08-171-1/+3
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-0/+2
* Added an IPC server in the service process to listen to commands. This is not...sanjeevr@chromium.org2010-07-311-0/+56