index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
service
/
service_process_control_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename service subdir under chrome/browser to service_process
jianli@chromium.org
2013-11-05
1
-294
/
+0
*
Run service test with chrome process.
vitalybuka@chromium.org
2013-10-27
1
-5
/
+48
*
Collect metrics data from service process.
vitalybuka@chromium.org
2013-10-24
1
-35
/
+78
*
Revert 230616 "Disable RealServiceProcessControleBrowserTest.Lau..."
thakis@chromium.org
2013-10-24
1
-3
/
+1
*
Revert 230585 "Run service test with chrome process."
thakis@chromium.org
2013-10-24
1
-41
/
+7
*
Disable RealServiceProcessControleBrowserTest.LaunchAndIPC
jackhou@chromium.org
2013-10-24
1
-1
/
+3
*
Run service test with chrome process.
vitalybuka@chromium.org
2013-10-24
1
-7
/
+41
*
Re-enable ServiceProcessControlBrowserTest.LaunchAndIPC
vitalybuka@chromium.org
2013-10-09
1
-5
/
+1
*
Update include paths in chrome/browser/ for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+3
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-5
/
+8
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
1
-4
/
+4
*
Switch to TimeDelta interfaces of TestTimeouts in chrome and ui code reviewab...
tedvessenes@gmail.com
2012-07-09
1
-1
/
+1
*
check for successful exit code in WaitForSingleProcess on Windows to
bruening@chromium.org
2012-01-23
1
-1
/
+3
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
1
-3
/
+1
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
1
-3
/
+3
*
Cleanup pass from Cloud Print Proxy policy check implementation. See original...
scottbyer@chromium.org
2011-11-22
1
-5
/
+5
*
base::Bind: Convert ServiceProcessControl::CloudPrintProxyInfoHandler.
jhawkins@chromium.org
2011-10-27
1
-4
/
+5
*
base::Bind: Convert CloudPrintProxyService.
jhawkins@chromium.org
2011-10-25
1
-10
/
+10
*
try turning tests back on
dmaclach@chromium.org
2011-08-27
1
-37
/
+6
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-2
/
+2
*
The ServiceProcessControl class is now a singleton and is not keyed off the p...
sanjeevr@chromium.org
2011-06-02
1
-30
/
+15
*
GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_ms
phajdan.jr@chromium.org
2011-05-20
1
-1
/
+1
*
Changed the IPC between the browser and the service process to return more de...
sanjeevr@chromium.org
2011-05-11
1
-4
/
+4
*
Remove the Remoting Host component from Chrome.
wez@chromium.org
2011-05-10
1
-4
/
+4
*
Tests are timing out, so disabling.
zea@chromium.org
2011-03-10
1
-10
/
+10
*
Mark CheckPid,DieOnDisconnect,LaunchTwice,MultipleLaunchTasks,SameLaunchTask ...
zea@chromium.org
2011-03-10
1
-5
/
+37
*
Get service process running standalone on the mac by hooking it into launchd.
dmaclach@chromium.org
2011-02-24
1
-4
/
+11
*
Get service processes working on Mac and Linux.
dmaclach@chromium.org
2011-02-02
1
-7
/
+10
*
Disable forceshutdown.
lzheng@chromium.org
2011-01-25
1
-1
/
+3
*
Disable ServiceProcessControlBrowserTest.LaunchAndIPC, flakily times out
phajdan.jr@chromium.org
2011-01-19
1
-1
/
+3
*
Chromoting setup flow: implemented rest of setup flow steps.
sergeyu@chromium.org
2011-01-06
1
-18
/
+13
*
Fixes for the Remoting setup flow.
sergeyu@chromium.org
2011-01-06
1
-1
/
+5
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-5
/
+5
*
Cleanup: Include browser.h -> ui/browser.h [Part 4].
jhawkins@chromium.org
2010-11-17
1
-1
/
+1
*
Fixed ServiceProcessControl::Launch to remember the Task supplied to it in a ...
sanjeevr@chromium.org
2010-10-18
1
-5
/
+60
*
Used process_util methods to wait for the service process to die in the Servi...
sanjeevr@chromium.org
2010-10-12
1
-33
/
+23
*
Added the service process pid to the shared memory data. This will be used fo...
sanjeevr@chromium.org
2010-10-12
1
-1
/
+10
*
The IPC channel names and event names used by the service process now append ...
sanjeevr@chromium.org
2010-10-09
1
-9
/
+38
*
All communication with the cloud print proxy service from the browser now hap...
sanjeevr@chromium.org
2010-10-07
1
-3
/
+37
*
Removed the ServiceProcessType enum because a single service process should h...
sanjeevr@chromium.org
2010-10-05
1
-2
/
+1
*
Enable ServiceProcessControlTest.LaunchTwice
hclam@chromium.org
2010-09-03
1
-3
/
+5
*
Build fix for browser_tests
hclam@chromium.org
2010-09-02
1
-5
/
+1
*
Don't launch service process if it's already running
hclam@chromium.org
2010-09-01
1
-0
/
+23
*
ServiceProcessControl to launch a service process and communicate through IPC.
hclam@chromium.org
2010-08-12
1
-0
/
+70