summaryrefslogtreecommitdiffstats
path: root/components/browser_watcher/exit_code_watcher_win_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-3/+5
* Switch to standard integer types in components/, part 1 of 4.avi2015-12-251-1/+3
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-2/+2
* Fix some case-insensitive cases for StartsWith.brettw2015-07-011-2/+4
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-3/+2
* Handled nullptr argument passing in WaitForExit() and WaitForExitWithTimeout(...g.mehndiratt2015-05-291-2/+1
* Update {virtual,override} to follow C++11 style in components.nick2015-04-281-1/+1
* Redefine base::Process:Terminate so that it can replace base::KillProcessrvargas2015-03-091-2/+2
* Remove uses of CloseProcessHandle.rvargas2015-02-051-14/+1
* Rename base::Process::pid() to Pid()rvargas2015-01-241-2/+2
* Move OpenProcessHandleWithAccess to Process::OpenWithAccess.rvargas2015-01-231-4/+1
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-2/+1
* Refactor parsing of the Chrome Watcher command line to make the parent handle...erikwright2015-01-091-63/+22
* Add a console control handler chrome_watcher.dll.siggi2014-12-191-0/+1
* Switch ExitCodeWatcher to base::Process.siggi2014-12-181-25/+24
* Build the chrome_watcher.dll binary, spawn the watcher process and glue in th...siggi2014-11-211-1/+2
* Browser watcher, part deux.siggi2014-11-181-0/+227