summaryrefslogtreecommitdiffstats
path: root/base/process_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix tab backgroundingdavemoore@chromium.org2011-12-021-0/+5
* Cleanup code used to diagnose and fix bug 81449.apatrick@chromium.org2011-08-191-19/+6
* Call ntdll.dll!NtTerminateProcess directly, without going through theapatrick@chromium.org2011-08-151-3/+26
* Add a more comprehensive background mode for a process.cpu@chromium.org2011-04-281-6/+21
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Lower priorities of background tabs on linux.davemoore@chromium.org2009-10-291-1/+6
* Remove all MemoryModel-related code, since we're unlikely to use it again. A...pkasting@chromium.org2009-09-301-71/+0
* Don't call SetPriorityClass when process_ is 0.tyoshino@chromium.org2009-07-161-2/+4
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-011-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-4/+20
* Remove some Windows-specific stuff from RenderProcessHost by having callers g...brettw@google.com2008-11-111-1/+1
* Port parts of base/process_util to Linux.evanm@google.com2008-10-141-0/+110