summaryrefslogtreecommitdiffstats
path: root/base/process_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* GetProcId shouldn't always upgrade the supplied handlejschuh@chromium.org2013-06-081-14/+2
* Split ProcessIterator and friends out of base/process_util.h into base/proces...rsesek@chromium.org2013-05-311-32/+0
* Split ProcessMetrics out of base/process_util.h and into base/process/process...rsesek@chromium.org2013-05-231-303/+0
* Remove PROCESS_DUP_HANDLE from OpenProcessHandle since PROCESS_DUP_HANDLE acc...wfh@chromium.org2013-04-091-1/+3
* Add DPLOGs to base::LaunchProcess() failures on Windows.gab@chromium.org2013-03-051-2/+7
* Make RouteStdioToConsole() redirect FDs 1 and 2 as well as FILE* pointersmseaborn@chromium.org2013-01-301-2/+11
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-4/+3
* Add more logging to error paths of GetTerminationStatus()mseaborn@chromium.org2013-01-251-4/+8
* Windows: Fix --enable-logging to not disable logging when stderr is a pipemseaborn@chromium.org2013-01-241-0/+18
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-2/+2
* Add stdin_handle and stdout_handle in base::LaunchOptions.sergeyu@chromium.org2013-01-051-0/+11
* Move EnableInProcessStackDumping to base/debugphajdan.jr@chromium.org2012-11-011-21/+0
* delete unused variable in base/process_util_win.ccscottmg@chromium.org2012-10-221-1/+0
* Add a flag force_breakaway_from_job_ to the base::LaunchOptions structure for...ananta@chromium.org2012-09-141-0/+3
* Buffer console output on windows to avoid interleaved LOG output.fischman@chromium.org2012-08-301-2/+7
* replace CONERR with CONOUT, because CONERR doesn't workjbates@chromium.org2012-08-231-1/+1
* Make printf and LOG output to cmd console for Windowsjbates@chromium.org2012-08-221-34/+26
* Revert 152432 - Make printf and LOG output to cmd console for Windowsjbates@chromium.org2012-08-211-33/+34
* Make printf and LOG output to cmd console for Windowsjbates@chromium.org2012-08-201-34/+33
* Fix CleanupProcesses() interface to use TimeDelta.tedvessenes@gmail.com2012-07-311-5/+2
* Remove old test timeout and process waiting function interfaces.tedvessenes@gmail.com2012-07-261-25/+9
* Switch to TimeDelta interface for process waiting functions in base.tedvessenes@gmail.com2012-07-111-1/+2
* Add windows version of WaitForSingleProcess variant.tedvessenes@gmail.com2012-07-091-1/+6
* Add TimeDelta interfaces for WaitForExitCodeWithTimeout() functions.tedvessenes@gmail.com2012-07-081-3/+15
* Fix base::GetModuleFromAddress() not to increment the module's reference count,alexeypa@chromium.org2012-05-161-4/+5
* Reverting r133134 - Make sure that base::MessagePumpForUI from different modu...alexeypa@chromium.org2012-05-161-5/+4
* Make sure that base::MessagePumpForUI from different modules are isolated fro...alexeypa@chromium.org2012-04-201-4/+5
* Update use of TimeDelta in base/*.tedvessenes@gmail.com2012-04-101-1/+1
* ScopedProcessInformation protects against process/thread handle leaks from Cr...erikwright@chromium.org2012-04-041-24/+15
* Add comments and fix a potential leak in LaunchProcess.erikwright@chromium.org2012-03-151-0/+2
* Fix error handling in OpenProcess wrappers. halyavin@google.com2012-03-141-3/+3
* Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1...joi@chromium.org2012-02-101-0/+10
* windows: Fix a few things clang complains about.thakis@chromium.org2012-01-231-1/+1
* check for successful exit code in WaitForSingleProcess on Windows tobruening@chromium.org2012-01-231-3/+5
* Remove custom Task implementation from process_util_win.cc.dcheng@chromium.org2011-12-131-40/+46
* Extract similar code into SetJobObjectAsKillOnJobClose()toyoshim@chromium.org2011-11-231-0/+11
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-231-0/+71
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-2/+2
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-2/+2
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-2/+2
* Move launching in a job object logicphajdan.jr@chromium.org2011-09-071-2/+24
* Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...jam@chromium.org2011-08-311-0/+13
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-3/+4
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-5/+7
* base: refactor LaunchApp variants into a single functionevan@chromium.org2011-06-301-71/+36
* Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possiblekushi.p@gmail.com2011-05-041-1/+1
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-6/+6
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-6/+6
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-6/+6
* GTTF: Detect browser crashes on shutdown in UI tests. phajdan.jr@chromium.org2011-04-061-11/+1