summaryrefslogtreecommitdiffstats
path: root/base/process_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* process_util: remove a function we don't use anywayevan@chromium.org2010-10-131-1/+0
* Used process_util methods to wait for the service process to die in the Servi...sanjeevr@chromium.org2010-10-121-0/+12
* Revert 62205 - Make writing to stdout and stderr work in Chrome processes whe...isherman@chromium.org2010-10-121-3/+1
* Make writing to stdout and stderr work in Chrome processes when inheriteddarin@chromium.org2010-10-111-1/+3
* Fix some simple code typos spotted while investigating bug 54229.evan@chromium.org2010-09-141-3/+3
* 2nd attempt: Write the outcome of the Toast Experiment for system-level insta...finnur@chromium.org2010-09-071-8/+21
* Revert 58639 - nsylvain@chromium.org2010-09-071-21/+8
* Write the outcome of the Toast Experiment for system-level installs to the ri...finnur@chromium.org2010-09-061-8/+21
* Submitting for Erik:tommi@chromium.org2010-08-261-0/+52
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Speed up the Task Manager on linux.erg@chromium.org2010-05-111-6/+17
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-51/+13
* Fix a typo.thestig@chromium.org2010-04-081-2/+2
* Move ProcessEntry and IoCounters inside namespace base.maruel@chromium.org2010-04-081-2/+2