summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Pass parameters by ref.jhawkins@chromium.org2011-03-112-2/+2
* Tests are timing out, so disabling.zea@chromium.org2011-03-101-10/+10
* Mark CheckPid,DieOnDisconnect,LaunchTwice,MultipleLaunchTasks,SameLaunchTask ...zea@chromium.org2011-03-101-5/+37
* 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-092-4/+4
* Report chromoting host status connect after browser is restartedhclam@chromium.org2011-03-022-9/+36
* New OOL violations on linux since last week, along with the final Mac OOL fixes.erg@google.com2011-03-012-0/+5
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-013-3/+3
* Mac proxy auto-launch.scottbyer@chromium.org2011-02-252-5/+9
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-244-79/+128
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-022-24/+27
* Disable forceshutdown.lzheng@chromium.org2011-01-251-1/+3
* 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
* Disable ServiceProcessControlBrowserTest.LaunchAndIPC, flakily times outphajdan.jr@chromium.org2011-01-191-1/+3
* Chromoting setup flow: implemented rest of setup flow steps.sergeyu@chromium.org2011-01-063-41/+14
* Fixes for the Remoting setup flow.sergeyu@chromium.org2011-01-063-29/+46
* 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-242-7/+10
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-232-16/+52
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-133-7/+7
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-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-183-45/+144
* Used process_util methods to wait for the service process to die in the Servi...sanjeevr@chromium.org2010-10-121-33/+23
* Fix crash on launch when remoting lab is turned on on Windows.scottbyer@chromium.org2010-10-121-0/+8
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-122-2/+2
* Added the service process pid to the shared memory data. This will be used fo...sanjeevr@chromium.org2010-10-122-3/+12
* The IPC channel names and event names used by the service process now append ...sanjeevr@chromium.org2010-10-092-16/+49
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-073-4/+70
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-072-14/+14
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-055-22/+10
* Cloud print proxy management UI.scottbyer@chromium.org2010-09-272-6/+46
* Enable ServiceProcessControlTest.LaunchTwicehclam@chromium.org2010-09-031-3/+5
* Build fix for browser_testshclam@chromium.org2010-09-021-5/+1
* Don't launch service process if it's already runninghclam@chromium.org2010-09-013-25/+42
* Registered the service process to AutoRun (for Windows) if any service (Cloud...sanjeevr@chromium.org2010-09-011-2/+1
* Don't shutdown service process when browser shuts downhclam@chromium.org2010-09-011-6/+2
* Use named events instead of lock files for service processhclam@chromium.org2010-08-311-6/+0