summaryrefslogtreecommitdiffstats
path: root/base/process_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make DidProcessCrash a bit more solid and accurate on Windowsphajdan.jr@chromium.org2010-04-061-4/+18
* [GTTF] Add an always-working timeout for browser_tests.phajdan.jr@chromium.org2010-03-161-4/+14
* Adds new API to process_utils to launch a new app as a user in a specified de...gwilson@google.com2010-02-181-1/+8
* Add a utility function to run a process as an arbitrary usercpu@chromium.org2010-02-011-0/+40
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* Mac: UI tweaks for task manager.thakis@chromium.org2010-01-131-1/+1
* Make base::GetProcId() thread-safe on windows and drop w2k supportjamesr@chromium.org2009-12-071-68/+2
* More memory stats code cleanup:sgk@chromium.org2009-11-091-0/+39
* Remove some histograms that have not provided benefit.jar@chromium.org2009-10-311-28/+0
* Move console stack dumping code to a function so it can be reused in test_she...maruel@chromium.org2009-10-271-2/+62
* Don't grant unnecessary handle privileges in OpenProcessHandle.phajdan.jr@chromium.org2009-06-191-5/+4
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-6/+5
* Harmonizing ProcessUtil::GetAppOutput on Win/Unixjcampan@chromium.org2009-06-041-7/+4
* Add memory stats for linux page cycler. On linux, we collecttc@google.com2009-05-111-0/+9
* Make task_manager_resource_providers.cc compile on POSIX.phajdan.jr@chromium.org2009-04-301-0/+16
* Support for showing memory usage of 64-bit IE in a 32-bit Chromium mbelshe@google.com2009-04-291-14/+23
* POSIX: don't spawn zombies.agl@chromium.org2009-04-281-1/+5
* Revert "POSIX: Don't spawn zombies." (r14488)agl@chromium.org2009-04-241-5/+1
* POSIX: Don't spawn zombies.agl@chromium.org2009-04-241-1/+5
* Ensures we don't leak handles in ProcessUtil::GetAppOutput.jcampan@chromium.org2009-04-221-7/+7
* This CL adds a utility method that lets you start a process and block until t...jcampan@chromium.org2009-04-211-1/+77