summaryrefslogtreecommitdiffstats
path: root/base/process_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 80472 - GTTF: Detect browser crashes on shutdown in UI tests.Previousl...phajdan.jr@chromium.org2011-04-051-1/+11
* GTTF: Detect browser crashes on shutdown in UI tests.phajdan.jr@chromium.org2011-04-051-11/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-32/+54
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-6/+6
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-38/+25
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-25/+38
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-161-4/+4
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1