summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service/service_process_control_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename service subdir under chrome/browser to service_processjianli@chromium.org2013-11-051-294/+0
* Run service test with chrome process.vitalybuka@chromium.org2013-10-271-5/+48
* Collect metrics data from service process.vitalybuka@chromium.org2013-10-241-35/+78
* Revert 230616 "Disable RealServiceProcessControleBrowserTest.Lau..."thakis@chromium.org2013-10-241-3/+1
* Revert 230585 "Run service test with chrome process."thakis@chromium.org2013-10-241-41/+7
* Disable RealServiceProcessControleBrowserTest.LaunchAndIPCjackhou@chromium.org2013-10-241-1/+3
* Run service test with chrome process.vitalybuka@chromium.org2013-10-241-7/+41
* Re-enable ServiceProcessControlBrowserTest.LaunchAndIPCvitalybuka@chromium.org2013-10-091-5/+1
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-241-1/+3
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-5/+8
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-4/+4
* Switch to TimeDelta interfaces of TestTimeouts in chrome and ui code reviewab...tedvessenes@gmail.com2012-07-091-1/+1
* check for successful exit code in WaitForSingleProcess on Windows tobruening@chromium.org2012-01-231-1/+3
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-3/+3
* Cleanup pass from Cloud Print Proxy policy check implementation. See original...scottbyer@chromium.org2011-11-221-5/+5
* base::Bind: Convert ServiceProcessControl::CloudPrintProxyInfoHandler.jhawkins@chromium.org2011-10-271-4/+5
* base::Bind: Convert CloudPrintProxyService.jhawkins@chromium.org2011-10-251-10/+10
* try turning tests back ondmaclach@chromium.org2011-08-271-37/+6
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* The ServiceProcessControl class is now a singleton and is not keyed off the p...sanjeevr@chromium.org2011-06-021-30/+15
* GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_msphajdan.jr@chromium.org2011-05-201-1/+1
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-111-4/+4
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-101-4/+4
* 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
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-4/+11
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-7/+10
* Disable forceshutdown.lzheng@chromium.org2011-01-251-1/+3
* 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-061-18/+13
* Fixes for the Remoting setup flow.sergeyu@chromium.org2011-01-061-1/+5
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-5/+5
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-1/+1
* Fixed ServiceProcessControl::Launch to remember the Task supplied to it in a ...sanjeevr@chromium.org2010-10-181-5/+60
* Used process_util methods to wait for the service process to die in the Servi...sanjeevr@chromium.org2010-10-121-33/+23
* Added the service process pid to the shared memory data. This will be used fo...sanjeevr@chromium.org2010-10-121-1/+10
* The IPC channel names and event names used by the service process now append ...sanjeevr@chromium.org2010-10-091-9/+38
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-071-3/+37
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-2/+1
* 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-011-0/+23
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-0/+70