summaryrefslogtreecommitdiffstats
path: root/base/process_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace chrome_process_filter with chrome_process_util.estade@chromium.org2009-04-091-1/+4
* Make OpenProcessHandle report an error when it couldn't open the handle.phajdan.jr@chromium.org2009-04-031-2/+9
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-011-4/+4
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-8/+8
* Start the crash_service on windows when running ui tests, if it's not running...jam@chromium.org2009-03-061-1/+1
* Make UITest::CrashAwareSleep portable.phajdan.jr@chromium.org2009-03-041-0/+5
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-3/+3
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-16/+19
* Make ResourceMessageFilter compile on Mac. It stubs out a substantial part ofbrettw@google.com2009-02-061-0/+8
* Revert r8560 due to broken interactive_ui_testsmark@chromium.org2009-01-231-5/+1
* Porting in chrome/phajdan.jr@chromium.org2009-01-231-1/+5
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-221-11/+14
* * Revert "POSIX: Get render_process_host to build."agl@chromium.org2009-01-211-14/+11
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-211-11/+14
* Port crash_cache tool to Linux.phajdan.jr@chromium.org2009-01-131-0/+14
* Make the implementation of LaunchApp have the correct prototype to match the ...deanm@chromium.org2008-11-211-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-6/+6
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-4/+2
* Remove fragile check in DidProcessCrashcpu@google.com2008-11-031-4/+3
* Added linux process utilities and tests.estade@chromium.org2008-10-221-1/+12
* Enforce Terminate on Heap Corruption in most of our executable on Windows XP ...maruel@google.com2008-09-241-0/+5
* * Change output of trace_event log to JSON to enable easier integration with ...erikkay@google.com2008-09-181-0/+4
* Make perftimer and run_all_perftests compile on Posix. Stub out a few things...deanm@google.com2008-08-271-1/+4
* Remove false 'process crash' signal (again)cpu@google.com2008-08-261-9/+20
* Move process_util.cc to process_util_win.cc to make way for posix.deanm@google.com2008-08-261-0/+587