summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service/service_process_control.cc
Commit message (Expand)AuthorAgeFilesLines
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-1/+2
* Cleanup pass from Cloud Print Proxy policy check implementation. See original...scottbyer@chromium.org2011-11-221-3/+3
* Cloud print connector policy.scottbyer@chromium.org2011-11-161-0/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* base::Bind: Finish conversion in ServiceProcessControl.jhawkins@chromium.org2011-10-291-19/+22
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* base::Bind: Convert ServiceProcessControl::CloudPrintProxyInfoHandler.jhawkins@chromium.org2011-10-271-6/+7
* ServiceProcessControl: Remove redundant clears added in r107235.jhawkins@chromium.org2011-10-261-6/+0
* base::Bind: Convert CloudPrintProxyService.jhawkins@chromium.org2011-10-251-36/+18
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-4/+5
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-241-1/+8
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-2/+1
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-1/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-1/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-3/+4
* Remove g_browser_process dependency from content. Also make all the SyncChan...jam@chromium.org2011-06-131-4/+2
* The ServiceProcessControl class is now a singleton and is not keyed off the p...sanjeevr@chromium.org2011-06-021-2/+13
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-111-12/+12
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-101-51/+0
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-7/+4
* BUG=nonesimonmorris@chromium.org2011-03-181-0/+5
* Coverity: Pass parameters by ref.jhawkins@chromium.org2011-03-111-1/+1
* Move ChildProcessHost and ChildProcessInfo to content.jam@chromium.org2011-03-091-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-1/+1
* Report chromoting host status connect after browser is restartedhclam@chromium.org2011-03-021-8/+33
* New OOL violations on linux since last week, along with the final Mac OOL fixes.erg@google.com2011-03-011-0/+2
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Mac proxy auto-launch.scottbyer@chromium.org2011-02-251-4/+8
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-74/+63
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-17/+17
* Update another include pathben@chromium.org2011-01-201-1/+1
* Code to send diagnostic messages about cloud print proxy. Currently diagnosti...sanjeevr@chromium.org2011-01-201-0/+4
* Chromoting setup flow: implemented rest of setup flow steps.sergeyu@chromium.org2011-01-061-14/+1
* Fixes for the Remoting setup flow.sergeyu@chromium.org2011-01-061-13/+20
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-6/+9
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-231-10/+33
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-1/+1
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Memory leak from cloud printing proxy UI.scottbyer@google.com2010-10-251-9/+14
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+9
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-9/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+9
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-9/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-1/+9
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-1/+1
* Fixed ServiceProcessControl::Launch to remember the Task supplied to it in a ...sanjeevr@chromium.org2010-10-181-27/+54